1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Rafael Mendonça França 69339e54d3 Fix current_page? when the URL contains escaped characters
In some cases webservers like nginx send the escaped characters
lowercased to the Rails application. The current_page? helper was
comparing the escaped strings that are different since Ruby escapes the
URL using uppercased characters.
2013-08-01 10:46:35 -03:00
..
action_view Fix current_page? when the URL contains escaped characters 2013-08-01 10:46:35 -03:00
action_view.rb Remove require to AP stuff that left 2013-06-20 17:23:17 +02:00