aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-214-249/+246
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-0/+8
* Don't deprecate after allMatthew Draper2014-04-091-11/+9
* Less ambition, more deprecationMatthew Draper2014-04-091-59/+11
* Ensure we correctly and immediately load all ENV entriesMatthew Draper2014-04-081-0/+21
* Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+4
* Test DATABASE_URL has precendance over DATABASE_URL_#{environment}Rafael Mendonça França2014-04-081-0/+9
* Make sure DEFAULT_URL only override current environment databaseRafael Mendonça França2014-04-081-9/+29
* Only apply DATABASE_URL for Rails.envMatthew Draper2014-04-081-17/+26
* Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-0/+48
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-6/+0
* Merge pull request #14380 from tgxworld/use_teardown_helper_method_in_activer...Yves Senn2014-03-151-1/+1
|\
| * Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* | Allow custom JDBC urlsschneems2014-03-141-0/+6
|/
* Handle missing environment from non empty configschneems2014-02-211-15/+8
* Restore DATABASE_URL even if it's nil in connection_handler testPrathamesh Sonpatki2014-01-101-1/+1
* Ensure Active Record connection consistencyschneems2014-01-091-0/+127
* Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-0/+9
* hide more data in the schema cacheAaron Patterson2013-03-141-13/+10
* safely publish columns and columns hash infoAaron Patterson2013-03-141-9/+9
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-5/+5
* Fix memory leak in development modeJon Leighton2012-11-301-7/+5
* Use "refute" instead of "assert !"Carlos Antonio da Silva2012-11-271-6/+5
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-1/+7
* Remove ActiveRecord::ModelJon Leighton2012-10-261-2/+2
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-2/+2
* Cache the connection pool for a given classJon Leighton2012-08-311-0/+2
* Make connection pool retrieval fasterJon Leighton2012-08-311-9/+4
* Simplify AR configuration code.Jon Leighton2012-06-151-3/+2
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-1/+1
* Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-1/+1
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-1/+1
* Allow to run `connection_adapters/quoting_test.rb` independentlyPiotr Sarnacki2012-05-091-1/+3
* Merge pull request #5362 from zenprogrammer/quoting_bugAaron Patterson2012-05-091-0/+11
|\
| * Fixed bug in Quoting that caused classes to be quoted incorrectlyRyan Oblak2012-03-091-0/+11
* | Add support schema cache dump and load.kennyj2012-03-011-0/+15
|/
* connection specification will deep copy the configAaron Patterson2011-12-301-0/+12
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* Extract common logic into a methodJon Leighton2011-12-241-0/+3
* Should clear the primary keys cache alsoJon Leighton2011-12-161-1/+5
* Don't store defaults in the schema cacheJon Leighton2011-12-161-1/+1
* Cache columns at the model level.Jon Leighton2011-12-161-9/+0
* AbstractAdapter#close can be called to add the connection back to theAaron Patterson2011-11-291-0/+16
* expire will set in_use to falseAaron Patterson2011-11-291-0/+7
* last_use is set on connection leaseAaron Patterson2011-11-291-0/+6
* Leased connections return false on second leaseAaron Patterson2011-11-291-2/+11
* Adapters keep in_use flag when leasedAaron Patterson2011-11-291-0/+16
* Fix schema_cache_test.rb for sqlite3_memJon Leighton2011-11-291-6/+0
* pools are 1:1 with spec now rather than 1:1 with classAaron Patterson2011-11-281-2/+0
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+55