Registry / serialization / rabl
library0.17.0rbrubygemsunverified

RABL is a Ruby templating library for generating JSON, BSON, XML, and MessagePack responses with a simple DSL.

gem install rabl
INSTALL
IMPORT
SIG · RABL
R
rabl
serializationrubyv0.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rabl
require 'rabl'

Configure and use RABL templates

require 'rabl' Rabl.configure do |config| config.include_json_root = false end # In a Rails view: rabl template # object @user # attributes :name, :email
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rabl — gem install rabl · libregistry