This project is archived and is in readonly mode.
Changeset [2ee55557440a644453482a678e4ff08a4b5ebd3e] by Cheah Chu Yeow
March 2nd, 2011 @ 03:11 PM
Fix Action caching bug where an action that has a non-cacheable response always renders a nil response body. It now correctly renders the response body.
Note that only GET and HTTP 200 responses can be cached.
[#6480 state:committed]
Signed-off-by: Santiago Pastorino
santiago@wyeworks.com
https://github.com/rails/rails/commit/2ee55557440a644453482a678e4ff...
Committed by Cheah Chu Yeow
- M actionpack/lib/action_controller/caching/actions.rb
- M actionpack/test/controller/caching_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>