Skip to content

Commit 2dc1eac

Browse files
committed
Merge pull request ruby-grape#110 from dblock/grape-links
Added grape google group and promoted wiki link.
2 parents 0529e92 + fbdf7d8 commit 2dc1eac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
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.
66

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

914
Grape is available as a gem, to install it just install the gem:
@@ -85,7 +90,7 @@ request:
8590
By default, the first matching version is used when no Accept header is supplied. This behavior is similar to routing in Rails.
8691
To circumvent this default behaviour, one could use the `:strict` option. When this option is set to `true`, a `404 Not found` error is returned when no correct Accept header is supplied.
8792

88-
Serialization takes place automatically. For more detailed usage information, please visit the [Grape Wiki](http://github.com/intridea/grape/wiki).
93+
Serialization takes place automatically.
8994

9095
## Helpers
9196

0 commit comments

Comments
 (0)