GitXplorerGitXplorer
M

handlebars-ruby

public
25 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
07209446bd34322a7c93a0fa6ca775961f76cdfc

Continue with refactoring to more mustache like implementation

MMSch committed 14 years ago
Unverified
634901e702eccf77e2a6594313c7c7fd9e7497a0

Check for error on inverting an unopened section

MMSch committed 14 years ago
Unverified
62d859147bd3718eb3c5ac6951383b5980255051

Parse handlebar's shorthand {{^}}

MMSch committed 14 years ago
Unverified
5c90afcd5dcdd8422df969df31fdf1db56173131

Ignore session.vim

MMSch committed 14 years ago
Unverified
5ed78ae242a583ce64af5ac12c8d9899b26e1d8a

Remove trailing whitespaces

MMSch committed 14 years ago
Unverified
d9db6194f9fd5b590c2406352c08c6cea704deae

find_context for sections

MMSch committed 14 years ago

README

The README file for this repository.

Handlebars

Handlebars is a implementation of handlebars.js, an extension of mustache by Yehuda Katz, in Ruby.

Current status

So far only the parser has been implemented. It supports the whole handlebars syntax.

Installation

$ gem install handlebars

Acknowledgements

Thanks to all the implementors of the original mustache gem. Handlebars is based on their codebase and hard work.

Meta