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: 144,897 of 188,317
Downloads: 3,983

Daily

Ranking: 127,110 of 188,299
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,085,315,544bundler
101,190,757,019rake
29936,211,935rspec
36733,883,063activerecord
44691,823,180rails
107411,090,415pg
275169,331,163sqlite3
5,6191,071,767handlebars

Owners

#GravatarHandle
1icontye