- 02 Feb, 2016 11 commits
-
-
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 5 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
-
For some reason in ruby 2.3 this definition was interpreted as private. There was no reason to be defining it where it was, so I've moved it into the paranoia module.
John Hawthorn committed
-
- 06 Jan, 2016 2 commits
-
-
Use TravisCI's container infrastructure
John Hawthorn committed -
This makes the startup time for tests much faster. This also fixes an issue where bundle install would fail because the version on travis's legacy infrastructure is too old. See: https://github.com/bundler/bundler/issues/3558
John Hawthorn committed
-
- 16 Dec, 2015 1 commit
-
-
Jake Quain committed
-
- 16 Nov, 2015 2 commits
-
-
We're still looking for people to help, but a maintainer now exists
Kurtis Rainbolt-Greene committed -
Kurtis Rainbolt-Greene committed
-
- 15 Nov, 2015 2 commits
- 12 Nov, 2015 1 commit
-
-
Touching record when restored.
Ryan Bigg committed
-
- 05 Nov, 2015 1 commit
-
-
Ryan Bigg committed
-
- 28 Oct, 2015 1 commit
-
-
Leonardo Alifraco committed
-
- 03 Oct, 2015 1 commit
-
-
Using guard clauses.
Ryan Bigg committed
-
- 26 Sep, 2015 1 commit
-
-
Leonardo Alifraco committed
-
- 16 Sep, 2015 1 commit
-
-
Simplify description in README
Ryan Bigg committed
-
- 15 Sep, 2015 1 commit
-
-
I had a hard time comprehending the old wording. I think this is easier to read.
Zeke Sikelianos committed
-