Merge branch 'dhp_stock' into 'development'
[Review] Stock feature See merge request !4
Showing
| ... | ... | @@ -52,6 +52,12 @@ gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.2' |
| gem 'rails-assets-bootstrap-touchspin', source: 'https://rails-assets.org' | ||
| # Simple, efficient background processing for Ruby. | ||
| gem 'sidekiq', '~> 5.0', '>= 5.0.2' | ||
| # Toastr: Simple javascript toast notifications, plugged into the rails asset pipeline. | ||
| gem 'toastr-rails', '~> 1.0', '>= 1.0.3' | ||
| # Helpful method when you need to add some logic that figures out if the link | ||
| # (or more often navigation item) | ||
| # is selected based on the current page or other arbitrary condition | ||
| gem 'active_link_to', '~> 1.0', '>= 1.0.4' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/controllers/users_controller.rb
0 → 100644
app/helpers/line_items_helper.rb
deleted
100644 → 0
app/services/cart.rb
0 → 100644
app/views/carts/add_product_item.js.erb
0 → 100644
app/views/carts/warning_notice.js.erb
0 → 100644
app/views/line_items/create.js.erb
deleted
100644 → 0
app/views/products/_product_list.html.erb
0 → 100644
app/views/shared/_account_sidebar.html.erb
0 → 100644
app/views/users/products.html.erb
0 → 100644
app/views/users/show.html.erb
0 → 100644
Please
register
or
sign in
to comment