aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relations_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Use immutable relation objects to generate queries.Emilio Tagua2009-08-181-10/+10
|
* Fix typo in test classname.Emilio Tagua2009-08-181-1/+1
|
* Use finder options as relation method names to provide more familiarEmilio Tagua2009-08-181-12/+10
| | | | | naming. Use bang methods convention in methods that alter the relation.
* Added collection iteration to AR::Relation.Emilio Tagua2009-08-031-1/+0
|
* Added ActiveRecord::Relation tests. Allow Relation to accept conditionalEmilio Tagua2009-07-311-0/+78
hashes and arrays like #find does.