-
- Downloads
Delayed Job monitoring
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 1 deletionGemfile.lock
- README.md 8 additions, 0 deletionsREADME.md
- lib/roqua/core_ext/delayed_job/activity_monitoring.rb 32 additions, 0 deletionslib/roqua/core_ext/delayed_job/activity_monitoring.rb
- spec/roqua/core_ext/delayed_job/activity_monitoring_spec.rb 75 additions, 0 deletionsspec/roqua/core_ext/delayed_job/activity_monitoring_spec.rb
... | ... | @@ -11,6 +11,7 @@ group :test do |
gem 'active_interaction', '~> 3.0' | ||
gem 'appsignal' | ||
gem 'combustion', '~> 0.5.2' | ||
gem 'fakefs', require: 'fakefs/safe' | ||
gem 'guard-rspec', '~> 4.2.6' | ||
gem 'responders' | ||
gem 'rspec-instrumentation-matcher' | ||
... | ... |
Please register or sign in to comment