I added a pending test for the one routing issue. The failing default route tests are a problem with your test fixtures. Now you must define "FooController" if you are going route to it. Or you can use with_controllers! ['foo', ...].
I also suggest you use with_routing do |set| instead of editing the AC::Routing::Routes global since it will be going away soon. http://github.com/rails/rails/commit/763489ce064b92609634638c93022b6916976e4f --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
