The specific error is:
ActionController::RoutingError (no route found to match
"/application/setservice" with {:method=>:post})
With actionpack-1.12.5 the default route handled /application/setservice.
I have found a workaround by adding the route
map.connect ''application/setservice'',
:controller=>''application'',
:action=>''setservice'', :method=>:post
Why isn''t the default route working for this particular form action?
Thanks
Ken
--
I use the words you taught me. If they don''t mean anything any more,
teach me others. Or let me be silent.
Samuel Beckett (Clov, Endgame)
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---