Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Addition to mustache README file
Browse files Browse the repository at this point in the history
Signed-off-by: Louis T <negonicrac@gmail.com>
  • Loading branch information
goodmike authored and negonicrac committed Jun 21, 2010
1 parent 44d3fc1 commit 999c3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/mustache_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The generators provided are experimental and incomplete. [Mustache](http://github.com/defunkt/mustache) support for [Rails 3](http://weblog.rubyonrails.org/2010/6/8/rails-3-0-beta-4-now-rc-in-days) is [still developing](http://github.com/defunkt/mustache/issues/#issue/3), and we will be updating these generators as that support comes into focus.

I'm assuming that the Mustache template engine that gets the official blessing will expect to find files where Chris W. and others have suggested the files should go. Namely:
I'm assuming that the Mustache template engine that gets the official blessing will expect to find files where Chris W. and others have suggested the files should go. I.e. the files for widget views would go in:

* app/views/widgets/action.rb for view class definitions
* app/templates/widgets/action.html.mustache for templates
Expand All @@ -17,4 +17,4 @@ I'm assuming that the Mustache template engine that gets the official blessing w
### Thanks

Thanks to Louis T. for running the umbrella Rails 3 Generators project and giving me pointers on writing generators.
Thanks also to Jos&eacute; Valim, Paul Barry, and Jeremy McAnally for good information.
Thanks also to Jos&eacute; Valim, Paul Barry, and Jeremy McAnally for good information.

0 comments on commit 999c3b7

Please sign in to comment.