- Your contribution here.
- Fixed missing file in .gemspec - @dblock.
- Fixed compatibility with Mongoid 4.x and DelayedJob 4.x - @dblock.
- #4: Fix:
const_missing: uninitialized constant Delayed::DelayMail (NameError)
with Rails - @dblock. - #4: Fix: do not run job when a Mongoid instance is not found within delayed_job arguments and
Mongoid.raise_not_found_error
is set tofalse
- @dblock.
- Delayed_job 3's requires are no longer relative to its root - @joeyAghion.
- Relaxed requirement for mongoid ~> 2.0 - @dblock.
- Don't transform object into stub if there are pending updates and jobs are being run immediately - @joeyAghion.
- Don't transform object into stub if not yet persisted - @joeyAghion.
- Added support for embedded documents - @joeyAghion.
- Reorganize and fix behavior for mailers - @joeyAghion.
- Intial public release - @joeyAghion.