aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure Active Record connection consistencyschneems2014-01-091-3/+12
* Fix AR connection resolver docs to return a hash with string keys [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* Fix typo [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* Allow "url" sub key in database.yml configurationschneems2013-12-301-0/+8
* [ci skip] ConnectionSpecification::Resolver Docsschneems2013-12-301-14/+80
* Extract db url connection logic to classschneems2013-12-291-34/+79
* Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-9/+16
* Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-26/+28
* Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-3/+3
* Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-20/+29
* fix url connections for sqlite3Aaron Patterson2013-12-201-1/+12
* Add a note about ensuring the version is right for the adapter (since you mig...David Heinemeier Hansson2013-10-271-1/+1
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-2/+2
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-21/+0
* make type_cast_value a class level methodTerence Lee2013-02-211-1/+1
* standardize database_configuration to a hashTerence Lee2013-02-211-2/+2
* descriptive error message when AR adapter was not found. Closes #7313.Yves Senn2013-02-201-2/+5
* Fix typo :bomb:Rafael Mendonça França2013-01-311-1/+1
* Strict regexpRafael Mendonça França2013-01-311-2/+2
* Extract the value casting to a methodRafael Mendonça França2013-01-311-15/+23
* DATABASE_URL parsing should turn numeric strings into numeric types, andAaron Stone2013-01-311-0/+19
* Decode attributes pulled from URI.parseShawn Veader2012-10-261-0/+2
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-1/+1
* Require URIChris Bandy2012-06-281-0/+2
* connection specification will deep copy the configAaron Patterson2011-12-301-0/+4
* each connection pool has a reaperAaron Patterson2011-12-301-1/+1
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+79