Displaying 1 result from an estimated 1 matches for "d6f7ef15f479250fd7e31e252d70f5ff".
2006 May 31
1
Using caches_action ?
Hi
When I enable action caching in my controller with
caches_action :view_thread
only the first part of my layout template is rendered (up to the yield
statement), and the development.log shows
Processing ForumController#view_thread (for 127.0.0.1 at 2006-05-31
03:13:19) [GET]
Session ID: d6f7ef15f479250fd7e31e252d70f5ff
Parameters: {"action"=>"view_thread", "id"=>"6",
"controller"=>"forum"}
Fragment read: localhost:3006/forum/view_thread/6 (0.00000)
Filter chain halted as
[#<Proc:0x034a2c08@C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/...