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_dispatch
Aaron Patterson 1b6aa27320 writing the new body can cause the response to be committed and the
request thread to return up the stack before the instance variable is
assigned.  Synchronize so that the ivar is assigned before the other
thread can activate.

fixes #10984
2013-06-28 16:51:53 -07:00
..
http writing the new body can cause the response to be committed and the 2013-06-28 16:51:53 -07:00
journey Don't remove trailing slash from PATH_INFO for mounted apps 2013-06-21 08:56:19 +02:00
middleware Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-case 2013-06-24 14:24:03 -07:00
request Extract ActionDispatch::Request#deep_munge 2013-05-30 21:26:37 +03:00
routing Fix shorthand routes where controller and action are in the scope 2013-06-25 06:04:26 +01:00
testing Require only minitest. 2013-05-22 13:51:01 -03:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Don't set X-UA-Compatible header by default 2013-06-13 14:56:02 -05:00
routing.rb Dry-up ActionDispatch::Routing autoloads 2013-06-04 12:12:52 +03:00