Metadata


Name
mustache
Version
0.99.7
Platform
ruby
Authors
Chris Wanstrath
Magnus Holm
Pieter van de Bruggen
Bindir
bin
Date
2014-10-22 00:00:00 UTC
Dependencies
bundler (~> 1.6, development)
rake (~> 10.3, development)
rdoc (~> 4.1, development)
ronn (~> 0.7, development)
turn (~> 0.9, development)
Description
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Email
chris@ozmm.org
Executables
mustache
Files
LICENSE
README.md
Rakefile
bin/mustache
lib/mustache.rb
lib/mustache/context.rb
lib/mustache/enumerable.rb
lib/mustache/generator.rb
lib/mustache/parser.rb
lib/mustache/settings.rb
lib/mustache/sinatra.rb
lib/mustache/template.rb
lib/mustache/version.rb
lib/rack/bug/panels/mustache_panel.rb
lib/rack/bug/panels/mustache_panel/mustache_extension.rb
lib/rack/bug/panels/mustache_panel/view.mustache
man/mustache.1
man/mustache.1.html
man/mustache.1.ron
man/mustache.5
man/mustache.5.html
man/mustache.5.ron
test/autoloading_test.rb
test/fixtures/comments.mustache
test/fixtures/comments.rb
test/fixtures/complex_view.mustache
test/fixtures/complex_view.rb
test/fixtures/crazy_recursive.mustache
test/fixtures/crazy_recursive.rb
test/fixtures/delimiters.mustache
test/fixtures/delimiters.rb
test/fixtures/dot_notation.mustache
test/fixtures/dot_notation.rb
test/fixtures/double_section.mustache
test/fixtures/double_section.rb
test/fixtures/escaped.mustache
test/fixtures/escaped.rb
test/fixtures/inner_partial.mustache
test/fixtures/inner_partial.txt
test/fixtures/inverted_section.mustache
test/fixtures/inverted_section.rb
test/fixtures/lambda.mustache
test/fixtures/lambda.rb
test/fixtures/liberal.mustache
test/fixtures/liberal.rb
test/fixtures/method_missing.rb
test/fixtures/namespaced.mustache
test/fixtures/namespaced.rb
test/fixtures/nested_objects.mustache
test/fixtures/nested_objects.rb
test/fixtures/node.mustache
test/fixtures/partial_with_module.mustache
test/fixtures/partial_with_module.rb
test/fixtures/passenger.conf
test/fixtures/passenger.rb
test/fixtures/recursive.mustache
test/fixtures/recursive.rb
test/fixtures/simple.mustache
test/fixtures/simple.rb
test/fixtures/simply_complicated.mustache
test/fixtures/template_partial.mustache
test/fixtures/template_partial.rb
test/fixtures/template_partial.txt
test/fixtures/unescaped.mustache
test/fixtures/unescaped.rb
test/fixtures/utf8.mustache
test/fixtures/utf8_partial.mustache
test/helper.rb
test/mustache_test.rb
test/parser_test.rb
test/partial_test.rb
test/spec_test.rb
test/template_test.rb
Homepage
http://github.com/mustache/mustache
Licenses
MIT
Require paths
lib
Required ruby version
>= 1.9.3
Required rubygems version
>= 0
Rubygems version
1.8.23.2
Specification version
3
Summary
Mustache is a framework-agnostic way to render logic-free views.
Original platform
ruby
New platform
ruby