Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |