I am using rails 3.2 and postgres 9.1. I'm hosting on Amazon EC2 instance, and using capistrano and rubber to deploy.
So my question is, since I don't set database options in database.yml for production, how do I increase the pool size from the default 5?
My guess is in config/rubber/rubber-postgresql.yml, but I don't know what to actually put in there to change the pool size.