Use RABL to build JSON responses given by API

This commit is contained in:
Thibault Jouan
2012-03-11 23:25:57 +00:00
parent 8681999d4c
commit 196ea16a94
7 changed files with 34 additions and 1 deletions

View File

@@ -70,6 +70,9 @@ GEM
nokogiri (1.5.0)
pg (0.11.0)
polyglot (0.3.3)
rabl (0.6.0)
activesupport (>= 2.3.14)
multi_json (~> 1.0.3)
rack (1.3.5)
rack-cache (1.1)
rack (>= 0.4)
@@ -146,6 +149,7 @@ DEPENDENCIES
haml (~> 3.1)
libnotify (~> 0.6)
pg (~> 0.11)
rabl (~> 0.6)
rails (~> 3.1)
rb-inotify (~> 0.8)
rspec-rails (~> 2.6)