- 31 Jan, 2016 1 commit
-
-
Fix grammar and typos in README
John Hawthorn committed
-
- 26 Jan, 2016 1 commit
-
-
Nick Palaniuk 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 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
-
- 01 Jul, 2015 3 commits
-
-
Fix uniqueness validator for non-paranoid associations
Ryan Bigg committed -
Marcus Ilgner committed
-
real_destroy callback
Ryan Bigg committed
-
- 30 Jun, 2015 1 commit
-
-
Nikolay Norkin committed
-
- 22 Jun, 2015 1 commit
-
-
Fix for #122, #121 and #175 on Rails 4 branch
Ryan Bigg committed
-
- 21 Jun, 2015 2 commits
-
-
Ruby 1.9's version of `Object.const_get` does not support namespaced constants, so this commit replaces it with `ActiveSupport`'s `#constantize` method. The tests were failing running JRuby on 1.9 mode. CRuby was not failing because it is not tested against 1.9.
Sammy Larbi committed -
Sammy Larbi committed
-
- 18 Jun, 2015 2 commits
-
-
Fixes #114
Sammy Larbi committed -
Sammy Larbi committed
-
- 17 Jun, 2015 3 commits