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