- 02 Feb, 2016 3 commits
-
-
We are switching to support of ruby 2.0 and greater. We will only support jruby OVER 9000 for feature parity.
John Hawthorn committed -
alias defines these on ActiveRecord::Base itself, which is not what was intended. This behaviour previous differed between MRI and jruby.
John Hawthorn committed -
John Hawthorn committed
-
- 01 Feb, 2016 3 commits
-
-
Added without_default_scope option
John Hawthorn committed -
Weston Ganger committed
-
Weston Ganger committed
-
- 31 Jan, 2016 3 commits
-
-
Fix typo in readme
John Hawthorn committed -
Update location of acts_as_paranoid repository
John Hawthorn committed -
Fix grammar and typos in README
John Hawthorn committed
-
- 29 Jan, 2016 2 commits
-
-
Weston Ganger committed
-
Weston Ganger committed
-
- 26 Jan, 2016 1 commit
-
-
Nick Palaniuk committed
-
- 08 Jan, 2016 1 commit
-
-
brchristian committed
-
- 07 Jan, 2016 5 commits
-
-
John Hawthorn committed
-
Adds changes in 2.1.5 and adds placeholders for missing release notes.
John Hawthorn committed -
Fix really_destroy! for ruby 2.3
John Hawthorn committed -
John Hawthorn committed
-
For some reason in ruby 2.3 this definition was interpreted as private. There was no reason to be defining it where it was, so I've moved it into the paranoia module.
John Hawthorn committed
-
- 06 Jan, 2016 2 commits
-
-
Use TravisCI's container infrastructure
John Hawthorn committed -
This makes the startup time for tests much faster. This also fixes an issue where bundle install would fail because the version on travis's legacy infrastructure is too old. See: https://github.com/bundler/bundler/issues/3558
John Hawthorn committed
-
- 16 Dec, 2015 1 commit
-
-
Jake Quain committed
-
- 16 Nov, 2015 2 commits
-
-
We're still looking for people to help, but a maintainer now exists
Kurtis Rainbolt-Greene committed -
Kurtis Rainbolt-Greene committed
-
- 15 Nov, 2015 2 commits
- 12 Nov, 2015 1 commit
-
-
Touching record when restored.
Ryan Bigg committed
-
- 05 Nov, 2015 1 commit
-
-
Ryan Bigg committed
-
- 28 Oct, 2015 1 commit
-
-
Leonardo Alifraco committed
-
- 03 Oct, 2015 1 commit
-
-
Using guard clauses.
Ryan Bigg committed
-
- 26 Sep, 2015 1 commit
-
-
Leonardo Alifraco committed
-
- 16 Sep, 2015 1 commit
-
-
Simplify description in README
Ryan Bigg committed
-
- 15 Sep, 2015 2 commits
-
-
I had a hard time comprehending the old wording. I think this is easier to read.
Zeke Sikelianos committed -
Diego Aguir Selzlein committed
-
- 26 Aug, 2015 2 commits
-
-
Simplify test setup
Ryan Bigg committed -
* Rely on bundler/setup to setup the load paths
Mauro George committed
-
- 04 Aug, 2015 1 commit
-
-
Fixed issue #258: uniqueness validator now works with custom active c…
Ryan Bigg committed
-
- 03 Aug, 2015 1 commit
-
-
Amit Aharoni committed
-
- 14 Jul, 2015 1 commit
-
-
Introduce #paranoia_destroy_attributes and #paranoia_restore_attributes extension points
Ryan Bigg committed
-
- 12 Jul, 2015 2 commits
-
-
Use update_columns rather than touch to update the record, for generality Unlike touch, update_columns does not create a transaction for itself, so we need to add the record to the transaction, if present. If there is not a current_transaction, the add is a no-op. This all means that delete will not invoke a transaction or run the after_commit callbacks unless called from within one, which is consistent with the Rails docs and the behavior of ActiveRecord::Base#delete.
Ben Woosley committed -
Ben Woosley committed
-