1. 16 Dec, 2020 1 commit
  2. 11 Dec, 2020 1 commit
  3. 28 Nov, 2019 2 commits
  4. 26 Apr, 2019 1 commit
  5. 22 Apr, 2019 1 commit
  6. 10 Apr, 2018 1 commit
  7. 29 Mar, 2018 3 commits
  8. 23 Mar, 2018 1 commit
  9. 03 Nov, 2017 1 commit
  10. 02 Nov, 2017 5 commits
  11. 30 May, 2017 2 commits
  12. 27 Apr, 2017 1 commit
  13. 14 Apr, 2017 1 commit
  14. 09 Mar, 2017 1 commit
  15. 07 Mar, 2017 1 commit
  16. 23 Feb, 2017 1 commit
  17. 15 Feb, 2017 2 commits
  18. 14 Feb, 2017 1 commit
    • Fixes a problem of ambiguous table names when using only_deleted method and… · 20243035
      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
  19. 28 Jan, 2017 1 commit
  20. 12 Dec, 2016 1 commit
  21. 20 Oct, 2016 1 commit
  22. 12 Jul, 2016 1 commit
  23. 29 Jun, 2016 1 commit
  24. 08 Feb, 2016 1 commit
    • Add scope without_deleted · aa73c8f3
      Add a without_deleted scope to manually exclude paranoia-deleted records, which is essentially the paranoia_scope.
      Useful when using the option :without_default_scope or the unscoping of a paranoia-model was required.
      Aliased it to the paranoia_scope as opposed to the existing with_deleted scope.
      rbr committed
  25. 02 Feb, 2016 5 commits
  26. 29 Jan, 2016 1 commit
  27. 07 Jan, 2016 1 commit