Sha256: 63c4342ae6d17a6b34534c484c213bf7db7d7fda6aa16b57a67ad065ef8331c8

Contents?: true

Size: 1.18 KB

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-0.9.6.21 config/environments/development.rb