0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
this library is no longer supported or actively developed More... over 14 years ago
Version bump to 0.9.6 More... over 14 years ago
fixing bug with has_many :through not respecting is_paranoid conditions (thanks, Ben Johnson) More... over 14 years ago
adding disclaimer and making note about declaring "is_paranoid" before relationships More... over 14 years ago
Version bump to 0.9.5 More... over 14 years ago
play nice with habtm relationships More... over 14 years ago
Version bump to 0.9.4 More... over 14 years ago
Fixed when primary key was not "id" (ie: "uuid") More... over 14 years ago
Version bump to 0.9.3 More... over 14 years ago
has_many associations now work with (parent)_with_destroyed More... over 14 years ago
fixing reference to old gem name (thanks natebird) More... almost 15 years ago
Version bump to 0.9.0 More... almost 15 years ago
Merge branch 'master' into brentd/master More... almost 15 years ago
eager loading with :include respects is_paranoid conditions on included models More... almost 15 years ago
destroy and restore should return self More... almost 15 years ago
Version bump to 0.8.3 More... almost 15 years ago
updating CHANGELOG More... almost 15 years ago
method_missing is no longer overridden on instances provided you declare your custom method_missing *before* specifying the model is_paranoid More... almost 15 years ago
Version bump to 0.8.2 More... almost 15 years ago
allow specifying :include => [...] on restore [Issue #3] More... almost 15 years ago
making the specs be the default rake task More... almost 15 years ago
Version bump to 0.8.1 More... almost 15 years ago
returning nil instead of raising ActiveRecord::RecordNotFound when parent_with_destroyed is not found More... almost 15 years ago
Version bump to 0.8.0 More... almost 15 years ago
adding support for parent_with_destroyed (i.e. component.android_with_destroyed) More... almost 15 years ago
fixing whitespace and example formatting More... almost 15 years ago
adding spec to ensure that in the future is_paranoid does not accidentally infect all ActiveRecord models and only applies to those specified More... almost 15 years ago
removing an unnecessary module More... almost 15 years ago
Merge commit 'andhapp/master' More... almost 15 years ago
Finally Got green on tests. Seperated the class and instance methods to improve code legibility More... almost 15 years ago