aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relations_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Add readonly support for relations.Emilio Tagua2009-08-271-0/+6
|
* Override respond_to? in ActiveRecord::Relation to go withEmilio Tagua2009-08-181-0/+8
| | | | method_missing.
* 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.