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
Matthew Draper 6216a092cc Revert "Update Session to utilize indiffernt access"
This reverts commit 45a75a3fcc.

HWIAs are better than silently deeply-stringified hashes... but that's a
reaction to a shortcoming of one particular session store: we should not
break the basic behaviour of other, more featureful, session stores in
the process.

Fixes #23884
2016-02-26 03:06:38 +10:30
..
api Re-add ActionController::ApiRendering 2016-01-20 19:16:23 -05:00
metal Additional review of 6b31761. 2016-02-25 11:13:42 +01:00
railties
api.rb Re-add ActionController::ApiRendering 2016-01-20 19:16:23 -05:00
base.rb eagerly allocate the renderer object 2015-09-14 15:29:19 -07:00
caching.rb Move private methods to the private visibility 2016-02-24 00:08:01 -03:00
form_builder.rb remove extra = in form builder example [ci skip] 2015-04-15 23:06:01 +09:00
log_subscriber.rb log_process_action will return an array, so use empty? 2016-02-09 13:48:03 -08:00
metal.rb partially revert 69009f4473 2016-02-17 14:01:19 -08:00
railtie.rb
renderer.rb allocate request objects with the env hash, set routes on the request 2015-09-15 07:38:39 -07:00
template_assertions.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
test_case.rb Revert "Update Session to utilize indiffernt access" 2016-02-26 03:06:38 +10:30