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
Kasper Timm Hansen d3211d76ce Speed up normalize_keys by removing dup step.
Previously env was duplicated and then had it's keys mutated. This iterates through
the hash twice.
Using `transform_keys`, duplication and key mutation is a single iteration.

`convert_symbols` was renamed to `http_header_format`.
2015-01-22 17:35:19 +01:00
..
caching Merge pull request #14137 from dasch/better-fragment-cache-instrumentation 2014-05-14 20:04:43 -03:00
metal Add ActionController::Base.render 2015-01-22 01:02:13 +03:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
base.rb Remove ActionController::HideActions (closes #18336) 2015-01-06 23:40:45 +03:00
caching.rb [ci skip] correct default cache store class 2014-08-13 18:56:03 +05:30
log_subscriber.rb Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
metal.rb Add ActionController::Metal#set_request! 2015-01-21 23:53:38 +03: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 Merge pull request #15933 from rafael/master 2014-06-27 18:16:52 -03:00
renderer.rb Speed up normalize_keys by removing dup step. 2015-01-22 17:35:19 +01:00
test_case.rb Reset template assertions without warnings 2015-01-05 15:06:42 +03:00