I''m newbie and installed Rails last week. When I did rails -v in cmd prompt, I got this: C:\Users\oliver\lesson3>ruby -v ruby 2.0.0p0 (2013-02-24) [i386-mingw32] C:\Users\oliver\lesson3>rails -v ''rails'' is not recognized as an internal or external command, operable program or batch file. I want to upgrade or install Rails 4. Does this mean I don''t have Rails installed? I used RailInstaller 3.0 last week to install Ruby on Rails. -- 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 rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d555a21c-7c76-4a97-bb80-bf3bee53aff5%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
It doesn''t look like rails is installed. No idea how to do it on Windows but on Linux or Mac I would suggest running, gem install rails On Thursday, 27 June 2013 03:18:48 UTC+1, Oliver David wrote:> > I''m newbie and installed Rails last week. When I did rails -v in cmd > prompt, I got this: > > C:\Users\oliver\lesson3>ruby -v > ruby 2.0.0p0 (2013-02-24) [i386-mingw32] > > C:\Users\oliver\lesson3>rails -v > ''rails'' is not recognized as an internal or external command, > operable program or batch file. > > > I want to upgrade or install Rails 4. Does this mean I don''t have Rails > installed? I used RailInstaller 3.0 last week to install Ruby on Rails. >-- 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 rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/04482cee-9b7f-468f-89fa-1887953b132a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
ok thanks. On Thursday, June 27, 2013 5:21:31 AM UTC-4, Tim Millwood wrote:> > It doesn''t look like rails is installed. > > No idea how to do it on Windows but on Linux or Mac I would suggest > running, gem install rails > > On Thursday, 27 June 2013 03:18:48 UTC+1, Oliver David wrote: >> >> I''m newbie and installed Rails last week. When I did rails -v in cmd >> prompt, I got this: >> >> C:\Users\oliver\lesson3>ruby -v >> ruby 2.0.0p0 (2013-02-24) [i386-mingw32] >> >> C:\Users\oliver\lesson3>rails -v >> ''rails'' is not recognized as an internal or external command, >> operable program or batch file. >> >> >> I want to upgrade or install Rails 4. Does this mean I don''t have Rails >> installed? I used RailInstaller 3.0 last week to install Ruby on Rails. >> >-- 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 rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/33811b1b-352a-4707-9127-0a7d25b5f873%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.