Ticket #26 (new defect)

Opened 2 years ago

Last modified 22 months ago

cache - `cache_erb_fragment': bad value for range

Reported by: joeruby Owned by: tec
Priority: major Milestone: 1.0
Component: gem Version: 0.5
Keywords: cache caching Cc:

Description

Is there a way to get caching working in Markaby? I saw ticket #5, which has been sitting waiting for 0.5 for three months. I get this error:

cache do
# or
cache 'foo' do
# or 
cache('foo') do

.../action_controller/caching.rb:283:in `cache_erb_fragment': bad value for range

Change History

Changed 2 years ago by why

  • status changed from new to assigned
  • milestone set to 1.0

Changed 23 months ago by joeruby

With Markaby 0.5 I get this error:

/opt/local/lib/ruby/gems/1.8/gems/markaby-0.5/lib/markaby/builder.rb:192:in `method_missing': no such method `length'

from this:

cache("foo/bar") do
  ...
end

Changed 22 months ago by tec

  • owner changed from why to tec
  • status changed from assigned to new
Note: See TracTickets for help on using tickets.