# grape-with-roar **Repository Path**: mirrors_dblock/grape-with-roar ## Basic Information - **Project Name**: grape-with-roar - **Description**: A demo of using Grape with Roar and some non-trivial HAL presenters. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Grape API with Roar =================== [![Build Status](https://travis-ci.org/ruby-grape/grape-with-roar.svg?branch=master)](https://travis-ci.org/ruby-grape/grape-with-roar) [![Dependency Status](https://gemnasium.com/ruby-grape/grape-with-roar.svg)](https://gemnasium.com/ruby-grape/grape-with-roar) [![Code Climate](https://codeclimate.com/github/ruby-grape/grape-with-roar.svg)](https://codeclimate.com/github/ruby-grape/grape-with-roar) A [Grape](http://github.com/ruby-grape/grape) API that uses [Roar](https://github.com/apotonick/roar). See --- 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). Run --- ``` $ bundle install $ rackup [2013-06-20 08:57:58] INFO WEBrick 1.3.1 [2013-06-20 08:57:58] INFO ruby 1.9.3 (2013-02-06) [x86_64-darwin11.4.2] [2013-06-20 08:57:58] INFO WEBrick::HTTPServer#start: pid=247 port=9292 ``` ### Hello World Navigate to [localhost:9292/api](http://localhost:9292/api) with a browser. This is a hypermedia API, so all links are clickable. Hyperclient ----------- This is a good demo to use with [Hyperclient](https://github.com/codegram/hyperclient). Check out [splines_endpoint_with_hyperclient_spec.rb](/spec/api/splines_endpoint_with_hyperclient_spec.rb) for a complete example that retrieves, creates, updates and deletes splines. ActiveRecord ------------ 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. Copyright and License --------------------- Copyright (c) 2014-2016 Daniel Doubrovkine MIT License, see [LICENSE](LICENSE) for details.