Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add mention of issues with Rails 3.2
  • Loading branch information
nesquena committed Feb 9, 2012
1 parent ecfe9d9 commit 5b027e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ gem 'yajl-ruby'

and run `bundle install` to install the dependency.

If you are using **Rails 2.X, Rails 3, Rails 3.X or Padrino**, RABL works without configuration.
If you are using **Rails 2.X, Rails 3 or Padrino**, RABL works without configuration.

With Sinatra, or any other tilt-based framework, simply register:

Expand All @@ -41,6 +41,10 @@ With Sinatra, or any other tilt-based framework, simply register:
and RABL will be initialized and ready for use. For usage with Sinatra, check out
the [Sinatra Usage](https://github.com/nesquena/rabl/wiki/Setup-for-Sinatra) guide.

**Note:** Users have reported a few rendering issues with Rails 3.1 and Rails 3.2.
The [template handler](https://github.com/nesquena/rabl/blob/master/lib/rabl/template.rb) probably needs
a patch to properly support Rails 3.2. Hopefully I can get to it soon but patches are welcome.

## Overview ##

The quick idea here is that you can use RABL to generate JSON and XML API based on any arbitrary data source. With RABL, the data is expected to come
Expand Down

0 comments on commit 5b027e7

Please sign in to comment.