History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-2525
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Nick Sieger
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JRuby

Dir.glob ordering inconsistent with Matzruby

Created: 15/May/08 10:32 AM   Updated: 15/May/08 10:38 AM
Component/s: Core Classes/Modules
Affects Version/s: JRuby 1.1.1
Fix Version/s: None

Time Tracking:
Not Specified



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Hahn - 15/May/08 10:38 AM
Steps to reproduce the routing problem:
  • Create an empty rails app
  • script/generate controller thingy
  • script/generate cotnroller thing/subthingy
  • script/console
    > 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.