aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/database_configurations.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce InvalidConfigurationErroreileencodes2019-08-011-3/+7
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-261-1/+8
|\
| * Allow separate database env variables per-connectionJohn Crepezzi2019-07-261-1/+8
* | Merge pull request #36372 from instructure-bridge/6-0-stableRafael França2019-07-261-3/+13
|/
* Only merge DATABASE_URL settings into the current envJohn Crepezzi2019-07-251-18/+20
* Fix multiple database support for DATABASE_URL env variableJohn Crepezzi2019-07-241-12/+18
* When DATABASE_URL is specified don't trample envs that use a url: keyWill Jessop2019-07-081-5/+5
* Fix broken url configseileencodes2019-06-271-1/+1
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Fix document formatting of Database configuration classes [ci skip]yuuji.yaginuma2019-03-211-12/+12
* Fix database configuration when adding another config leveleileencodes2019-03-181-1/+1
* Minor changes to deprecation warning message after 35242Abhay Nikam2019-02-151-3/+3
* Merge pull request #35242 from eileencodes/add-setter-and-deprecation-for-con...Eileen M. Uchitelle2019-02-141-6/+24
|\
| * Improve errors and handling of hashes for database configurationseileencodes2019-02-141-6/+24
* | Fix database configurations building when DATABASE_URL presentVladimir Dementyev2019-02-121-1/+1
|/
* Fix case when we want a UrlConfig but the URL is nilEileen Uchitelle2019-01-301-1/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-8/+6
* Fix typo of duplicated `the` [ci skip]ohbarye2018-10-241-1/+1
* Stringify database configurationsGannon McGibbon2018-09-241-2/+2
* add `any?` to DatabaseConfigurationsGreg Molnar2018-09-131-0/+1
* Fix `ActiveRecord::DatabaseConfigurations`'s docsbogdanvlviv2018-09-091-5/+5
* Remove unused blockEileen Uchitelle2018-09-041-1/+1
* [ci skip] Change some comments to conform to the style used in other commentsSharang Dashputre2018-09-011-4/+4
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-7/+24
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-40/+145
* Fix database.yml mergingeileencodes2018-04-121-1/+1
* Fix two-level database configurations with URLsEugene Kenny2018-03-311-1/+1
* Remove shadowing variable warningAndrew White2018-03-301-2/+2
* Refactor configs_for and friendseileencodes2018-03-211-0/+63