aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/core_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
|
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* 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
The methods got moved to core.rb in commit b2c9ce341a1c907041f55461aefebb0321280cb5, but the tests never did.