aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* I herd you like modules.Jon Leighton2011-12-241-52/+48
* Exceptions should read from the spec configuAaron Patterson2011-12-081-1/+1
* respond_to? information of AR is not the responsibility of the specAaron Patterson2011-11-291-7/+9
* Move connection resoluion logic to it's own testable class.Aaron Patterson2011-11-281-58/+74
* clean up string => hash conversion for connection poolAaron Patterson2011-11-281-19/+17
* pools are 1:1 with spec now rather than 1:1 with classAaron Patterson2011-11-281-1/+2
* break establish_connection to smaller methodsAaron Patterson2011-11-281-30/+40
* use thread locals and an instance variable within QueryCache#BodyProxy to mai...Mark J. Titorenko2011-10-071-0/+8
* Merge pull request #2897 from rsutphin/ar31-remove_connectionAaron Patterson2011-09-061-1/+1
* Simplify the way default DATABASE_URL works.Glenn Gillen2011-07-251-1/+1
* Fixes typoVijay Dev2011-07-221-1/+1
* adding more tests around database uri parsingAaron Patterson2011-07-211-5/+3
* Add documentation for URL connection strings.Glenn Gillen2011-07-201-0/+6
* Added test for postgres connections as URL. Fixed query param parsing.Glenn Gillen2011-07-201-1/+1
* Provide database connection settings as a URL.Glenn Gillen2011-07-201-0/+22
* 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