Bugs: Browse | Submit New | Admin
All the methods which perform operations on the server doesn't return the result. Example: result = cache.set('foo', 'bar') cache.get('foo') # => 'bar' puts result # => nil I found the fixed version of this (and other tiny issues) in the ActiveSupport code, so I extracted a patch for solve those problems. Best, Luca
Add A Comment: