- 03 Nov, 2017 1 commit
-
-
Add paranoia_destroy and paranoia_delete aliases
John Hawthorn committed
-
- 02 Nov, 2017 10 commits
-
-
John Hawthorn committed
-
Version-related cleanup
John Hawthorn committed -
John Hawthorn committed
-
Rebase of #412
John Hawthorn committed -
This removes the assumption from `really_destroy!` that there is only one column value, the deletion date, that needs to be updated on a model that is being `really_destroy!`ed. Instead, use the defined `paranoia_destroy_attributes` as they are used in `destroy` and other calls. This prevents an issue where the DBMS will complain when trying to `really_destroy!` one of these models, given that paranoia is attempting to insert a DateTime value into a boolean (or otherly- typed) column. Fixes #326
Steve Rice committed -
John Hawthorn committed
-
This makes paranoia's code itself more explicit.
John Hawthorn committed -
This should help users be more explicit about what action they want to perform. My hope is that this will also make it easier to migrate off of paranoia.
John Hawthorn committed -
John Hawthorn committed
-
John Hawthorn committed
-
- 01 Nov, 2017 2 commits
-
-
John Hawthorn committed
-
John Hawthorn committed
-
- 08 Aug, 2017 2 commits
-
-
Update .travis.yml
Ben A. Morgan committed -
Removed the pessimistic dependency requirements. Updated Ruby versions. Test paranoia with Rails 5.1
Anton Rieder committed
-
- 31 May, 2017 1 commit
-
-
⚠ instance variable @_disable_counter_cache not initializedBen A. Morgan committed
-
- 30 May, 2017 2 commits
-
-
This `defined?(super)` check was introduced for Rails 4.1 support https://github.com/rubysherpas/paranoia/pull/390#issuecomment-284819747 but we've stopped supporting Rails 4.1 already https://github.com/rubysherpas/paranoia/pull/393#issuecomment-289227091
Akira Matsuda committed -
⚠ Akira Matsuda committed
-
- 27 Apr, 2017 3 commits
-
-
Version 2.3.1
John Hawthorn committed -
John Hawthorn committed
-
bump active record max version
John Hawthorn committed
-
- 14 Apr, 2017 4 commits
-
-
Ben A. Morgan committed
-
Version 2.3.0
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
- 25 Mar, 2017 2 commits
-
-
Test with rails 5.1 and ruby 2.4.0
Ben A. Morgan committed -
Miklos Fazekas committed
-
- 10 Mar, 2017 3 commits
-
-
Changelog: Add missing bang in `#really_destroy!`
Ben A. Morgan committed -
Patrick Brinich-Langlois committed
-
add version 1.4 of the Contributor Covenant
Ben A. Morgan committed
-
- 09 Mar, 2017 3 commits
-
-
Ben A. Morgan committed
-
Fix counter cache with double destroy, really_destroy, and restore
Ben A. Morgan committed -
Chris Oliver committed
-
- 08 Mar, 2017 3 commits
-
-
Added association not soft destroyed validator
Ben A. Morgan committed -
edwardmp committed
-
edwardmp committed
-
- 07 Mar, 2017 3 commits
-
-
edwardmp committed
-
edwardmp committed
-
Edward Poot committed
-
- 24 Feb, 2017 1 commit
-
-
Fix UniquenessParanoiaValidator on rails 5.1.0.beta1
Ben A. Morgan committed
-