[Rails] Re: How to change a rails app to INstant rails app???
comopasta Gr wrote:
> Ralu rm wrote:
>> i have a rails app , i need to change that app to instant rails app.
>> i have been using Net beans as IDE
>> is der an easy step to do that???
>> rather creating a new one by copy paste?
>
> Hi, is your original rails app currently running the same versions of
> rails, gems, ruby etc than the one you have in instantrails? Using mysql
> db also in the original? I so you just need to copy the app to the
> railsapps folder inside instantrails folder structure, create and
> migrate the db and run the app from instant rails (I always use the
> console from instant rails and do things manually...)
>
> I you have different versions I recommend having them in sync and them
> move the app. I.e. upgrade rails and gems of the default instantrails
> installer (which is much older than 2.3.x)
>
> I'm on mac now and I can't see instant rails... but you shouldn't have
> any problems in case of "standard" rails apps...
>
> Cheers.
@comopasta
thanks for the help......it worked but in my rails app i was using
webrick as server and now i need to change it into mongrel in
instantRails . when i click start with mongrel in instant rails app its
not getting startd ( actually dats becoz my rails app is already in
webrick) so how to change that to mongrel? i have installd mongrel gem
in app ...plz help!! :)
--
Posted via http://www.ruby-forum.com/.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home