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: 141,090 of 180,681
Downloads: 3,596

Daily

Ranking: 68,625 of 180,671
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,103,657,624bundler
16862,274,811rake
24772,211,489rspec
34544,516,939activerecord
42518,558,756rails
107303,009,302pg
238133,262,795sqlite3
4,9871,016,536handlebars

Owners

#GravatarHandle
1icontye