i'm new to ruby on rails, there's a problem when i follow the guide on
rubyonrails.org
i create a controller like this
#ruby script\generate home index
and edit app/views/home/index.html.erb after that
#ruby script\server
I would normally say to look in the development.log file for a more
detailed explanation.
However, you will normally get a detailed error on the browser when
running in development mode and the error you described when running
in production.
Try checking ..\log\production.log to see what the error is.
Also, you can try starting up the server using ruby script/server -e
development to make force it to development environment.