aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Respect cache timestamp format when giving timestamps to #cache_keyCarlos Antonio da Silva2013-11-041-2/+2
* Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...David Heinemeier Hansson2013-11-021-1/+7
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-9/+4
* make test order independent by resetting timezoneNeeraj Singh2013-07-281-0/+2
* Add test for `AR::Base#to_param`Takehiro Adachi2013-05-021-1/+6
* Extract tests code out from AR's base_test.rb to integration_test.rbTakehiro Adachi2013-05-021-0/+82