development: adapter: postgresql encoding: unicode database: ascii_io_development pool: 5 username: asciiio password: min_messages: WARNING # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: postgresql encoding: unicode database: ascii_io_test pool: 5 username: asciiio password: min_messages: WARNING production: adapter: postgresql encoding: unicode database: ascii_io_production pool: 5 username: asciiio password: