So Merb::Cache[:memcached] works fine as long as I don't try to save
my DataMapper objects.
It looks like this:
irb(main):007:0> l = Line.first
=> #<Line id=2 no="4" begin=#<Date: 4909513/2,0,2299161> active=false>
irb(main):008:0> Merb::Cache[:memcached].write 'line', l
=> nil

Why is that?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to