Sha256: 9d4a440a518d2e971e78da453dddb61888c82867ce8f821e397ca4cfc4be57e2

Contents?: true

Size: 686 Bytes

Versions: 2

Compression:

Stored size: 686 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
masterview-0.2.0 examples/rails_app_config/masterview/environment/development.rb
masterview_plugin_generator-0.2.0 templates/development.rb