- 08 Apr, 2014 4 commits
- 30 Mar, 2014 2 commits
-
-
Minor changes to make it more slightly readable
Ryan Bigg committed -
Kurtis Rainbolt-Greene committed
-
- 20 Mar, 2014 1 commit
-
-
Fixes #126
Matt Connolly committed
-
- 17 Mar, 2014 1 commit
-
-
Fixes #125
Andrew Slotin committed
-
- 11 Mar, 2014 2 commits
-
-
* Based on partial fix by @stupergenius * Handles nil case for hasOne associations Fixes #119
Dave Mayo committed -
David Piegza committed
-
- 17 Feb, 2014 2 commits
- 15 Feb, 2014 1 commit
-
-
dsandstrom committed
-
- 13 Feb, 2014 1 commit
-
-
Rene van Lieshout committed
-
- 30 Jan, 2014 1 commit
-
-
Rails normally returns the model on successful destroy and false if any callback fails. Fixes #104
Vincent Bonmalais committed
-
- 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 4 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
-