daemon() function is unimplemented

Hi all, I'm a newbie... so be patient pliz

:wink:

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

Hi all, I'm a newbie... so be patient pliz

:wink:

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

Frederick Cheung wrote: