aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/support/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-23/+23
* 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
* Fix typo s/with/without/Ryuta Kamizono2016-11-201-1/+1
* Fix tests for prepared_statements: false and queries hitting `#select_all`Prathamesh Sonpatki2016-11-191-1/+2
* Erubis is not actually used in ARAkira Matsuda2016-11-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-11/+11
* Add require 'pathname' as it has not already been required in some circumstancesJon Leighton2011-06-171-0/+1
* Add support for using an ARCONFIG environment variable to specify the locatio...Jon Leighton2011-06-121-4/+7
* Fix typoJon Leighton2011-06-051-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-0/+39