aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/method_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Oracle generates different ORDER BY fragmentRaimonds Simanovskis2009-08-061-1/+2
* Make sure default_scope#create checks for options[:conditions] [#2181 state:r...Pratik Naik2009-05-181-0/+10
* Default scope :order should be overridden by named scopes.Alexander Podgorbunsky2009-05-011-3/+3
* Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-1/+1
* Don't duplicate :order from scope and options, it makes mysql do extra workJeremy Kemper2009-03-101-2/+4
* Ensure nested with_scope merges conditions inside out [#2193 state:resolved]Manfred Stienstra2009-03-101-5/+33
* update the default scope test to take the model's default scope into accountrick2009-02-251-1/+1
* Ensure whitespaces are stripped when merging string joins. [#1297 state:resol...Filip H.F. "FiXato" Slagter2009-01-281-0/+10
* Ensure Model#last doesn't affects order for another finders inside the same s...Daniel Luz2008-12-211-0/+18
* Fix default_scope to work in combination with named scopesTom Stuart2008-11-171-3/+9
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-161-0/+61
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-161-38/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-161-0/+38
* Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...Pivotal Labs2008-09-241-0/+30
* Merge scoped :joins together instead of overwriting them. May expose scoping ...Andrew White2008-08-281-2/+79
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-0/+10
* Ensure :select passed in options overrides the one from the scope. [#239 stat...Andrew White2008-05-291-0/+16
* Fix merging blank conditions. Closes #10764 [mcmire, cavalle]Jeremy Kemper2008-03-231-2/+22
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-7/+7
* Fix pathsJeremy Kemper2008-01-181-5/+5
* Move tests to casesJeremy Kemper2008-01-181-0/+416