aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invalid_connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* tests, don't connect to mysql when running sqlite3 tests.Yves Senn2015-12-281-0/+2
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Changed message for Model.inspectArun Agrawal2013-11-091-1/+1
* Fix testJon Leighton2013-06-281-1/+8
* Fix rake test_sqlite3_memJon Leighton2013-06-281-10/+5
* `inspect` for AR model classes does not initiate a new connection.Yves Senn2013-06-201-0/+20