tag:railsillustrated.com,2009:/blazing-fast-sinatra-with-memcached/feedComments on „Blazing Fast Speeds with Sinatra and Memcached“ Rails Ill.railsillustrated.com/blazing-fast-sinatra-with-memcached.html2010-01-19T21:54:07Ztag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12404431042009-04-22T23:31:44ZPhil Wilson said on April 22 2009
am I missing a trick or is there no such class as Sinatra::Event ? Phil Wilsonhttp://philwilson.org/blog/tag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12405444092009-04-24T03:40:09Zerik said on April 24 2009
**Phil** The cache.rb file contains modifications for the Sinatra::Event. When `CacheableEvent` is included it modifies the way Sinatra stores the blocks that respond to the actions. eriktag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12415716302009-05-06T01:00:30ZAlex said on May 6 2009
About the Sinatra::Event - I'm running into this error and not really sure how to get past it:
./cache.rb:30:in `alias_method': undefined method `invoke' for class `Sinatra::Event' (NameError)
Any ideas? Alextag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12484860142009-07-25T01:40:14ZKristoffer said on July 25 2009
I'm having the same issue as erik. Kristoffertag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12591337172009-11-25T07:21:57Zxdanger said on November 25 2009
I'm having the same issue as erik, TOO xdangertag:railsillustrated.com,2009-03-03:/blazing-fast-sinatra-with-memcached/comments/12639380472010-01-19T21:54:07ZAndoriyu said on January 19 2010
Guess what? I have some issue :) Andoriyu