- 16 Jan, 2014 1 commit
-
-
Ryan Bigg committed
-
- 09 Jan, 2014 1 commit
-
-
Fixes #95
Washington Luiz committed
-
- 08 Jan, 2014 1 commit
-
-
destroy! now once again calls destroy
Ryan Bigg committed
-
- 06 Jan, 2014 2 commits
-
-
This is because destroy! is called by :dependent => :destroy association definitions (yes, destroy! and not destroy), which means that associated records of a paranoid object would suddenly go missing... making it very hard to restore them! So instead, it's now called really_destroy! and destroy! is just an alias for destroy once again
Ryan Bigg committed -
[ci skip] Fixes #97
Geoffrey Roguelon committed
-
- 03 Jan, 2014 4 commits
- 18 Dec, 2013 1 commit
-
-
Ryan Bigg committed
-
- 17 Dec, 2013 5 commits
-
-
Ryan Bigg committed
-
Ryan Bigg committed
-
Ryan Bigg committed
-
Fixes #91
Rémi Prévost committed -
Ryan Bigg committed
-
- 16 Dec, 2013 1 commit
-
-
Peter M. Goldstein committed
-
- 10 Dec, 2013 1 commit
-
-
Alex Koppel committed
-
- 12 Nov, 2013 1 commit
-
-
Fixes #81 Fixes #84 Conflicts: lib/paranoia.rb
alfa-jpn committed
-
- 05 Nov, 2013 1 commit
-
-
Update/save callbacks should not be called at all during a destroy call, as would happen with the code from that PR.
Ryan Bigg committed
-
- 04 Nov, 2013 1 commit
-
-
Replaced deprecated gemcutter source
Ryan Bigg committed
-
- 02 Nov, 2013 1 commit
-
-
johanneswuerbach committed
-
- 24 Oct, 2013 8 commits
-
-
References: https://github.com/goncalossilva/acts_as_paranoid Fixes #76
Jake Quain committed -
Ryan Bigg committed
-
Use quoted table name in default scope (call me paranoid)
Ryan Bigg committed -
Ryan Bigg committed
-
Applies changes suggested in #59 which did not apply correctly
Ryan Bigg committed -
Fixes #57
delba committed -
Update rails4 branch name in README
Ryan Bigg committed -
yachi committed
-
- 23 Oct, 2013 1 commit
-
-
Sean O'Hara committed
-
- 20 Oct, 2013 1 commit
-
-
Fixes #72
Michael Dilley committed
-
- 11 Oct, 2013 1 commit
-
-
Ryan Bigg committed
-
- 10 Oct, 2013 4 commits
-
-
Ryan Bigg committed
-
Michal Dobaczewski committed
-
Michal Dobaczewski committed
-
Dobaczewski committed
-
- 12 Sep, 2013 1 commit
-
-
Add Model#restore(id)
Ryan Bigg committed
-
- 09 Sep, 2013 1 commit
-
-
Modelled on AR::Relation.destroy
Dan Cheail committed
-
- 08 Jul, 2013 2 commits