- 14 Jul, 2016 1 commit
-
-
Ben A. Morgan committed
-
- 12 Jul, 2016 7 commits
-
-
Rails 5
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
Update travis for rails 5
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
Ben A. Morgan committed
-
- 07 Jul, 2016 2 commits
-
-
Fixed README for rails 5.
Ben A. Morgan committed -
paneer_tikka committed
-
- 01 Jul, 2016 1 commit
-
-
Typo
Ben A. Morgan committed
-
- 29 Jun, 2016 1 commit
-
-
David Verhasselt committed
-
- 15 May, 2016 11 commits
-
-
Rails RC1 and Minor Ruby Bumps for Testing
Ben A. Morgan committed -
Ben A. Morgan committed
-
Ben A. Morgan committed
-
Ben A. Morgan committed
-
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 10 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
-