RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

BABL: A Functional API Templating Language

Initially inspired from RABL, this gem implements an elegant but powerful Ruby DSL for describing transformations from your models into JSON, in your APIs. Thanks to its compilation step, it has some advantages over today’s alternatives (RABL, Jbuilder,…), such as fast rendering (zero overhead for partials) and automatic documentation generation (JSON-Schema).

https://github.com/getbannerman/babl/

Please share your thoughts !

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in