- Undo the change in 0.1.4; only trigger callbacks in
after_rollback
to avoid losing changes in the rollback which occurs afterward.
- Provide a symbol as the limit to call a method on the record being saved.
- Ensure failure callbacks trigger even if rollback is not triggered.
- Support Rails 3 and 4.
- Only handle callbacks after a rollback.
- Clear failed throttles after handling.
- Initial release.