Can i run Ruby Web Application by Renaming application ?

Hi i am new on this ruby track . I need help .

I have a Web Application in Ruby on Rails application named 'myapplication ' which is running on the server . InstantRails is used.

If i want to make a replica application named 'myapplication_test' in same server the what i need to do ...Please suggest ASAP. It's urgent .!!!!!

Just copy the complete application and it should run. Of course it will access the same database unless you change config/database.yml (unless it is an sqlite db stored within the application).

Colin

Just copy InstantRails\rails_apps\myapplication InstantRails\rails_apps\myapplication_test

    As colin said you will need to change database.yml and define a

new database to avoid conflicts.