1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/template
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
..
erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
html-scanner Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
testing Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
active_model_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
asset_tag_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
atom_feed_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
capture_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
compiled_templates_test.rb Remove unneeded files 2013-06-20 17:23:16 +02:00
date_helper_i18n_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
date_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
debug_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
dependency_tracker_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
digestor_test.rb Fix test name typos 2013-07-19 20:15:14 +05:30
erb_util_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
form_collections_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
form_helper_test.rb text_area should handle nil value option like text_field 2013-07-24 08:39:17 +02:00
form_options_helper_i18n_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
form_options_helper_test.rb add support for html attributes to grouped_options_for_select 2013-07-20 17:14:28 +03:00
form_tag_helper_test.rb Added an enforce_utf8 hash option for form_tag method 2013-07-07 23:49:38 +09:00
javascript_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
log_subscriber_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
lookup_context_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
number_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
output_buffer_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
output_safety_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
record_identifier_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
record_tag_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
render_test.rb Fix default rendered format problem when calling render method without :content_type option. Closes #11393. 2013-07-15 02:11:43 +09:00
resolver_patterns_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
sanitize_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
streaming_render_test.rb Remove unneeded files 2013-06-20 17:23:16 +02:00
tag_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
template_error_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
template_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
test_case_test.rb Remove unneeded files 2013-06-20 17:23:16 +02:00
test_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
text_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
translation_helper_test.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
url_helper_test.rb Fix current_page? when the URL contains escaped characters 2013-08-01 10:46:35 -03:00