On 4 September 2010 19:26, DMaster
<compucaretx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Is it possible to move the complete ROR install/development directory
> or directories to new PC and continue to work/dev as the original one?
Yes, assuming you are talking about the rails application itself. You
will also have to install the development environment (ruby, rails,
gems and so on) in the same way you initially installed those on your
original PC, which depends on your Operating System of course. Just
install and setup the development environment and copy the
installation directories across. Though since you should have your
source controlled in a Source Control System (git is my favourite)
then you should extract it from there rather than by copying the
directories.
> Are there any registry entries that would preclude this working on the
> new PC?
That will be handled by the install/setup of the development
environment. If you are using mysgl or postgreSQL you may need to
configure that also.
Colin
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.