Skip to content

Commit 733db89

Browse files
committed
Merge pull request ruby-grape#111 from dblock/frontier
frontier: added the project tracking section
2 parents f34c700 + 5e16531 commit 733db89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
**Welcome to the `frontier` branch. This is where we're experimenting and building the next version of Grape. Things will be civilized here one day, but until then you best carry your revolver with you.**
44

5+
## What is Grape?
6+
57
Grape is a REST-like API micro-framework for Ruby. It is built to complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily provide APIs. It has built-in support for common conventions such as multiple formats, subdomain/prefix restriction, and versioning.
68

9+
## Project Tracking
10+
11+
* [Grape Google Group](http://groups.google.com/group/ruby-grape)
12+
* [Grape Wiki](https://github.com/intridea/grape/wiki)
13+
714
## Installation
815

916
Grape is available as a gem, to install it just install the gem:

0 commit comments

Comments
 (0)