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,579 of 190,365
Downloads: 4,023

Daily

Ranking: 77,133 of 190,317
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,243,919,424bundler
81,256,317,454rake
29957,790,816rspec
36762,217,870activerecord
44718,397,445rails
107426,379,864pg
279175,249,192sqlite3
5,7171,076,935handlebars

Owners

#GravatarHandle
1icontye