- 15 May, 2016 7 commits
-
-
This is where JRuby becomes 2.3 compatible.
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
Ben A. Morgan committed
-
Update rails version in description
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
- 11 May, 2016 1 commit
-
-
Update repo name in README
Ryan Bigg committed
-
- 01 May, 2016 1 commit
-
-
Derrick Zhang committed
-
- 08 Feb, 2016 4 commits
-
-
Add scope without_deleted
Kurtis Rainbolt-Greene committed -
Callbacks are countable, use several instead of few to reference them
Kurtis Rainbolt-Greene committed -
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 -
Oleg Pudeyev committed
-
- 03 Feb, 2016 1 commit
-
-
Rails 5 Support, Require ruby 2.0
John Hawthorn committed
-
- 02 Feb, 2016 12 commits
-
-
John Hawthorn committed
-
John Hawthorn committed
-
John Hawthorn committed
-
Just for consitency. alias_method is easier to reason about than only_deleted.
John Hawthorn committed -
Also updates ruby versions
John Hawthorn committed -
In rails 4.x this passed around a set of arel conditions, in rails 5 it passes around an AR::Relation and uses where(). See rails/rails@5f521cbff3c8a46cfc8e16b234294a20c285d00d
John Hawthorn committed -
Austin Ziegler committed
-
Claessens Simon committed
-
It is unnecessary to test the AR internals here. Testing the where_values_hash should be sufficient.
John Hawthorn committed -
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 4 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
-