> I mean fragment caching. I get errors like this:
>
> ActionView::TemplateError
> (/usr/lib/ruby/gems/1.8/gems/markaby-0.5/lib/markaby/builder.rb:192:in
> `method_missing': no such method `length') on line #0
> of app/views/items/index.mab:
> 1:
> 2: cache("[EMAIL PROTECTED]/index_items") do
>
>
> JoeYep, the length error is because a lot of Rails' internals still assume ERB, which uses a different buffer structure to Markaby. I'll try to get it working soon. Cheers, Tim _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

