Hi,
When I generated the controller about and index, I am not seeing the
generated views in my firefox browser (an error occured).
# script/generate contoller about index
exists app/controllers/
exists app/helpers/
exists app/views/about
exists test/functional/
exists test/unit/helpers/
identical app/controllers/about_controller.rb
identical test/functional/about_controller_test.rb
identical app/helpers/about_helper.rb
identical test/unit/helpers/about_helper_test.rb
identical app/views/about/index.html.erb
When I go to my browser:
http://localhost:3000/about
It should generate:
About#index
BUT I get an browser error,
Is there a way to see the error in the full trace? or is there an
error in my commands?
Regards,
D
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.