Sha256: 4fb538907be3283212e2fc4e2864b0c7d7b7038cce48f4e33ee281a9d8f28749

Contents?: true

Size: 1.18 KB

Versions: 13

Compression:

Stored size: 1.18 KB

Contents

# Settings specified here will take precedence over those in config/environment.rb

config.reload_plugins = true

# In the development environment your application's code is reloaded on
# every request.  This slows down response time but is perfect for development
# since you don't have to restart the webserver when you make code changes.
config.cache_classes = false

# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true

# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_view.debug_rjs                         = true
config.action_controller.perform_caching             = false

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false

config.log_level = :debug

# Uncomment the following lines if you're getting
# "A copy of XX has been removed from the module tree but is still active!"
# or you want to develop a plugin and don't want to restart every time a change is made:
=begin
config.after_initialize do
  ::ActiveSupport::Dependencies.load_once_paths = ::ActiveSupport::Dependencies.load_once_paths.select do |path|
    (path =~ /app/).nil?
  end
end
=end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
refinerycms-0.9.6.34 config/environments/development.rb
refinerycms-0.9.6.33 config/environments/development.rb
refinerycms-0.9.6.32 config/environments/development.rb
refinerycms-0.9.6.31 config/environments/development.rb
refinerycms-0.9.6.30 config/environments/development.rb
refinerycms-0.9.6.29 config/environments/development.rb
refinerycms-0.9.6.28 config/environments/development.rb
refinerycms-0.9.6.27 config/environments/development.rb
refinerycms-0.9.6.26 config/environments/development.rb
refinerycms-0.9.6.25 config/environments/development.rb
refinerycms-0.9.6.24 config/environments/development.rb
refinerycms-0.9.6.23 config/environments/development.rb
refinerycms-0.9.6.22 config/environments/development.rb