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
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
..
helpers Fix current_page? when the URL contains escaped characters 2013-08-01 10:46:35 -03:00
locale
renderer Fix default rendered format problem when calling render method without :content_type option. Closes #11393. 2013-07-15 02:11:43 +09:00
template Remove require to AP stuff that left 2013-06-20 17:23:17 +02:00
testing
vendor
base.rb
buffers.rb
context.rb
dependency_tracker.rb
digestor.rb AV::Digestor thread safety fixes. 2013-07-30 15:21:32 +02:00
flows.rb Comment typo 2013-06-25 14:34:51 -04:00
helpers.rb
log_subscriber.rb
lookup_context.rb
model_naming.rb
path_set.rb
railtie.rb
record_identifier.rb
routing_url_for.rb
template.rb
test_case.rb
version.rb Bump up version, fix module name 2013-06-20 19:11:32 +02:00