Hi everyone.

(Rails 4.1.x)

I'm trying to add a css class in a view but only if 
current_page?(courses_path)  #=> true. The problem I'm having is that that 
is never returning true even if (according to the docs) it should.

I created a gist with a short debugging session where I think the problem 
gets shown really clear: 
https://gist.github.com/oboxodo/602e18250e6af77bc4d8

In summary, I think something's going wrong with rails/rack's request 
parsing and SCRIPT_NAME + PATH_INFO variables where the initial slash in 
"/courses" is not being processed. but it's clearer if you look at the gist.

Anyone having a similar issue?

Thanks!
Diego

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/de113a14-abb3-43da-a17b-e96e36a87fa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to