active_model_serializers/lib
Dries Harnie 07addbf8c7 AMS 0.8: Fix memory leak with :scope_name (#1675)
Fix memory leak with :scope_name

Supplying :scope_name causes `ActiveModel::Serializer#initialize` to
define a method on the class, which retains a reference to the
serializer instance.

* Lock version of mime-types to < 3 for older JRubies
2016-04-12 23:54:33 -05:00
..
action_controller Fix use of super in define_method 2014-09-21 23:34:44 +02:00
active_model AMS 0.8: Fix memory leak with :scope_name (#1675) 2016-04-12 23:54:33 -05:00
active_record Provide a mixin to override AR::Base#to_json 2013-03-06 15:32:09 -08:00
generators Fixed few typos 2013-03-26 20:29:35 +05:30
active_model_serializers.rb Revert "First part of a fix for #208." 2013-05-29 23:25:00 +00:00