I have imported a existing project of Ruby on Rails, to start application i did
Buldle install
rails server
I got server running, when i launch localhost:3000 it should open my root page. But i am getting following error:
Completed 200 OK in 18ms (Views: 17.0ms) [2013-08-05 11:52:36] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
please, let me know if i am missing anything?