Skip to content

Commit

Permalink
Grape formatter feature requested in rails-api#1268
Browse files Browse the repository at this point in the history
 - adds handling for when the returned resource is not serializable via ams
 - fix for when resource is an Array
 - Moves grape include to grape namespace. Changes Enumerable to Array because a plain hash is enumerable.
 - Add integration test
 - Refine scope of Grape version dependency
 - Assert that the response is equal to a manually defined JSON string
 - Add single module to include in Grape projects
 - Create a Serializable Resource to test rails-api from Grape
 - Update docs
 - Fix discrepency between ActiveRecord 4.0 - 4.1 and 4.2
 - Updated Changelog
  • Loading branch information
jpaas authored and johnhamelink committed Nov 26, 2015
1 parent 9351ce8 commit 45e0a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'timecop', '~> 0.7'
spec.add_development_dependency 'grape', '~> 0.13'
spec.add_development_dependency 'minitest-reporters'
spec.add_development_dependency 'grape', '~> 0.13'
end

0 comments on commit 45e0a6a

Please sign in to comment.