Is there a convention in Rails for sharing the database.yml between apps that have the same config? At work we use Cold Fusion which use Java datasources underneath, and would like to be able to similarly change the database config in one place for multiple apps. Filesystem link?
Thanks, David