| Commit message (Expand) | Author | Age | Files | Lines |
* | Block a few default Class methods as scope name. | Arthur Neves | 2014-04-03 | 1 | -0/+3 |
* | do not rely on method_missing hitting arel | Aaron Patterson | 2014-03-24 | 1 | -2/+3 |
* | Add tests for default scope behaviour change | Jon Leighton | 2014-02-23 | 1 | -0/+18 |
* | Remove warnings for already defined methods | Rafael Mendonça França | 2014-02-01 | 1 | -1/+3 |
* | Let `unscope` ignore non Arel scope.where_values | Washington Luiz | 2014-01-30 | 1 | -0/+10 |
* | `scope` now raises on "dangerous" name conflicts | Godfrey Chan | 2014-01-29 | 1 | -0/+57 |
* | Ensure #second acts like #first AR finder | Jason Meller | 2014-01-20 | 1 | -4/+4 |
* | Fix bad usage of #select with hash | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+1 |
* | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -0/+6 |
* | Don't skip tests if we don't need to. | Rafael Mendonça França | 2013-11-08 | 1 | -25/+23 |
* | unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8... | Rafael Mendonça França | 2013-11-02 | 1 | -1/+1 |
* | remove trailing whitespace added with b057765 [ci skip]. | Yves Senn | 2013-10-21 | 1 | -2/+2 |
* | Allow unscope to work with `where.not` | Eric Hankins | 2013-10-21 | 1 | -6/+14 |
* | asakusa.rb hack night! | Aaron Patterson + Akira Matsuda | 2013-08-06 | 1 | -0/+2 |
* | Revert change on ActiveRecord::Relation#order method that prepends new | Rafael Mendonça França | 2013-07-29 | 1 | -4/+4 |
* | close our connection when we are done | Aaron Patterson | 2013-07-08 | 1 | -1/+6 |
* | Remove deprecated `scope` use without passing a callable object. | Arun Agrawal | 2013-07-03 | 1 | -10/+0 |
* | calling default_scope without a proc will raise ArgumentError | Neeraj Singh | 2013-07-02 | 1 | -3/+2 |
* | remove deprecated implicit join references. | Yves Senn | 2013-06-29 | 1 | -5/+0 |
* | Simplify/fix implementation of default scopes | Jon Leighton | 2013-06-28 | 1 | -3/+2 |
* | Delegate #unscope query method | Carlos Antonio da Silva | 2013-04-28 | 1 | -0/+10 |
* | Fix scope chaining + STI | Jon Leighton | 2013-04-05 | 1 | -1/+1 |
* | failing test for #9869 | Neeraj Singh | 2013-04-05 | 1 | -0/+5 |
* | split relation_scoping_test.rb's default scoping tests into another file | Takehiro Adachi | 2013-03-30 | 2 | -357/+360 |
* | rename named_scope_test.rb to a proper file name | Takehiro Adachi | 2013-03-30 | 1 | -1/+1 |
* | move tests for NamedScope and DefaultScope under test/cases/scoping/ | Takehiro Adachi | 2013-03-30 | 2 | -0/+1150 |