configuration - Proper way to set two Rails applications on same server -


i have 2 (same) applications running on dev.example.com , beta.example.com different databases. set run passenger using apache web server.

what have done copy code 1 directory other (myapp_dev , myapp_beta) , seems working fine, until have migrate table. error data want migrate migrated. trying migrate on same database. maybe have re-configure way run applications, don't know how , do. hints appreciated.

thanks!

you can change used database in config/database.yml


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -