Mustache (or GitHub repo ) is a new templating library from Chris Wanstrath (a.k.a. defunkt of GitHub fame) that provides a way to render views in your chosen Ruby web framework.
Influenced by ctemplate , Mustache helps to keep your MVC layers separate by actively preventing the inclusion of application logic in your views.
With Mustache, the typical view layer is split up into two sub-layers: a Ruby Class-based "view"...
Post new comment