aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/multiple_db_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove useless `arel_engine`Ryuta Kamizono2017-07-171-7/+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
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* s/specification_name/connection_specification_nameArthur Neves2016-05-061-2/+2
* s/specification_id/specification_nameArthur Neves2016-05-051-2/+2
* Test to swap connection at runtimeArthur Neves2016-05-051-0/+7
* Refactor connection handlerArthur Neves2016-05-051-2/+2
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Do not run remove_connection in memory db testRafael Mendonça França2015-02-051-7/+7
* Fix count on a separate connection (fixes #18359)brainopia2015-01-081-0/+7
* Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-1/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-2/+2
* Use method compilation for association methodsJon Leighton2012-08-101-3/+1
* Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpeci...kennyj2012-03-141-1/+7
* Fix rake test_sqlite3_memJon Leighton2012-03-041-7/+9
* added test for #3732Rick Martinez2012-02-101-0/+12
* pools are 1:1 with spec now rather than 1:1 with classAaron Patterson2011-11-281-1/+0
* 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
* Rename active_relation_engine -> arel_engine and active_relation_table -> are...Pratik Naik2010-01-161-2/+2
* Ensure using proper engine for Arel::TablePratik Naik2010-01-041-0/+6
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-0/+25
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-1/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+60