=> This recognizes controller => 'thingy', action => 'subthingy'
=> It should recognize controller => 'thingy/subthingy'
See the debug results on the mailing list page.
Charles Oliver Nutter added a comment - 04/Feb/09 05:58 AM At the very least Rails should not depend on the order in which files are returned from Dir globbing, so I almost want to mark this as "won't fix".
Steps to reproduce the routing problem:
> ActionController::Routing::Routes.recognize_path('/thingy/subthingy', { :method => :get })
=> This recognizes controller => 'thingy', action => 'subthingy'
=> It should recognize controller => 'thingy/subthingy'
See the debug results on the mailing list page.