Skip to content

Commit 7206f22

Browse files
committed
Transfered a number of sample repositories to ruby-grape.
1 parent 31779e6 commit 7206f22

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ tags: [examples]
55
comments: false
66
---
77

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.
99
* [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.
1313
* [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.
1414
* [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.
1515
* [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
1919
* [A Grape w/ Warden Sample](https://github.com/dblock/grape_warden): A Grape API mounted on Rack with very simple authentication using Warden.
2020
* [Grape on Rack w/ ActiveRecord](https://github.com/cutalion/grape-api-example): Grape API mounted on Rack, using ActiveRecord, Roar Representers, Swagger and FDoc.
2121
* [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.
2223
* [Grape with ROAR](https://github.com/CansaSCitySchuffle/grape-roar-example): Example of Grape using Roar with header versioning, API inheritance and Swagger.
2324
* [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).
2425
* [Grape ToDo API](https://github.com/mateuszkosmider/todo-grape-api): A ToDo application.

0 commit comments

Comments
 (0)