You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[grape-resources](https://github.com/wawandco/grape-resources) Extension that allows to scaffold easily models that could not contain much logic.
21
20
22
21
### Caching
23
22
@@ -30,7 +29,7 @@ comments: false
30
29
31
30
### Data
32
31
33
-
*[grape-activerecord](https://github.com/jhollinger/grape-activerecord): A simple way to use ActiveRecord with your Grape apps.
32
+
*[otr-activerecord](https://github.com/jhollinger/otr-activerecord): A simple way to use ActiveRecord with your Grape apps.
34
33
*[api-pagination](https://github.com/davidcelis/api-pagination): Pagination with [will_paginate](https://github.com/mislav/will_paginate) or [kaminari](https://github.com/amatsuda/kaminari).
*[grape-papertrail](https://github.com/sardaukar/grape-papertrail): [PaperTrail](https://github.com/airblade/paper_trail) integration for Grape.
52
50
*[grape-middleware-logger](https://github.com/ridiculous/grape-middleware-logger): Middleware that logs the request path, endpoint name, parameters, response status, errors and duration.
53
51
54
52
### Authentication and Authorization
55
53
56
54
*[grape-doorkeeper](https://github.com/fuCtor/grape-doorkeeper): Grape integration with Doorkeeper.
57
55
*[grape_api_signature](https://github.com/faber-lotto/grape_api_signature): A RACK-Based AWS Style signature authentication for grape API.
58
56
*[wine_bouncer](https://github.com/antek-drzewiecki/wine_bouncer): Doorkeeper OAuth2 authorization middleware for grape APIs.
59
-
*[grape-tokeeo](https://github.com/wawandco/grape-tokeeo): A simple token authentication gem for Grape.
*[grape-appsignal](https://github.com/aai/grape-appsignal): Integration with AppSignal.
79
73
*[grape-oink](https://github.com/xevix/grape-oink): Identify routes which significantly increase VM heap size using [oink parser](https://github.com/noahd1/oink).
0 commit comments