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: 140,970 of 180,488
Downloads: 3,584

Daily

Ranking: 38,970 of 180,477
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,080,748,809bundler
16855,188,240rake
23768,688,728rspec
34540,886,225activerecord
42515,289,818rails
107300,604,488pg
238132,619,445sqlite3
4,9781,011,253handlebars

Owners

#GravatarHandle
1icontye