aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_specification
Commit message (Expand)AuthorAgeFilesLines
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-2/+6
* Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-8/+8
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-4/+8
* s/specification_id/specification_nameArthur Neves2016-05-051-4/+4
* Add spec_id testsArthur Neves2016-05-051-0/+9
* Add a resolver test for the missing schemeJeremy Baker2016-02-041-0/+6
* Complete change of `sqlite3:///` path handlingMatthew Draper2014-04-031-2/+2
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-4/+23
* Allow "url" sub key in database.yml configurationschneems2013-12-301-0/+18
* Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-28/+26
* Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-2/+10
* added test cases for Resolver#connection_url_to_hashKuldeep Aggarwal2013-12-231-0/+10
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-21/+0
* Whitespace :heart: and hash syntax changeRafael Mendonça França2013-02-201-23/+22
* descriptive error message when AR adapter was not found. Closes #7313.Yves Senn2013-02-201-0/+9
* DATABASE_URL parsing should turn numeric strings into numeric types, andAaron Stone2013-01-311-11/+37
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-4/+4
* Fix the skip code.Rafael Mendonça França2012-10-281-4/+4
* Decode attributes pulled from URI.parseShawn Veader2012-10-261-0/+8
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-2/+0
* The resolver tests fail if the mysql gem is not installed; this breaksDavid Paschich2012-06-031-0/+3
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* I herd you like modules.Jon Leighton2011-12-241-1/+1
* respond_to? information of AR is not the responsibility of the specAaron Patterson2011-11-291-1/+1
* Fix resolver_test.rb on travis (postgresql isn't setup, so it can't load the ...Jon Leighton2011-11-291-6/+6
* Move connection resoluion logic to it's own testable class.Aaron Patterson2011-11-281-0/+41