Can I compile views in my Rails application to a .class file with JRuby?

202 Views Asked by At

I know that you can easily compile all controllers and models using jrubyc, but how can I compile the views (like HAML or ERB)? I am open to solutions that use jrubyc or warbler.

0

There are 0 best solutions below