Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing.root_path() is "" when it should be "/" #1

Open
glennfu opened this issue Oct 25, 2011 · 1 comment
Open

Routing.root_path() is "" when it should be "/" #1

glennfu opened this issue Oct 25, 2011 · 1 comment

Comments

@glennfu
Copy link

glennfu commented Oct 25, 2011

In my console:

>> include ActionController::UrlWriter
=> Object
>> root_path
=> "/"

In the javascript console:

>>> Routing.root_path()
""

Changing generate.js.erb to:

while (path[path.length - 1] == "/" && path != "/") {

fixes it. Does that look right?

@gohanlon
Copy link
Collaborator

At a glance, yes, that looks right to me. Pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants