aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* make sure we have an active database connection before running each connectio...Aaron Patterson2011-03-281-1/+5
* implements ActiveRecord::Base.connection_config to be able to check the confi...Xavier Noria2011-03-051-0/+10
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* Remove old rubygems require.José Valim2010-07-121-7/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* get the rescue error page back [#4536 state:resolved]Sam Ruby2010-05-081-1/+1
* Use class_inheritable_accessor for connection_handlerPratik Naik2010-05-041-3/+3
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-131-20/+0
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-2/+2
* Merge docrailsPratik Naik2008-12-191-0/+1
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Deprecate verification_timeout and verify before resetNick Sieger2008-09-041-5/+10
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-3/+2
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-19/+11
* Nearing the finish line. Initial fixed-size connection pool implemented, more...Nick Sieger2008-08-291-0/+4
* Split connection handler into single- and multiple-thread versions.Nick Sieger2008-08-291-5/+17
* Connection handling methods extracted out into separate ConnectionHandler classNick Sieger2008-08-291-104/+27
* Fix failure to retain value of allow_concurrencyNick2008-08-291-0/+1
* Add synchronization to connection pool alsoNick2008-08-291-1/+3
* Introduce synchronization around connection pool accessNick2008-08-291-13/+36
* Rename defined_connections to connection_poolsNick2008-08-291-10/+20
* Initial conversion to connection poolNick2008-08-291-171/+27
* Revert "Ensure adapater specific code is loaded on ActiveRecord::Base.establi...Joshua Peek2008-07-271-1/+0
* Ensure adapater specific code is loaded on ActiveRecord::Base.establish_conne...Joshua Peek2008-07-211-0/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+2
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-4/+4
* Make clear_reloadable_connections! take account of @@allow_concurrency. Clos...Michael Koziarski2007-10-251-4/+17
* Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...Jeremy Kemper2007-10-041-8/+3
* RubyGem database adapters: expects a gem named activerecord-<database>-adapte...Jeremy Kemper2007-09-151-3/+19
* Load database adapters on demand. Eliminates config.connection_adapters and R...Jeremy Kemper2007-05-251-1/+6
* Don't create instance writer methods for class attributes. Closes #7401 [Rick]Rick Olson2007-01-281-1/+1
* Made sure that connections are only removed for SQLiteDavid Heinemeier Hansson2007-01-151-2/+4
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-0/+8
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-8/+0
* Only reload connections in development mode that supports (and requires that)...David Heinemeier Hansson2006-11-261-0/+8
* 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