create admin
Showing
| ... | ... | @@ -31,6 +31,8 @@ gem 'will_paginate' |
| gem 'bootstrap-will_paginate' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| gem 'bcrypt-ruby' | ||
| gem 'faker' | ||
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
app/assets/javascripts/cart_products.coffee
0 → 100644
app/assets/javascripts/carts.coffee
0 → 100644
app/assets/javascripts/static_pages.coffee
0 → 100644
app/assets/javascripts/users.coffee
0 → 100644
app/assets/stylesheets/cart_products.scss
0 → 100644
app/assets/stylesheets/carts.scss
0 → 100644
app/assets/stylesheets/static_pages.scss
0 → 100644
app/assets/stylesheets/style.css
0 → 100644
app/assets/stylesheets/users.scss
0 → 100644
app/controllers/admins/carts_controller.rb
0 → 100644
app/controllers/admins/unlocks_controller.rb
0 → 100644
app/controllers/admins/users_controller.rb
0 → 100644
app/controllers/cart_controller.rb
deleted
100644 → 0
app/controllers/cart_products_controller.rb
0 → 100644
app/controllers/carts_controller.rb
0 → 100644
app/controllers/home_controller.rb
deleted
100644 → 0
app/controllers/users/sessions_controller.rb
0 → 100644
app/controllers/users/unlocks_controller.rb
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/helpers/cart_products_helper.rb
0 → 100644
app/helpers/carts_helper.rb
0 → 100644
app/helpers/static_pages_helper.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/mailers/application_mailer.rb
0 → 100644
app/mailers/emailer.rb
0 → 100644
app/mailers/model_mailer.rb
0 → 100644
app/mailers/user_notifier.rb
0 → 100644
app/models/admin.rb
0 → 100644
app/views/admins/carts/show.html.erb
0 → 100644
app/views/admins/confirmations/new.html.erb
0 → 100644
app/views/admins/passwords/edit.html.erb
0 → 100644
app/views/admins/passwords/new.html.erb
0 → 100644
app/views/admins/products/insert.html.erb
0 → 100644
app/views/admins/products/show.html.erb
0 → 100644
app/views/admins/products/update.html.erb
0 → 100644
app/views/admins/registrations/edit.html.erb
0 → 100644
app/views/admins/registrations/new.html.erb
0 → 100644
app/views/admins/sessions/new.html.erb
0 → 100644
app/views/admins/shared/_links.html.erb
0 → 100644
app/views/admins/unlocks/new.html.erb
0 → 100644
app/views/admins/users/show.html.erb
0 → 100644
app/views/cart/new.html.erb
deleted
100644 → 0
app/views/cart_product/new.html.erb
deleted
100644 → 0
app/views/cart_products/index.html.erb
0 → 100644
app/views/carts/info.html.erb
0 → 100644
app/views/carts/show.html.erb
0 → 100644
app/views/categories/_view.html.erb
0 → 100644
app/views/categories/new.html.erb
deleted
100644 → 0
app/views/emailer/send_email_to.html.erb
0 → 100644
app/views/home/index.html.erb
deleted
100644 → 0
app/views/layouts/_sidebar.html.erb
deleted
100644 → 0
app/views/layouts/mailer.html.erb
0 → 100644
app/views/products/_item.html.erb
deleted
100644 → 0
app/views/products/index.html.erb
0 → 100644
app/views/products/new.html.erb
deleted
100644 → 0
app/views/shared/_error_messages.html.erb
0 → 100644
app/views/static_pages/faqs.html.erb
0 → 100644
app/views/users/confirmations/new.html.erb
0 → 100644
app/views/users/passwords/edit.html.erb
0 → 100644
app/views/users/passwords/new.html.erb
0 → 100644
app/views/users/registrations/edit.html.erb
0 → 100644
app/views/users/registrations/new.html.erb
0 → 100644
app/views/users/sessions/new.html.erb
0 → 100644
app/views/users/shared/_links.html.erb
0 → 100644
app/views/users/unlocks/new.html.erb
0 → 100644
test/controllers/carts_controller_test.rb
0 → 100644
test/controllers/users_controller_test.rb
0 → 100644
test/fixtures/admins.yml
0 → 100644
test/mailers/user_notifier_test.rb
0 → 100644
test/models/admin_test.rb
0 → 100644
Please
register
or
sign in
to comment