aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml
Commit message (Expand)AuthorAgeFilesLines
* Use RAILS_MAX_THREADS as pool size on all adaptersEugene Kenny2016-05-241-0/+1
* update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-031-1/+1
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-3/+23
* Use DATABASE_URL by defaultschneems2014-01-021-1/+1
* Move default production database to URL sub keyschneems2014-01-011-1/+2
* Add examples and namespace ENV options with "RAILS_"José Valim2013-12-231-1/+1
* Do not store production information in .yml filesJosé Valim2013-12-231-3/+3
* Do not expect database user with app name to existschneems2013-12-191-2/+9
* Extract common database defaults; better use of YAMLBenjamin Fleischer2013-11-081-11/+8
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-2/+2
* updating pg supported versions docco. fixes #1959Aaron Patterson2011-07-051-1/+1
* Use non-'jdbc*' names so that db:create and db:drop workNick Sieger2011-06-211-3/+3
* Remove superfluous pg driver install instructionsNick Sieger2011-06-211-9/+0
* instruct user to install using Gem file in database.yml templete issue #1103Vishnu Atrai2011-05-171-0/+4
* jdbcpostgresql support added into template.Vishnu Atrai2011-04-261-0/+48