# 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 = 'INFO' # Rails application options - normally enabled (only) in development env #config.reparse_changed_masterview_templates = true # Rails application options that you might want to enable for development #config.enable_admin_pages = false #config.enable_view_rhtml = false # Sample of how you might want to modify logging config for development #config.log_level = 'WARN' #config.after_initialize { # MasterView.log_level = 'DEBUG' #}