Commit Graph

9 Commits

Author SHA1 Message Date
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
Benjamin Fleischer
75252a2ef9 Run CI against Rails >= 4.0, Ruby >= 1.9.3 2015-12-14 21:59:08 -06:00
Steve Klabnik
1db474963b Remove coveralls.
It's fine, but it's causing issues.
2014-07-04 23:01:26 -04:00
Steve Klabnik
48e5ca29f1 Add Coveralls for code coverage. 2013-05-05 13:38:56 -07:00
Tony Pitale
ea2b24bc73 use https for rubygems 2013-03-15 03:35:56 -04:00
Tee Parham
caf2daaa60 move development gem dependencies into gemspec 2012-08-23 21:13:16 -06:00
Yehuda Katz
671fc14888 remove scope as a separate concept and pass it in
as an option.
2012-01-11 21:16:02 -07:00
Yehuda Katz
a8760fa854 Add pry 2012-01-10 15:16:00 -07:00
José Valim
d72b66d4c5 Ported serializers. 2011-12-01 07:38:51 +01:00