I created a new rails application (3.2.3, ruby 1.9) and will try to start the server. The server started fine, but then I go to http: // localhost: 3000 I have an error:
=> Rails 3.2.3 application starting in development on http:
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-05-09 22:20:03] INFO WEBrick 1.3.1
[2012-05-09 22:20:03] INFO ruby 1.9.3 (2012-02-16) [i686-linux]
[2012-05-09 22:20:03] INFO WEBrick::HTTPServer
[2012-05-09 22:20:05] ERROR NameError: undefined method `render_to_body' for module `AbstractController::Rendering'
What is it?
source
share