my first tutorial in heroku to show the helloworld
wrote the following code
class HelloworldController < ApplicationController
def index
  render( { :text => "Hello world" } )
end

  def bye
     render :text => "Bye bye"
  end
end
when i execute it on http://sayhello.heroku.com/helloworld
there showed:
No route matches "/helloworld" with {:method=>:get}
can anybody point out the error for me?
thanks
Tan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to