aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/aggregations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-1/+1
* Handle `FrozenError` if it is availableYasuo Honda2017-12-201-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-051-0/+5
* Ensure hashes can be passed to attributes using `composed_of`Sean Griffin2016-05-311-0/+5
* Removed unnecessary classAnupam Choudhury2013-04-061-1/+0
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-2/+1
* fix order dependent test in AggregationsTestFrancesco Rodriguez2012-08-261-0/+2
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+158
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-158/+0
* allow the :converter Proc form composed_of to return nilYves Senn2012-05-031-0/+18
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-1/+1
* removing extra whitespacesNeeraj Singh2010-07-181-1/+1
* Remove deprecated block usage in composed_of.Emilio Tagua2010-06-241-28/+0
* Use better assertion methods for testingNeeraj Singh2010-05-191-10/+10
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Add missing assert_deprecated calls to prevent spam during test runsMichael Koziarski2008-09-111-2/+6
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-0/+35
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+128