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
A [Grape](http://github.com/ruby-grape/grape) API that uses [Roar](https://github.com/apotonick/roar).
9
-
10
-
See
11
-
---
12
-
13
-
Try me [here](http://grape-with-roar.herokuapp.com/). In Chrome, best viewed with the [JSONView Plugin](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en).
8
+
A [Grape](http://github.com/ruby-grape/grape) API that uses [Roar](https://github.com/apotonick/roar) and Mongoid with a MongoDB database.
14
9
15
10
Run
16
11
---
@@ -36,7 +31,7 @@ This is a good demo to use with [Hyperclient](https://github.com/codegram/hyperc
36
31
ActiveRecord
37
32
------------
38
33
39
-
This project uses ActiveModel and defines a dummy [Spline](app/models/spline.rb) class. Check out the [with-activerecord branch](https://github.com/ruby-grape/grape-with-roar/tree/with-activerecord) for a complete example that uses ActiveRecord and a PostgreSQL database.
34
+
This project uses Mongoid and defines a dummy [Spline](app/models/spline.rb) class. Check out the[master branch](https://github.com/ruby-grape/grape-with-roar) for a complete example that uses ActiveModel and[with-activerecord branch](https://github.com/ruby-grape/grape-with-roar/tree/with-activerecord) for a complete example that uses ActiveRecord and a PostgreSQL database.
0 commit comments