Mambo
Installation and Usage
gem install mambo
In a view file:
# app/views/posts/show.json.mambo
json[:title] = @post.title
json[:author] = @post..name
or:
# app/views/posts/show.json.mambo
json << some_helper_method(@post).to_json
Authors
Lawrence Pit, @lawrencepit orslumen
Copyright
Copyright (c) 2009 - 2013 Lawrence Pit See MIT-LICENSE for details.

