This project is archived and is in readonly mode.
test/unit with cache_helper action_pack 2.3.8 fail
Reported by Joël AZEMAR | August 10th, 2010 @ 08:33 PM
Helper of http://api.rubyonrails.org/classes/ActionView/Helpers/CacheHelper.h... ActionController::Caching::Fragments fail with Test unit !
34: def cache(name = {}, options = nil, &block)
35: @controller.fragment_for(output_buffer, name, options,
&block)
36: end
ActionView::TemplateError: wrong number of arguments (1 for 0)
<%- cache "layout_meta_#{Configuration.last_cache}" do -%>
I don't underdstand ?!
Comments and changes to this ticket
-
Joël AZEMAR August 25th, 2010 @ 03:59 PM
- Tag set to action_pack, action_view, cache, testunit
-
Joël AZEMAR October 14th, 2010 @ 07:56 PM
I do not understand... however, as the behavior is not into all my rails application but occurs only when using the cache helper in the main layout, not knowing whether it comes from my specific rails project or not, you can close this ticket ...
-
Ryan Bigg October 19th, 2010 @ 08:31 AM
- Tag cleared.
- Importance changed from to Low
Automatic cleanup of spam.
-
Rohit Arondekar January 27th, 2011 @ 06:22 AM
- State changed from new to invalid
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>