aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/databases
Commit message (Expand)AuthorAgeFilesLines
* Update the sqlite db yaml template to match others and mention proper support...Vipul A M2019-05-122-2/+2
* Replace `secrets` with `credentials` in commentsokuramasafumi2019-01-119-9/+9
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
* Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2
* Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-131-1/+0
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* Rails guides are now served over httpsPaul McMahon2018-07-249-10/+10
* OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-2/+2
* Use .tt extension to all the template filesRafael Mendonça França2017-11-1311-0/+0
* Fix broken link to mysql docs in database.yml [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
* Ensure MSSQL password uses real ENV var.Ken Collins2017-06-051-2/+2
* Update `database.yml` when `rails new <new_app> -d oracle` specifiedYasuo Honda2017-03-021-3/+5
* Modernize SQL Server database YAML for Linux/vNext.Ken Collins2017-01-271-21/+4
* Active Record supports MySQL >= 5.1.10Ryuta Kamizono2016-12-222-2/+2
* rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* Use RAILS_MAX_THREADS as pool size on all adaptersEugene Kenny2016-05-2410-2/+10
* Set postgresql poolsize via RAILS_MAX_THREADSBen Sheldon2016-02-101-1/+1
* Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-042-2/+2
* update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-032-2/+2
* Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-102-2/+2
* Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-2/+2
* [ci skip] Fix typoyui-knk2014-12-091-1/+1
* remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-062-4/+2
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-0911-43/+197
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+4
* MySQL version 4.1 was EOL on December 31, 2009Zachary Scott2014-01-081-1/+1
* Use DATABASE_URL by defaultschneems2014-01-0211-11/+11
* Move default production database to URL sub keyschneems2014-01-0110-11/+21
* Add examples and namespace ENV options with "RAILS_"José Valim2013-12-2311-12/+24
* Do not store production information in .yml filesJosé Valim2013-12-2311-33/+33
* Do not expect database user with app name to existschneems2013-12-192-4/+18
* Correct comment in databases/postgresql.ymlDV Suresh2013-12-121-1/+1
* [ci skip] `apropriate` => `appropriate`, spaces addedAkshay Vishnoi2013-11-191-19/+19
* Extract common database defaults; better use of YAMLBenjamin Fleischer2013-11-0811-145/+85
* Add notes about database connection pool [ci skip]Gaurish Sharma2013-09-221-0/+2
* Better not use tab chars in the generator templateAkira Matsuda2013-02-201-5/+5
* removed dangling whitespace in generated database ymlAditya Sanghi2013-01-042-4/+4
* Adding sqlserver.yml template to satisfy "-d sqlserver" being givenRobert Nesius2012-11-161-0/+57
* Offer instructions for pg gem when installed via HomebrewOlivier Lacan2012-10-101-1/+3
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-182-4/+4
* copy editing [ci skip]Vijay Dev2012-04-111-3/+2
* Added instructions on port numberGaurish Sharma2012-04-091-0/+4
* Revert "let the connection pool of new applications have size 1 rather than 5"Xavier Noria2012-03-073-27/+9
* let the connection pool of new applications have size 1 rather than 5Xavier Noria2012-02-263-9/+27
* removes the reconnect key from the database.yml generated for MySQLXavier Noria2012-02-241-12/+0
* explains why reconnect is false by default in the database.yml generated for ...Xavier Noria2012-02-241-1/+10
* updating pg supported versions docco. fixes #1959Aaron Patterson2011-07-052-2/+2
* Use non-'jdbc*' names so that db:create and db:drop workNick Sieger2011-06-213-9/+9
* Add generic 'jdbc' database optionNick Sieger2011-06-211-0/+62