Add toast notification
Showing
| ... | @@ -52,6 +52,8 @@ gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.2' | ... | @@ -52,6 +52,8 @@ gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.2' |
| gem 'rails-assets-bootstrap-touchspin', source: 'https://rails-assets.org' | gem 'rails-assets-bootstrap-touchspin', source: 'https://rails-assets.org' | ||
| # Simple, efficient background processing for Ruby. | # Simple, efficient background processing for Ruby. | ||
| gem 'sidekiq', '~> 5.0', '>= 5.0.2' | 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' | |||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/controllers/users_controller.rb
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