Please see my write up here:
http://www.somethingunimportant.com/2009/03/04/get-my-patch-added-to-core/
And my ticket/patch here:
http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2122-routing-with-a-blank-path_prefix-causes-a-bad-url-to-generate#ticket-2122-3
Brief description:
When generating routes, a nil :path_prefix is ignored, but a
blank :path_prefix ("") is treated like a string with content. In this
situation, when the strings are joined an extra slash is added to the
beginning of the path.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---