aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-3/+21
|\
| * Remove Relation#& alias for Relation#mergeErnie Miller2011-02-121-2/+2
| * Construct an actual ActiveRecord::Relation object for the association scope, ...Jon Leighton2011-01-071-1/+2
| * Make Relation#create_with always merge rather than overwrite, not just when m...Jon Leighton2011-01-031-0/+10
| * Specify the STI type condition using SQL IN rather than a whole load of ORs. ...Jon Leighton2010-12-311-0/+7
| * stop calling deprecated apisAaron Patterson2010-12-261-1/+1
| * Replace rudimentary named_scope with scope. [#6052 state:resolved]Pavel Gorbokon2010-12-151-1/+1
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-121-0/+16
|\|
| * adding more tests surrounding where values hashAaron Patterson2010-11-291-0/+11
| * testing attributes applied by default_scopeAaron Patterson2010-11-291-0/+5
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-2/+0
|\|
| * removing many unused variablesAaron Patterson2010-11-161-2/+0
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-281-0/+46
|\|
| * default scope merge where clauses [#5488 state:resolved]Jan2010-10-201-0/+17
| * default scope can accept any object that responds to #callAaron Patterson2010-10-191-0/+18
| * Allow default_scope to accept a Proc.Tim Morgan2010-10-191-0/+11
|/
* reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-111-8/+2
* Delegate ActiveRecord::Base.offset to scoped methods (analogous to limit) [#5...Marcelo Giorgi2010-09-241-0/+6
* removing nonsensical tests, limit now actually adds a limitAaron Patterson2010-09-151-1/+1
* failing test for reorder overriding default_scopeNick Ragaz2010-09-051-0/+6
* order should always be concatenated.Neeraj Singh2010-09-051-2/+2
* Change relation merging to always append select, group and order valuesPratik Naik2010-08-311-6/+7
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Ensure default_scope can be overwriten by association conditions.José Valim2010-07-211-0/+5
* eagerly loaded association records should respect default_scope [#2931 state:...Subba Rao Pasupuleti2010-07-211-2/+16
* Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-131-0/+6
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-0/+396