active_model_serializers/test/support
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
..
custom_schemas/active_model_serializers/test/schema_test/my Create assert_response_schema test helper 2016-01-15 00:45:56 -06:00
schemas Create assert_response_schema test helper 2016-01-15 00:45:56 -06:00
isolated_unit.rb Clean up test app 2016-03-30 00:23:04 -05:00
rails5_shims.rb Merge pull request #1435 from bf4/fix_rails_warnings 2016-03-15 13:42:51 -06:00
rails_app.rb Fix caching issue happening with memory_store 2016-03-30 09:53:21 -05:00
serialization_testing.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00