Skip to content

Commit

Permalink
Adds guide for understanding rabl to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Nov 28, 2012
1 parent dda830b commit 5b82848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,9 @@ I wanted a simple and flexible system for generating my APIs. In particular, I w
Anyone who has tried the 'to_json' method used in ActiveRecord for generating a JSON response has felt the pain of this restrictive approach.
RABL is a general templating system created to solve these problems in an entirely new way.

For a breakdown of common misconceptions about RABL, please check out our guide to
[understanding RABL](https://github.com/nesquena/rabl/wiki/Understanding-RABL) which can help clear up any confusion about this project.

## Breaking Changes ##

* v0.6.14 (released June 28, 2012) requires the use of render_views
Expand Down

0 comments on commit 5b82848

Please sign in to comment.