- 02 Nov, 2017 2 commits
-
-
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
-
- 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
-
- 23 Feb, 2017 1 commit
-
-
John Hawthorn committed
-
- 21 Feb, 2017 1 commit
-
-
Add recovery window feature
Ben A. Morgan committed
-
- 20 Feb, 2017 1 commit
-
-
Andrzej Piątyszek committed
-
- 16 Feb, 2017 1 commit
-
-
add changes for 2.2.1 and bump version
Ben A. Morgan committed
-
- 15 Feb, 2017 5 commits
-
-
Ben A. Morgan committed
-
Fixes a problem of ambiguous table names when using only_deleted meth…
Ben A. Morgan committed -
Andrzej Piątyszek committed
-
Andrzej Piątyszek committed
-
Andrzej Piątyszek committed
-
- 14 Feb, 2017 1 commit
-
-
Fixes a problem of ambiguous table names when using only_deleted method and joining tables that have a scope on `with_deleted` Update homepage in gemspec The homepage is supposed to be where you can find the code. It is displayed on rubygems.org page. Currently it will redirect you back to the same page. Should point at this github repo. Update README to use proper version for Rails 5 Version 2.2.0 Ignore failures from all jruby's on travis Add explicit language about dependent: :destroy Update CHANGELOG.md update ruby and rails versions Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base. https://github.com/rubysherpas/paranoia/issues/335 Touch record on paranoia-destroy. Fixes #296 Touch record on destroy by leveraging the paranoia_destroy_attributes. Applied the same to the restore-method as this eliminates the extra query.
Thomas Romera committed
-
- 04 Feb, 2017 1 commit
-
-
Touch record on paranoia-destroy. Fixes #296
Ben A. Morgan committed
-