Reload your classes on each job run when running in development.
In your Gemfile add gem 'delayed_job-rails_reloader'
RailsReloader will respect the value of cache_classes
in your Rails environment, enabling reloading when caching is false.
- Aaron Pfeifer (obrie)
- Matt Griffin (betamatt)