All Versions
12
Latest Version
Avg Release Cycle
96 days
Latest Release
-

Changelog History
Page 1

  • v2.1.1 Changes

    • ๐Ÿ›  Fixes an error when deleting parent with dependent destroy when child uses destroyed_at. Thanks minimul for pull ๐Ÿ’Ž #68.
  • v2.1.0 Changes

    February 15, 2016
    • Allows #mark_for_destruction to be passed a timestamp which will be used for future calls to destroy. Thanks anarchocurious!
    • ๐Ÿ›  Fixes polymorphic associations for dependencies that don't have the same destroyed_at timestamp. Thanks nashby!
  • v2.0.0 Changes

    October 13, 2015
    • Associated models that do not include DestroyedAt will now be deleted via dependent: :destroy. Previously, this was only the behavior for child records; however, child records can now delete the 0๏ธโƒฃ parent record (in accordance with default ActiveRecord behavior).
  • v1.0.2 Changes

    October 13, 2015
    • ๐Ÿ›  Fixes an issue in which DestroyedAt::BelongsToAssociation#handle_dependency was not deriving the action from the options hash, but was using method and raising an error for the wrong number of arguments. Thanks to harmdewit for catching this!
  • v1.0.1 Changes

    September 28, 2015
    • ๐Ÿ›  Fixes an issue where the incorrect arguments were being passed from inside the BelongsToAssociation and HasOneAssociation, as reported by anarchocurious
  • v1.0.0 Changes

    • ๐Ÿ’Ž Requires equal to or greater than Ruby 2.0 - ryanwood
    • โšก๏ธ Updates reflections to _reflections - mukimov
    • ๐Ÿ›  Fixes an exception which was was raised when attempting to destroy a target record whose parent did not mix in DestroyedAt.
  • v0.4.0 Changes

    April 11, 2014
    • โšก๏ธ Updates for Rails 4.1
    • 0๏ธโƒฃ 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 & danmcclain
    • โœ‚ Removes m as a development dependency, since it is not compatible with minitest 5.
  • v0.3.1 Changes

    November 23, 2013

    ๐Ÿš… Stable for Rails 4.0

    • ๐Ÿ›  [Bug] Fixed route not raising when resource constant does not exist - bcardarella
  • v0.3.0 Changes

    November 22, 2013
    • ๐Ÿ›  Fix issue with has_many destroy against regular models - bcardarella
    • ๐Ÿšš Relation.destoyed removes the destoyed scope and adds a scope for records that have been destoyed - danmcclain
    • โž• Added /restore route for restorable resources - bcardarella & rsocci
  • v0.2.0

    October 04, 2013