1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Andrew White 79b38c386a Escape the extension when normalizing the action cache path.
Although no recognized formats use non-ASCII characters, sometimes they
can be included in the :format parameter because of invalid URLS. To
prevent encoding incompatibility errors we need to escape them before
passing the path to URI.unescape.

Closes #4379
2012-05-20 19:07:05 +01:00
..
caching Escape the extension when normalizing the action cache path. 2012-05-20 19:07:05 +01:00
deprecated Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
metal Raise ActionController::BadRequest for malformed parameter hashes. 2012-05-20 19:07:04 +01:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Move require to where it's needed 2012-05-11 19:00:18 -03:00
base.rb Add ActionController::HTTP 2012-03-14 12:46:23 -03:00
caching.rb DrbStore removed from cache backends 2011-11-07 18:57:55 +04:00
deprecated.rb Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
log_subscriber.rb Make AC::LogSubscriber#send_file like #send_data 2012-05-19 09:42:36 +04:00
metal.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
record_identifier.rb Removing ==Examples and last blank lines of docs from actionpack 2012-05-15 01:51:54 -05:00
test_case.rb Fix incorrect assert_block -> assert conversion. Assumed too much from the MiniTest deprecation message. 2012-05-17 13:17:17 -07:00