Be aware , newbie question, but i did the google part to find a solution. After a new installation on win7 64 bit , i reached the point (okay i took a while and some other issues where fixed before) where the Manual says: start the server with "rails s". Unfortunately just the help appears , I also checked rails server , but the same. Is there any log to check or other hint regarding the issue ? 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 https://groups.google.com/groups/opt_out.
On 21 August 2012 06:59, dx111ge <sven.andreas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Be aware , newbie question, but i did the google part to find a > solution. After a new installation on win7 64 bit , i reached the > point (okay i took a while and some other issues where fixed before) > where the Manual says: start the server with "rails s". Unfortunately > just the help appears , I also checked rails server , but the same. Is > there any log to check or other hint regarding the issue ?I suspect you are using an old version of rails. You should be using version 3. In a terminal do rails -v to see which version you have. Colin> > 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 https://groups.google.com/groups/opt_out. > >-- 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 https://groups.google.com/groups/opt_out.
Probably you are running the command in the wrong location, to do any command, you must do at the location of your Rails app. -- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/3FJ_lTBbbwUJ. For more options, visit https://groups.google.com/groups/opt_out.
Nailson Martins <nailsonlinux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:>Probably you are running the command in the wrong location, to do any >command, you must do at the location of your Rails app.And when you do, only a few lines appear on the screen. You then aim your browser at http://localhost:3000, and your app should appear. -- Tim Slattery Slattery_T-R43zzhgHTig@public.gmane.org -- 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 https://groups.google.com/groups/opt_out.