fireflyman wrote:
> Session ID: 6efd9f650c0eb779f4726c3b5b0c609c
> Parameters: {}
>
>
> ActionController::RoutingError (No route matches "/catalog" with
> {:method=>:get}):
>
> Rendering
> C:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb
> (not_found)
ActionController::RoutingError (No route matches "/catalog" with
{:method=>:get}):
clearly above line indicated that you don't have route for the method
and
app.get "/catalog"
gives 500 indicates you dont have url like this
"www.yourdomain.com/catalog"
(No route matches "/catalog" with {:method=>:get}):
--
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
-~----------~----~----~----~------~----~------~--~---