Categories: None [Edit]

pg_jbuilder

https://rubygems.org/gems/pg_jbuilder
pg_jbuilder is a tool to dump database queries directly to a JSON object or array. It uses PostgreSQL's JSON functions ([array_to_json and row_to_json](http://www.postgresql.org/docs/9.3/static/functions-json.html)) to serialize the JSON completely bypassing ActiveRecord/Arel. This gives a large speed boost compared to serializing the JSON inside of Ruby/Rails. It is perfect for creating JSON APIs with very low response times.

Total

Ranking: 145,294 of 189,104
Downloads: 4,004

Daily

Ranking: 73,396 of 189,083
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,155,797,051bundler
91,221,972,098rake
29946,005,779rspec
36747,347,908activerecord
44704,382,641rails
107418,483,150pg
277172,133,677sqlite3
5,6621,074,124handlebars

Owners

#GravatarHandle
1icontye