aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-25/+25
* fix to_param to maximize contentRob Biedenharn2016-07-081-2/+28
* fixes #21815Maarten Jacobs2015-10-161-5/+13
* Fix test failures on MySQLSean Griffin2015-10-021-1/+3
* Don't rely on subsecond precision being applied in testsSean Griffin2015-09-231-0/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Fix test for cache_key + touchedCarlos Antonio da Silva2014-01-161-9/+9
* set encoding UTF-8 for accepting multibyte characterKuldeep Aggarwal2013-12-191-0/+2
* Fix to_param when attribute has multibyte characterrono232013-12-191-0/+6
* added one test case and example for ActiveRecord::Base.to_param methodKuldeep Aggarwal2013-11-151-0/+6
* Addendum to #12891Javan Makhmali2013-11-141-2/+18
* Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...Javan Makhmali2013-11-141-0/+18
* 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