1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/guides/code/getting_started/config
Xavier Noria 9b2c38b7bd let the connection pool of new applications have size 1 rather than 5
The majority of Rails applications are multiprocess, people
may wonder why rails new generates a default pool of 5, does
my application need a connection pool of 5? By generating
a default of 1 database.yml is much more clear, and with
the comment people know what is the connection pool for,
and they know it has to be bigger for multithread apps.
2012-02-26 12:46:37 -08:00
..
environments uniformizes the punctuation of comments in some files generated for new apps 2012-01-22 00:53:22 +01:00
initializers update the getting_started guide code [ci skip] 2012-01-19 23:14:42 +05:30
locales
application.rb uniformizes the punctuation of comments in some files generated for new apps 2012-01-22 00:53:22 +01:00
boot.rb
database.yml let the connection pool of new applications have size 1 rather than 5 2012-02-26 12:46:37 -08:00
environment.rb
routes.rb update the getting_started guide code [ci skip] 2012-01-19 23:14:42 +05:30