On 18 December 2013 10:32, saravanan p <[email protected]> wrote: > Hi Folk, > > I have one rails application from this I want to create another new rails > application and start in different port. > > I done with creating new rails application outside of my main projects but i > stuck with starting server... > > Please help or suggest any idea... > > now i have one idea and trying that one now but i don't know that way is > good or not...the idea is like open new terminal window in background > through ruby script and start the application (even this also i stuck, > please suggest how to do this if this way is good)
I cannot imagine why you are trying to do this, but you can use the ruby system command to run any script you like. For interest could you explain why you need to start a rails server from within another rails app? Colin Colin > > Rails -v 4.0.1 > > Thanks, > Saravanan P > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/9c4e54a2-7746-4487-b60b-db24da4d68f7%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsUAESAQfG-TBOSh6unkKEzGftQF12o2De0oLmghZkBZw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

