install sidekiq
Showing
| ... | ... | @@ -21,6 +21,7 @@ gem 'devise' |
| gem 'carrierwave' | ||
| gem 'kaminari' | ||
| gem "settingslogic" | ||
| gem 'sidekiq' | ||
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| ... | ... | @@ -30,10 +31,8 @@ end |
| group :development do | ||
| # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. | ||
| gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| end | ||
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| ... | ... |
app/workers/email_worker.rb
0 → 100644
Please
register
or
sign in
to comment