Sha256: 346b81ea0e8cc3cab30c72ba0c507226c3a5d66d6e2d5017565827a26ecb7ff0

Contents?: true

Size: 827 Bytes

Versions: 4

Compression:

Stored size: 827 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 = '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'
#}

Version data entries

4 entries across 4 versions & 2 rubygems

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