Sha256: 8716397947c63ea4f25561527289265b4622d2989ff308fc5fd9e20891764d20
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
## 1.0.0 * Requires equal to or greater than Ruby `2.0` - [ryanwood](https://github.com/ryanwood) * Updates `reflections` to `_reflections` - [mukimov](https://github.com/mukimov) * Fixes an exception which was was raised when attempting to destroy a target record whose parent did not mix in DestroyedAt. ## 0.4.0 * Updates for Rails 4.1 * Removes `.with_default_scope` which has been deprecated. * Enables retrieval of destroyed objects by time via `.destroyed` method, which now takes an optional time attribute. - [linstula](https://github.com/linstula) & [danmcclain](https://github.com/danmcclain) * Removes `m` as a development dependency, since it is not compatible with `minitest 5`. ## 0.3.1 **Stable for Rails 4.0** * [Bug] Fixed route not raising when resource constant does not exist - [bcardarella](https://github.com/bcardarella) ## 0.3.0 * Fix issue with has_many destroy against regular models - [bcardarella](https://github.com/bcardarella) * Relation.destoyed removes the destoyed scope and adds a scope for records that have been destoyed - [danmcclain](https://github.com/danmcclain) * Added /restore route for restorable resources - [bcardarella](https://github.com/bcardarella) & [rsocci](https://github.com/rsocci)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
destroyed_at-1.0.0 | CHANGELOG.md |