I want to use jsrender and jsviews in a Rails 3 project. I want to think
of the templates as "assets" and manage them via sprockets. This implies
that a Tilt compatible template engine is needed. I'm wondering if
anyone is already working on this concept.

If no one is already working on this -- then any suggestions on how to
make it easy to use, Rails 3-like, convenient for debugging in
development mode, and efficient in production made would be much
appreciated.

The tutorial by John Papa uses external templates but only in a one shot
fashion. I don't want to go fetch all my template files separately when
in production. Just as all the javascript and all the css files are
served up as one concatenated file, I'd like to serve all the templates
up as one file when in production mode.

Thank you for your time,
Perry Smith

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to