aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/null_relation_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reset column information after schema changedyuuji.yaginuma2017-07-201-0/+2
| | | | | This fixes the following failures. https://travis-ci.org/rails/rails/jobs/253990014
* Ensure calculation methods execute no queriesRyuta Kamizono2017-07-151-60/+14
|
* Extract `NullRelationTest` from `RelationTest`Ryuta Kamizono2017-07-151-0/+128
`test/cases/relations_test.rb` file has too much lines (2000 over). So I extracted `NullRelationTest` to the dedicated file.