aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/merge_and_resolve_default_url_config_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce InvalidConfigurationErroreileencodes2019-08-011-0/+16
* Allow separate database env variables per-connectionJohn Crepezzi2019-07-261-5/+33
* Only merge DATABASE_URL settings into the current envJohn Crepezzi2019-07-251-0/+16
* Fix multiple database support for DATABASE_URL env variableJohn Crepezzi2019-07-241-0/+24
* When DATABASE_URL is specified don't trample envs that use a url: keyWill Jessop2019-07-081-0/+19
* Fix broken url configseileencodes2019-06-271-0/+31
* Fix database configurations building when DATABASE_URL presentVladimir Dementyev2019-02-121-0/+10
* Fix case when we want a UrlConfig but the URL is nilEileen Uchitelle2019-01-301-0/+8
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-2/+5
* 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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-25/+25
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-19/+19
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-5/+5
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+34
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-34/+0
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-38/+0
* If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"].Keith Gable2014-10-211-0/+89
* Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-0/+12
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-211-0/+192