-
- Downloads
sidekiq
Showing
- Gemfile 4 additions, 3 deletionsGemfile
- Gemfile.lock 24 additions, 21 deletionsGemfile.lock
- Procfile 1 addition, 1 deletionProcfile
- app/controllers/admin/dashboard_controller.rb 0 additions, 4 deletionsapp/controllers/admin/dashboard_controller.rb
- app/mailers/notify.rb 1 addition, 1 deletionapp/mailers/notify.rb
- app/models/system_hook.rb 1 addition, 1 deletionapp/models/system_hook.rb
- app/views/admin/dashboard/index.html.haml 3 additions, 22 deletionsapp/views/admin/dashboard/index.html.haml
- app/views/admin/resque/show.html.haml 2 additions, 2 deletionsapp/views/admin/resque/show.html.haml
- app/views/layouts/admin.html.haml 1 addition, 1 deletionapp/views/layouts/admin.html.haml
- app/workers/post_receive.rb 4 additions, 2 deletionsapp/workers/post_receive.rb
- app/workers/system_hook_worker.rb 4 additions, 2 deletionsapp/workers/system_hook_worker.rb
- config/initializers/4_resque.rb 16 additions, 23 deletionsconfig/initializers/4_resque.rb
- config/routes.rb 6 additions, 3 deletionsconfig/routes.rb
- lib/tasks/resque.rake 8 additions, 8 deletionslib/tasks/resque.rake
Loading
| Loading
| @@ -81,8 +81,10 @@ gem "acts-as-taggable-on", "2.3.3" |
gem "draper", "~> 0.18.0" | ||
# Background jobs | ||
gem "resque", git: "https://github.com/gitlabhq/resque.git", ref: "9ef4700306dd946a3ac000612428967ce0c32213" | ||
gem 'resque_mailer' | ||
gem 'slim' | ||
gem 'sinatra', :require => nil | ||
gem 'sidekiq', '2.6.4' | ||
gem 'sidekiq_mailer' | ||
# HTTP requests | ||
gem "httparty" | ||
Loading
| Loading
| @@ -157,7 +159,6 @@ group :test do |
gem "simplecov", require: false | ||
gem "shoulda-matchers", "1.3.0" | ||
gem 'email_spec' | ||
gem 'resque_spec' | ||
gem "webmock" | ||
gem 'test_after_commit' | ||
end | ||
Loading
| Loading
|
Please register or sign in to comment