aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/database_configurations.rb
Commit message (Expand)AuthorAgeFilesLines
* 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