sam / harbor

Harbor is a Ruby Web Framework.
https://github.com/sam/harbor
MIT License
3 stars 6 forks source link

Templates should cache/compile by default in production mode #46

Closed sam closed 12 years ago

sam commented 12 years ago

Whatever we can do to optimize templates in production mode that you can think of...

sam commented 12 years ago

BTW, we not only need configurable support for template caching, but the app skeleton's env/production.rb should be modified to make it the default (with comments of course).

sam commented 12 years ago

We need a new ticket to remove the configuration value, watch files and recompile on change so caching of the compiled templates can become the default behavior.