I keep getting this error when I go to http://localhost:3000/MyTest/. I
created this controller inside Terminal and then I edited the
my_test_controller.rb file so inside it says:
class MyTestController < ApplicationController
def index
render_text "Please Help"
end
end
I also deleted the index.html file in the public folder and I have not
edited anything in the routes.db.
I'm not too sure of the problem, I was just reading and following a
tutorial to get started with Ruby. I don't know what to do if I can't
even get this to show.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---