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
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
..
assets Merge branch 'master' of github.com:lifo/docrails 2012-02-18 22:02:34 +05:30
code/getting_started let the connection pool of new applications have size 1 rather than 5 2012-02-26 12:46:37 -08:00
rails_guides Replaced OrderedHash with Hash for ruby 1.9 series 2012-02-09 16:17:34 +05:30
source A guide for upgrading Rails [ci skip] 2012-02-25 23:09:21 +05:30
rails_guides.rb
w3c_validator.rb