hey everyone i have installed rails3.0.0 in windows and my previous rails projects not working . so i wanna uninstall rails and then install from Scratch. thanks in advance -- 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.
honey jadala wrote in post #1043958:> hey everyone i have installed rails3.0.0 in windows and my previous > rails projects not working . so i wanna uninstall rails and then > install from Scratch.1. Uninstall Windows. 2. Install Ubuntu (or your choice of Linux flavor). 3. Install Ruby Version Manager (RVM). 4. Install whatever Rubies you need. 5. Create a gemset for each of your projects. 6. Install the version of Rails you need into each of your gemsets. That''s only half serious, of course. I don''t have any idea how to install, or uninstall Rails on Windows. Still can''t figure out why anyone would actually want to do that. But, I understand there are scenarios when some have no other choice. Thank God I''m not in that situation. -- Posted via http://www.ruby-forum.com/. -- 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.
Hi Have you tried "gem uninstall rails" ? On Fri, Feb 3, 2012 at 2:09 PM, honey ruby <emailtohoneyruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> hey everyone i have installed rails3.0.0 in windows and my previous > rails projects not working . so i wanna uninstall rails and then > install from Scratch. > > thanks in advance > > -- > 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. > >-- 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.
I understand honey''s situation. You guys on linux have NO idea how good you have it with RVM. I tried Pik (windows supposed answer to RVM) but to no avail. So I turned old laptop into Fedora 16 machine now I am rocking on RVM and all the cool things Fedora offers (VIM!). On Feb 3, 4:20 pm, Robert Walker <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> honey jadala wrote in post #1043958: > > > hey everyone i have installed rails3.0.0 in windows and my previous > > rails projects not working . so i wanna uninstall rails and then > > install from Scratch. > > 1. Uninstall Windows. > 2. Install Ubuntu (or your choice of Linux flavor). > 3. Install Ruby Version Manager (RVM). > 4. Install whatever Rubies you need. > 5. Create a gemset for each of your projects. > 6. Install the version of Rails you need into each of your gemsets. > > That''s only half serious, of course. I don''t have any idea how to > install, or uninstall Rails on Windows. Still can''t figure out why > anyone would actually want to do that. But, I understand there are > scenarios when some have no other choice. Thank God I''m not in that > situation. > > -- > Posted viahttp://www.ruby-forum.com/.-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
In all seriousness, you should install Oracle''s free VirtualBox and create yourself a new linux virtual machine. I''m rocking a crappy 2gig RAM desktop computer and work with rails in my Ubuntu virtual machine (1gb ram assigned for it). It''s really simple and not complicated at all. :) -- 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.