On 10/18/2011 12:20 PM, Colin Law wrote:
On 18 October 2011 16:34, Chopo<[email protected]>  wrote:
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.

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to