aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/named_scope_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* fixing "test_any_should_not_load_results" so it doesn't depend on latest vers...Ryan Bates2008-08-081-3/+4
* Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]Jan De Poorter2008-07-231-0/+22
* Ensure NamedScope#build/create/create!/new works as expected when named scope...Daniel Guettler2008-07-091-0/+26
* Add extra hash conditions tests for named_scopePratik Naik2008-06-281-0/+4
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-1/+20
* Fixed that scopes defined with a string name could not be composedTarmo Tänav2008-06-221-0/+6
* Ensure named_scope#empty? uses count query. [#262 state:resolved]Ryan Bates2008-05-281-0/+8
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+28
* Fixing test for named_scope through a has_many :throughRodrigo Kochenburger2008-05-151-2/+2
* Add test for named_scope#proxy_options. [#97 state:resolved]Duncan Beevers2008-05-111-0/+6
* Change tests against all scope to base scope as all is now used as a finder a...David Heinemeier Hansson2008-04-301-14/+14
* Ruby 1.9 compat. Trailing whitespace.Jeremy Kemper2008-03-301-29/+28
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+116