hi, I have been working with rails 6887 for a while now, and today i decided to try things out with the latest and greatest, but things did not go so well. user_connections_path(1) works correctly when i run the app (and in the console with app.user_connections_path(1)), but test are failing (throwing a RoutingError exception) when i run the tests. After some investigation, the generate method in action_controller/ routing.rb is being called with :action => destroy when testing, but with :action => index in app/console any pointers would be really appreciated thanks -fouad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---