active_model_serializers/lib
Yohan Robert fb62fb39b2 Fix caching issue happening with memory_store
It seems that fecthing from memory_store returns a reference to the
object and not a copy. Since the Attributes adapter applies #merge! on
the Hash that is returned from the memory_store, the value in the cache
is also modified.
2016-03-30 09:53:21 -05:00
..
action_controller Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
active_model Update deprecation warning with correct namespace 2016-03-30 15:51:13 +02:00
active_model_serializers Fix caching issue happening with memory_store 2016-03-30 09:53:21 -05:00
generators/rails Only load generators when needed 2016-01-15 01:52:27 -06:00
grape Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
active_model_serializers.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00