On Tue, Mar 17, 2009 at 1:27 AM, harm <[email protected]> wrote: > > 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
Hi, there's no certainty that plugins are compatible from release to release. If the plugin author hasn't upgraded the plugin for a release, then you have two choices: a) wait for the author to update the plugin b) fix it yourself >From the list that appears above, do you know for certain which plugin is causing the problem? -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

