Dear all, After the release of 2.3 I immediately updated my app. However routing does no longer seem to work for me. I have no idea how this can happen but as soon as I POST to, for example, the forums_path, the request gets routed to ForumsController#index instead of ForumsController#create. The same happens with nested resources. Eg POST to forums/1/topics leads to a POST in the ForumsController#1 with params "id" => "topics"
I'm using these plugins which might mess up the routing: acts_as_list ar_fixtures attachment_fu_hacks mimetype-fu restful_authentication smurf acts_as_tree attachment_fu hoptoad_notifier newrelic_rpm role_requirement Any help would be great. Harm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

