Metadata


Name
mustache
Version
0.12.0
Platform
ruby
Authors
Chris Wanstrath
Bindir
bin
Date
2010-12-10 00:00:00 UTC
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/generator.rb
lib/mustache/parser.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/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/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/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
Has rdoc
true
Homepage
http://github.com/defunkt/mustache
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.3.7
Specification version
3
Summary
Mustache is a framework-agnostic way to render logic-free views.
Original platform
ruby
New platform
ruby