aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/core_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix inspect with non-primary key id attributeEugene Kenny2018-11-061-0/+12
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-4/+4
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-41/+40
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-4/+4
|/
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
* pretty_print will use #inspect if a subclass redefines itEthan2015-01-121-0/+11
* implement ActiveRecord::Base#pretty_print + changelogEthan2014-05-291-0/+68
* Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rbTakehiro Adachi2013-05-221-0/+33