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: 146,203 of 192,137
Downloads: 4,054

Daily

Ranking: 82,222 of 192,103
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,342,103,677bundler
81,292,456,495rake
29970,934,436rspec
36778,810,251activerecord
44733,962,069rails
108435,629,272pg
279179,551,852sqlite3
5,7611,080,987handlebars

Owners

#GravatarHandle
1icontye