mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
2771a0ad96
Workers are the user's classes, the threads are now called processors. Add secret sauce to make Rails config much easier. Use a railtie to auto-add app/workers to the autoload path.
5 lines
95 B
Ruby
5 lines
95 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rails', '3.2.0'
|
|
gem 'sqlite3'
|
|
gem 'sidekiq', :path => '..'
|