aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-20/+1
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-1/+1
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* let's warn with heredocsXavier Noria2014-10-281-2/+7
* use tr instead of gsub when possibleAdrian Rangel2014-10-011-1/+1
* use the uri parser so that newer version of Ruby workAaron Patterson2014-08-071-1/+1
* Fix documentation typo in ConnectionSpecification::Resolve.speca3gis2014-07-241-1/+1
* Fixes #16265a3gis2014-07-241-1/+1
* Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-181-2/+2
|\
| * [ci skip] Use valid current config in exampleschneems2014-04-151-2/+2
* | Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-1/+1
* | Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+2
* | Merge pull request #14569 from matthewd/sqlite_relative_deprecatedRafael Mendonça França2014-04-031-17/+30
|\ \
| * | Complete change of `sqlite3:///` path handlingMatthew Draper2014-04-031-15/+1
| * | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-18/+45
| |/
* | Avoid including DB details in exception messagesMatthew Draper2014-04-031-1/+1
* | Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-23/+27
|/
* Allow custom JDBC urlsschneems2014-03-141-2/+2
* 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