What's the best way to handle the Rails database.yml if multiple people are working on the project and database locations are different (the socket in particular).
feedback
|
First, move
|
|
It is customary (though by no means required) to "accept" the answer you find the most helpful. I think you even get a badge for your first accept. – James A. Rosen Sep 21 '09 at 19:15 |
||
feedback
|
You can use the svn:ignore property to prevent that file from being versioned. | |||
|
feedback
|
|
a solution would be to ignore(exclude) your database.yml from versioning. it seems that you can put Code in your database.yml (suprise :o ) Check this out for instructions | |||
|
feedback
|
|
Yet another method that uses capistrano an ERb to prompt for the credentials during deployment. http://www.simonecarletti.com/blog/2009/06/capistrano-and-database-yml/ | |||
|
feedback
|