active_model_serializers/docs
Benjamin Fleischer 96107c56aa Require explicit adapter/serializer to render JSON API errors
- Separate collection errors from resource errors in adapter
- Refactor to ErrorsSerializer; first-class json error methods
- DOCS
- Rails 4.0 requires assert exact exception class, boo
2016-03-06 12:03:17 -06:00
..
general Merge branch 'master' into domitian-move-namespace-of-adapter-to-active-model-serializers 2016-02-23 23:21:49 -06:00
howto Address concerns from #1018 commit c59668e 2016-02-08 17:55:15 -06:00
integrations Merge pull request #1371 from bf4/documentation_updates 2015-12-20 22:30:44 -06:00
jsonapi Require explicit adapter/serializer to render JSON API errors 2016-03-06 12:03:17 -06:00
rfcs Improve adapter test coverage per groyoh 2016-02-25 23:08:20 -06:00
ARCHITECTURE.md Removes DESIGN.textile doc and update ARCHITECTURE.md 2016-02-29 04:41:47 +01:00
how-open-source-maintained.jpg Add image from commit strip [ci skip] 2015-10-14 17:41:15 -05:00
README.md Require explicit adapter/serializer to render JSON API errors 2016-03-06 12:03:17 -06:00
STYLE.md Adjust GitHub templates 2016-02-26 10:43:52 -07:00

Docs - ActiveModel::Serializer 0.10.x

This is the documentation of ActiveModelSerializers, it's focused on the 0.10.x version.


General

How to

Integrations

Integration Supported ActiveModelSerializers versions Gem name and/or link
Ember.js 0.9.x active-model-adapter
Ember.js 0.10.x + docs/integrations/ember-and-json-api.md
Grape 0.10.x + docs/integrations/grape.md
Grape 0.9.x https://github.com/jrhe/grape-active_model_serializers/
Sinatra 0.9.x https://github.com/SauloSilva/sinatra-active-model-serializers/