Skip to content

Commit d21b1a7

Browse files
authored
Merge pull request #62 from duffn/duffn/cleanup-projects
Clean up projects page
2 parents 59a2f32 + 1685877 commit d21b1a7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

projects/index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ comments: false
1717
* [grape-roar](https://github.com/ruby-grape/grape-roar): Use Roar with Grape.
1818
* [grape-active_model_serializers](https://github.com/ruby-grape/grape-active_model_serializers): Use active_model_serializers.
1919
* [grape-msgpack](https://github.com/rosylilly/grape-msgpack): Message pack formatter.
20-
* [grape-resources](https://github.com/wawandco/grape-resources) Extension that allows to scaffold easily models that could not contain much logic.
2120

2221
### Caching
2322

@@ -30,7 +29,7 @@ comments: false
3029

3130
### Data
3231

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.
3433
* [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).
3534
* [grape-kaminari](https://github.com/monterail/grape-kaminari): [Kaminari](https://github.com/amatsuda/kaminari) paginator integration.
3635

@@ -48,15 +47,13 @@ comments: false
4847
### Logging
4948

5049
* [grape_logging](https://github.com/aserafin/grape_logging): Provides simple request logging capabilities (response code, path, parameters, request time, etc).
51-
* [grape-papertrail](https://github.com/sardaukar/grape-papertrail): [PaperTrail](https://github.com/airblade/paper_trail) integration for Grape.
5250
* [grape-middleware-logger](https://github.com/ridiculous/grape-middleware-logger): Middleware that logs the request path, endpoint name, parameters, response status, errors and duration.
5351

5452
### Authentication and Authorization
5553

5654
* [grape-doorkeeper](https://github.com/fuCtor/grape-doorkeeper): Grape integration with Doorkeeper.
5755
* [grape_api_signature](https://github.com/faber-lotto/grape_api_signature): A RACK-Based AWS Style signature authentication for grape API.
5856
* [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.
6057
* [grape_token_auth](https://github.com/mcordell/grape_token_auth): Grape token auth gem for frontend JavaScript apps ([ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) compatible).
6158
* [grape_oauth2](https://github.com/nbulaj/grape_oauth2): Flexible, fully customizable and simple OAuth2 provider for Grape API.
6259

@@ -65,15 +62,12 @@ comments: false
6562
* [grape-swagger](https://github.com/ruby-grape/grape-swagger): Provides an autogenerated documentation for your Grape API.
6663
* [grape-swagger-rails](https://github.com/ruby-grape/grape-swagger-rails): Swagger UI as Rails Engine for grape-swagger gem.
6764
* [grape-swagger-ui](https://github.com/kendrikat/grape-swagger-ui): Integrates swagger-ui with the Rails asset pipeline.
68-
* [grape-slate](https://github.com/connexio-labs/grape-slate): Allows for generating a Slate style for your API.
6965
* [grape-apiary](https://github.com/connexio-labs/grape-apiary): Generate an Apiary Blueprint for you Grape API.
70-
* [ruby-swagger](https://github.com/Gild/ruby-swagger): Generate documentation and client code for your Grape API. Swagger 2.0 compliant.
7166
* [grape-swagger-entity](https://github.com/ruby-grape/grape-swagger-entity): Provides grape-entity models parsing for swagger autogenerated documentation.
7267
* [grape-swagger-representable](https://github.com/ruby-grape/grape-swagger-representable): Provides representable models parsing for swagger autogenerated documentation.
7368

7469
### Monitoring, Performance & Instrumentation
7570

76-
* [newrelic-grape](https://github.com/xinminlabs/newrelic-grape): NewRelic instrumentation.
7771
* [grape-librato](https://github.com/seanmoon/grape-librato): Librato metrics.
7872
* [grape-appsignal](https://github.com/aai/grape-appsignal): Integration with AppSignal.
7973
* [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

Comments
 (0)