use resque for job queue
Showing
... | ... | @@ -14,7 +14,7 @@ gem 'uglifier', '>= 1.3.0' |
# Use CoffeeScript for .coffee assets and views | ||
gem 'coffee-rails', '~> 4.1.0' | ||
# See https://github.com/rails/execjs#readme for more supported runtimes | ||
gem 'therubyracer', platforms: :ruby | ||
gem 'therubyracer', platforms: :ruby, group: :production | ||
# Use jquery as the JavaScript library | ||
gem 'jquery-rails' | ||
... | ... | @@ -74,7 +74,6 @@ gem "pundit" |
gem "plist", :git => "https://github.com/jiehanzheng/plist.git", :ref => "8dc72ad" | ||
# job queue | ||
gem 'resque', :git => "https://github.com/resque/resque.git", :ref => "9c023f8c12f7e31caf8b7a73ae5094934a0ddf17" | ||
gem 'resque-status', '~> 0.5.0' | ||
gem 'resque', '~> 1.26.0' | ||
gem 'bootstrap-sass', '~> 3.3.5' |
config/resque.yml
0 → 100644
lib/tasks/resque.rake
0 → 100644
Please register or sign in to comment