| Commit message (Expand) | Author | Age | Files | Lines |
* | quarantine deprecated tests | Jon Leighton | 2012-05-18 | 1 | -38/+1 |
* | extract deprecated dynamic methods | Jon Leighton | 2012-05-04 | 1 | -2/+2 |
* | extract code from AR::Base | Jon Leighton | 2012-05-04 | 1 | -2/+2 |
* | clean up implementation of dynamic methods. use method compilation etc. | Jon Leighton | 2012-05-04 | 1 | -3/+2 |
* | find and replace deprecated keys | Jon Leighton | 2012-04-27 | 1 | -5/+5 |
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th... | Jon Leighton | 2012-04-27 | 1 | -7/+7 |
* | remove unnecessary test code | Jon Leighton | 2012-04-27 | 1 | -4/+0 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -11/+11 |
* | remove deprecated #first calls | Jon Leighton | 2012-04-26 | 1 | -14/+0 |
* | remove deprecate #calculate calls | Jon Leighton | 2012-04-26 | 1 | -1/+1 |
* | fix #scoped deprecations | Jon Leighton | 2012-04-26 | 1 | -5/+6 |
* | remove deprecated scope stuff | Jon Leighton | 2012-04-26 | 1 | -19/+0 |
* | default_scope with a hash is deprecated | Jon Leighton | 2012-04-26 | 1 | -10/+0 |
* | extract deprecated code | Jon Leighton | 2012-04-25 | 1 | -5/+0 |
* | giving a hash to default scope should not be deprecated (well, not for this r... | Jon Leighton | 2012-04-25 | 1 | -2/+2 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -10/+35 |
* | Remove valid_scope_name? check - use ruby | Jon Leighton | 2012-03-21 | 1 | -19/+0 |
* | Revert PR#5001 "removed unuseful require for reply as we are not using requir... | Vishnu Atrai | 2012-02-12 | 1 | -0/+1 |
* | removed unuseful require for reply as we are not using require model | Karunakar (Ruby) | 2012-02-11 | 1 | -1/+0 |
* | remove requires of core_ext/array/random_access that no longer exists | lest | 2011-12-21 | 1 | -1/+0 |
* | call scope within unscoped to prevent duplication of where values | Sergey Nartimov | 2011-12-17 | 1 | -0/+5 |
* | #first doesn't take an order in this test | Damien Mathieu | 2011-09-06 | 1 | -1/+1 |
* | first and last orders the records by id | Damien Mathieu | 2011-09-06 | 1 | -2/+2 |
* | Refactor test case to use anonymous class - Thank you @tenderlove | Prem Sichanugrist | 2011-07-18 | 1 | -13/+8 |
* | Raise an ArgumentError if user passing less number of argument in the dynamic... | Prem Sichanugrist | 2011-07-17 | 1 | -0/+15 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Merge pull request #1462 from arunagw/test_added_for_namedscope | José Valim | 2011-06-05 | 1 | -0/+8 |
|\ |
|
| * | Test added for namedscope target. | Arun Agrawal | 2011-06-03 | 1 | -0/+8 |
* | | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
|/ |
|
* | Modified NamedScopeTest to use CollectionAssociation. | Michael Ebens | 2011-05-11 | 1 | -1/+1 |
* | Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the... | Jon Leighton | 2011-04-17 | 1 | -6/+0 |
* | Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c... | Jon Leighton | 2011-04-12 | 1 | -0/+6 |
* | ActiveRecord::Base.scopes hash is not needed | Jon Leighton | 2011-04-12 | 1 | -11/+0 |
* | Removing the scope-caching which happens on association proxies, because the ... | Jon Leighton | 2011-04-12 | 1 | -10/+15 |
* | Delegate first!, last!, any? and many? to scoped | Andrew White | 2011-03-29 | 1 | -1/+16 |
* | fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses | Eric Allam | 2011-02-24 | 1 | -0/+4 |
* | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 1 | -1/+1 |
* | Replace rudimentary named_scope with scope. [#6052 state:resolved] | Pavel Gorbokon | 2010-12-15 | 1 | -21/+21 |
* | Models should be equals even after destroyed | Santiago Pastorino | 2010-11-16 | 1 | -1/+1 |
* | scopes can take an object that responds to `call` | Aaron Patterson | 2010-10-19 | 1 | -0/+6 |
* | Cleanup deprecation warnings in active record | Carlos Antonio da Silva | 2010-09-06 | 1 | -4/+0 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -2/+2 |
* | Dynamic finder method like scoped_by_* create methods so that | Neeraj Singh | 2010-08-03 | 1 | -0/+6 |
* | renaming tests by removing proxy_options from names | Neeraj Singh | 2010-07-21 | 1 | -5/+5 |
* | Push a failing test for issues [#4994] and [#5003]. | José Valim | 2010-06-29 | 1 | -0/+6 |
* | Add scoping and unscoped as the syntax to replace the old with_scope and with... | José Valim | 2010-06-29 | 1 | -2/+2 |
* | removes Array#random_element and backports Array#sample from Ruby 1.9, thanks... | Xavier Noria | 2010-06-05 | 1 | -1/+1 |
* | Properly cache association_collection#scopes calls having arguments | Pratik Naik | 2010-06-04 | 1 | -0/+13 |
* | Change on Array extension from rand => random_element [#4555 state:committed] | Santiago Pastorino | 2010-05-16 | 1 | -1/+1 |
* | STI should not ignore type condition while applying scopes from parent class ... | Neeraj Singh | 2010-05-15 | 1 | -0/+5 |