Hi all, I''m a newbie... so be patient pliz ;-) I''m starting to use Rails on my machine (OS: Win 7) but when I''m trying to connect to http://0.0.0.0:3000 I get nothing. So I launch rails in this way: ruby script/server -d this is the answer: " C:\Ruby19\rubyApps\bookmark_manager>ruby script/server -d => Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000 C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/server.rb:62:in `dae mon'': daemon() function is unimplemented on this machine (NotImplementedError) from C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/server. rb:62:in `<top (required)>'' from script/server:3:in `require'' from script/server:3:in `<main>'' " Could anybody suggest me what I''ve to do ? Many thanks -- 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.
On Apr 12, 10:43 am, Andrea Cardillo <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi all, > I''m a newbie... so be patient pliz > > ;-) > > I''m starting to use Rails on my machine (OS: Win 7) but when I''m trying > to connect tohttp://0.0.0.0:3000I get nothing. > > So I launch rails in this way: ruby script/server -d >Drop the -d option Fred> this is the answer: > > " > C:\Ruby19\rubyApps\bookmark_manager>ruby script/server -d > => Booting WEBrick > => Rails 2.3.5 application starting onhttp://0.0.0.0:3000 > C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/server.rb:62:in > `dae > mon'': daemon() function is unimplemented on this machine > (NotImplementedError) > from > C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/server. > rb:62:in `<top (required)>'' > from script/server:3:in `require'' > from script/server:3:in `<main>'' > " > > Could anybody suggest me what I''ve to do ? > > Many thanks > -- > 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.
Frederick Cheung wrote:> On Apr 12, 10:43�am, Andrea Cardillo <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Hi all, >> I''m a newbie... so be patient pliz >> >> ;-) >> >> I''m starting to use Rails on my machine (OS: Win 7) but when I''m trying >> to connect tohttp://0.0.0.0:3000I get nothing. >> >> So I launch rails in this way: � ruby script/server -d >> > > Drop the -d option > > FredThanks Fred ! My fault was use 0.0.0.0:3000. I''ve tried with localhost...and all works fine ! -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.