# Development environment config settings for the MasterView template engine. # # The MasterView configuration specification is referenced through +config+. # # Settings specified here will take precedence over those specified in the # general MasterView config in +config/masterview/settings.rb+. # # Set development-mode config settings here # General options #config.log_level = 'DEBUG' # Rails application options #config.reparse_changed_masterview_templates = true # enable in development env #config.log_level = 'WARN' #config.after_initialize { # MasterView.log_level = 'DEBUG' #} # Only use the MasterView admin pages for development # config.enable_admin_pages = true