mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Cache in json #32

Closed Daniel-ltw closed 8 years ago

Daniel-ltw commented 8 years ago

Based on @Adrian2112 changes

Enable better handling of prefix_options as the fetch object removes it from the object.

Eliminate the following error, due to object serialization and deserialization when going into the cache.
Unexpected exception during Dalli request: NameError: uninitialized constant https://github.com/petergoldstein/dalli/issues/374

Daniel-ltw commented 8 years ago

More thought needed.