diff --git a/docs/README.md b/docs/README.md index e1b44750..7708a746 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,8 +17,13 @@ This is the documentation of AMS, it's focused on the **0.10.x version.** - [Using AMS Outside Of Controllers](howto/outside_controller_use.md) ## Integrations -- [Ember with JSON API](integrations/ember-and-json-api.md) -- [Grape](integrations/grape.md) +| Integration | Supported AMS versions | Gem name and/or link +|----|-----|---- +| Ember.js | 0.9.x | [active-model-adapter](https://github.com/ember-data/active-model-adapter) +| Ember.js | 0.10.x + | [docs/integrations/ember-and-json-api.md](integrations/ember-and-json-api.md) +| Grape | 0.10.x + | #1258 | +| Grape | 0.9.x | https://github.com/jrhe/grape-active_model_serializers/ | +| Sinatra | 0.9.x | https://github.com/SauloSilva/sinatra-active-model-serializers/ ## Getting Help diff --git a/docs/integrations/grape.md b/docs/integrations/grape.md deleted file mode 100644 index 3ae97fd6..00000000 --- a/docs/integrations/grape.md +++ /dev/null @@ -1,3 +0,0 @@ -# Integration with Grape - -TODO: details on how to integrate with grape