Displaying 2 results from an estimated 2 matches for "cache_helper".
2011 Jul 15
0
Writing test for CacheHelper
Hi,
I''m working to patch actionpack/lib/action_view/helpers/
cache_helper.rb so that it doesn''t throw when ouput_buffer isn''t
ActionView::OutputBuffer but is still html_safe. In 3-0-stable the
function contains the following if:
if output_buffer.is_a?(ActionView::OutputBuffer)
safe_output_buffer = output_buffer.to_str...
2005 Jun 22
0
HTTP_HOST in rails
...oller/caching.rb:264:in `fragment_cac
he_key''
/gems/actionpack-1.8.1/lib/action_controller/caching.rb:291:in `read_fragmen
t''
/gems/actionpack-1.8.1/lib/action_controller/caching.rb:274:in `cache_erb_fr
agment''
/gems/actionpack-1.8.1/lib/action_view/helpers/cache_helper.rb:6:in `cache''
(erb):1:in `evaluate_locals''
--
Justin