aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/unconnected_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean up AR's isolated test runnerMatthew Draper2019-03-051-0/+6
* Fix error raised when handler doesn't existEileen Uchitelle2019-01-251-0/+8
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* 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
* 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
* Remove ActiveRecord::ModelJon Leighton2012-10-261-3/+3
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-3/+3
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-1/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-1/+1
* Enable the sqlite3 in-memory test connection to workJon Leighton2011-01-111-0/+1
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+32