Loaded Features
MasterView Version: <%= MasterView::VERSION::STRING %><% if @flash[:notice] %> <% end %>
Feature | Loaded |
---|---|
Filter templates through tidy on read | <%= (MasterView::LoadedFeatures[:tidy_template_read]) ? 'true' : 'false' %> |
Parse templates at startup | <%= (MasterView::LoadedFeatures[:rails_parse_at_startup]) ? 'true' : 'false' %> |
Reparse modified templates | <%= (MasterView::LoadedFeatures[:rails_reparse_checking]) ? 'true' : 'false' %> |
Read ERB directly from MasterView | <%= (MasterView::LoadedFeatures[:rails_erb_mv_direct]) ? 'true' : 'false' %> |