florin.grecu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-29 07:36 UTC
rails command doesn''t work on linux
I am on a Linux server with limited access. Even if ruby and gems commands are working fine for me, rails command doesn''t work. The rails is already installed( rails packages are listed when I run gem query --local) Any ideas why rails command is not available? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
florin.grecu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> I am on a Linux server with limited access. Even if ruby and gems > commands are working fine for me, rails command doesn''t work. The > rails is already installed( rails packages are listed when I run gem > query --local) > Any ideas why rails command is not available?My guess is that it''s not in the bin directory. You might have to do an absolute path command to the rails file, which can vary depending on your machine. Do a google search for rails file path or something along those lines. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---