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
Copy file name to clipboardExpand all lines: examples/index.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ tags: [examples]
5
5
comments: false
6
6
---
7
7
8
-
*[Grape API Mounted on Rack w/ Static Pages](https://github.com/dblock/grape-on-rack): A sample Grape app mounted on Rack along with [a blog post](http://code.dblock.org/grape-api-mounted-on-rack-w-static-pages)) explaining how to go about mounting a basic API for a Rack app that can also serve static pages.
8
+
*[Grape API Mounted on Rack w/ Static Pages](https://github.com/ruby-grape/grape-on-rack): A sample Grape app mounted on Rack along with [a blog post](http://code.dblock.org/grape-api-mounted-on-rack-w-static-pages)) explaining how to go about mounting a basic API for a Rack app that can also serve static pages.
9
9
*[Grape API Mounted on Rack w/ Dummy API data](https://github.com/kunovsky/Grape_on_rack_sqlite3): A sample Grape app mounted on Rack using Sqlite3 and a custom ORM.
10
-
*[Grape API Mounted on Rails](https://github.com/dblock/grape-on-rails): A sample Grape app mounted on Rails.
11
-
*[Grape API Mounted behind Goliath](https://github.com/dblock/grape-on-goliath): A sample Grape app mounted behind the Goliath web server.
12
-
*[Grape API Mounted on Padrino](https://github.com/dblock/grape-on-padrino): A sample Grape app mounted on the Padrino web framework.
10
+
*[Grape API Mounted on Rails](https://github.com/ruby-grape/grape-on-rails): A sample Grape app mounted on Rails.
11
+
*[Grape API Mounted behind Goliath](https://github.com/ruby-grape/grape-on-goliath): A sample Grape app mounted behind the Goliath web server.
12
+
*[Grape API Mounted on Padrino](https://github.com/ruby-grape/grape-on-padrino): A sample Grape app mounted on the Padrino web framework.
13
13
*[Grape on Goliath on Heroku with Postgres](https://github.com/djones/grape-goliath-example): An example app using Goliath and Grape running on Heroku with Postgres, using a non-blocking flavor of ActiveRecord and the non-blocking Postgres database adapter.
14
14
*[Goliath + Grape + MongoDB, on Heroku](https://github.com/lgs/GGM): Experimenting with Goliath asyncronous ruby web server framework, Grape APIs, gitwatcher.com data on MongoLAB/MongoDB and Heroku PAAS.
15
15
*[ConfAsk Source](https://github.com/mbleigh/conf_ask): Source for the example Grape application demonstrated in the Grapes of Rapid talk at RubyConf 2010.
@@ -19,6 +19,7 @@ comments: false
19
19
*[A Grape w/ Warden Sample](https://github.com/dblock/grape_warden): A Grape API mounted on Rack with very simple authentication using Warden.
20
20
*[Grape on Rack w/ ActiveRecord](https://github.com/cutalion/grape-api-example): Grape API mounted on Rack, using ActiveRecord, Roar Representers, Swagger and FDoc.
21
21
*[Grape API v1 inside API v2](https://github.com/dblock/grape-on-rack-v1-inside-v2): Evolve a Grape API v1 into API v2, explain in [this blog post](http://code.dblock.org/evolving-apis-using-grape-api-versioning).
22
+
*[Grape with ROAR](https://github.com/ruby-grape/grape-with-roar): A demo of using Grape with Roar and some non-trivial HAL presenters.
22
23
*[Grape with ROAR](https://github.com/CansaSCitySchuffle/grape-roar-example): Example of Grape using Roar with header versioning, API inheritance and Swagger.
23
24
*[Grape with Paperclip](https://github.com/omarfouad/rails_api_with_ajax_upload): Example of a Grape API mounted on Rails, to upload files with Paperclip & pure AJAX. Details in [this blog post](http://omarfouad.com/blog/2013/08/18/file-upload-api-with-grape-and-rails).
24
25
*[Grape ToDo API](https://github.com/mateuszkosmider/todo-grape-api): A ToDo application.
0 commit comments