aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-1/+2
* Fixed documentationDavid Heinemeier Hansson2006-03-281-6/+6
* Dynamically set allow_concurrency. Closes #4044.Jeremy Kemper2006-03-131-19/+47
* fix unreplaced class varJeremy Kemper2006-03-021-1/+1
* Revert allow_concurrency change for better testing. Retrieve_connection in tw...Jeremy Kemper2006-03-021-1/+2
* (duh :)Jeremy Kemper2006-03-011-1/+1
* Typo in stale thread removal.Jeremy Kemper2006-03-011-1/+1
* Clear stale, cached connections left behind by defunct threads. Eliminate dup...Jeremy Kemper2006-03-011-76/+109
* Speed up class -> connection caching and stale connection verification. Close...Jeremy Kemper2006-02-271-30/+81
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-6/+7
* Dont overwrite the documentation from the real base classDavid Heinemeier Hansson2005-12-051-1/+0
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-051-1/+24
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-041-31/+2
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-241-8/+8
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-191-0/+32
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-2/+2
* Worked around that connection can't be reset if allow_concurrency is off. Cl...Jeremy Kemper2005-10-291-0/+1
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-3/+9
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-121-1/+1
* Get rid of old symbolize_strings_in_hash.Jeremy Kemper2005-09-301-6/+1
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-271-0/+1
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-0/+126