Sha256: 015979797f0259cbdcff6e50721a2773b48e75fd51c41f4e9339c6c569b33dd5

Contents?: true

Size: 383 Bytes

Versions: 11

Compression:

Stored size: 383 Bytes

Contents

WebifyRubyRails::Application.configure do
  config.cache_classes = false
  config.eager_load = false
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false
  config.action_mailer.raise_delivery_errors = false
  config.active_support.deprecation = :log
  config.active_record.migration_error = :page_load
  config.assets.debug = true
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
webify_ruby-0.1.3 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.1.2 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.1.1 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.1.0 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.8 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.7 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.6 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.5 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.4 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.3 test/webify_ruby_rails/config/environments/development.rb
webify_ruby-0.0.2 test/webify_ruby_rails/config/environments/development.rb