rails/actionpack/test
Fumiaki MATSUSHIMA bb0186cf55 ActionDispatch::SSL should keep original header's behavior
`ActionDispatch::SSL` changes headers to `Hash`.
So some headers will be broken if there are some middlewares
on ActionDispatch::SSL and if it uses `Rack::Utils::HeaderHash`.
2015-06-14 23:20:04 +09:00
..
abstract Merge pull request #11790 from printercu/patch-3 2015-02-12 15:39:17 -02:00
assertions Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
controller Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
dispatch ActionDispatch::SSL should keep original header's behavior 2015-06-14 23:20:04 +09:00
fixtures Merge pull request #20138 from tgxworld/deprecated_assert_template 2015-06-01 12:39:03 -03:00
journey extract required_defaults from the conditions hash before constructing the route 2015-06-08 17:18:32 -07:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
tmp
abstract_unit.rb Add ActionController API functionality 2015-06-11 16:54:09 -03:00