Displaying 1 result from an estimated 1 matches for "about_controller".
2007 Aug 27
1
Error 500 when displaying after creating a controller
...m facing yp to a displaying issue.
I created a RoR project via the command rails project in the OS Linux
Ubuntu
Then, I also created a controller:
sudo script/generate controller about
exists app/controllers/
exists app/helpers/
create app/views/about
exists test/functional/
create app/controllers/about_controller.rb
create test/functional/about_controller_test.rb
create app/helpers/about_helper.rb
When firing up firefox with this url
http://localhost:3000/about
I get 500 error :
script/server
=> Booting WEBrick...
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server;...