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/action_view/helpers
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
..
tags text_area should handle nil value option like text_field 2013-07-24 08:39:17 +02:00
active_model_helper.rb
asset_tag_helper.rb
asset_url_helper.rb
atom_feed_helper.rb
cache_helper.rb
capture_helper.rb
controller_helper.rb
csrf_helper.rb
date_helper.rb Remove the deprecated include_seconds argument from distance_of_time_in_words 2013-07-02 22:46:23 -03:00
debug_helper.rb
form_helper.rb Remove FormBuilder deprecation warning about block argument and associated tests 2013-07-02 02:06:39 +05:30
form_options_helper.rb Leave the knowledge of boolean tag values to content tag 2013-07-22 14:39:45 -03:00
form_tag_helper.rb Added an enforce_utf8 hash option for form_tag method 2013-07-07 23:49:38 +09:00
javascript_helper.rb
number_helper.rb
output_safety_helper.rb
record_tag_helper.rb
rendering_helper.rb
sanitize_helper.rb
tag_helper.rb
tags.rb
text_helper.rb Change from map => map! and collect! to save creation of extra array. 2013-07-31 10:07:04 +05:30
translation_helper.rb
url_helper.rb Fix current_page? when the URL contains escaped characters 2013-08-01 10:46:35 -03:00