Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 376 Bytes

Delayed::RailsReloader

Reload your classes on each job run when running in development.

Installation:

In your Gemfile add gem 'delayed_job-rails_reloader'

Configuration:

RailsReloader will respect the value of cache_classes in your Rails environment, enabling reloading when caching is false.

Authors:

  • Aaron Pfeifer (obrie)
  • Matt Griffin (betamatt)