I\'m trying to create a new environment (build) for using it with hudson.
I\'m doing this because I didn\'t want to mix up my test databases with hudson test databas
Create a file config/environments/build.rb which will contain the options specific to your environment. Add your new environment's database credentials in config/database.yml.
config/environments/build.rb
config/database.yml
Rock and roll!