This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 04 21:16:48 -0700 2009 | |
| |
README | Mon Oct 05 09:52:52 -0700 2009 | |
| |
Rakefile | Sun Oct 04 21:16:48 -0700 2009 | |
| |
app/ | Fri Oct 09 09:56:39 -0700 2009 | |
| |
config/ | Fri Oct 09 10:24:32 -0700 2009 | |
| |
db/ | Sun Oct 04 21:16:48 -0700 2009 | |
| |
doc/ | Sun Oct 04 21:16:48 -0700 2009 | |
| |
lib/ | Fri Oct 09 13:26:03 -0700 2009 | |
| |
public/ | Sun Oct 04 21:16:48 -0700 2009 | |
| |
script/ | Sun Oct 04 21:16:48 -0700 2009 | |
| |
test/ | Sun Oct 04 21:16:48 -0700 2009 | |
| |
vendor/ | Mon Oct 05 16:15:12 -0700 2009 |
README
Example of Mustache inside rails
WORKING:
* loads Mustache::Rails subclasses from app/views/{controller}/{action}.rb
* loads Mustache templates from app/templates/{controller}/{action}.html.mustache
* helpers and routing work
TODO:
* partials
* layouts
* complex helpers (forms!)
* different mime types (not just html.mustache)
See http://github.com/defunkt/mustache/issues#issue/3 for the discussion about this.







