Wednesday, April 1, 2009

memoize & Aws::S3

FYI the ActiveSupport memoize feature doesn't play well with Aws::S3. The s3 library adds Kernel#memoize, which conflicts with ActiveSupport::Memoizable#memoize.  This is the second time I've tried to use active support's memoize but hit problems and ended up doing the memoization myself.

--
Love,
Fritz

No comments:

Post a Comment