handlebars-engine 0.3.3
Install from the command line:
Learn more about RubyGems packages
$ gem install handlebars-engine --version "0.3.3"
Install via Gemfile:
source "https://rubygems.pkg.github.com/gi" do
gem "handlebars-engine", "0.3.3"
end
About this version
A complete interface to Handlebars.js for Ruby.
Handlebars::Engine provides a complete Ruby API for the official JavaScript
version of Handlebars, including the abilities to register Ruby blocks/procs
as Handlebars helper functions and to dynamically register partials.
It uses MiniRacer for the bridge between Ruby and the V8 JavaScript engine.
Handlebars::Engine was created as a replacement for handlebars.rb.