Sha256: ce259c6d31b7c79aae10182fab9b4274817e8410de1fb8a1d944b9d6ba2691db
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'config/boot' Rails::Initializer.run do |config| config.log_level = :debug config.cache_classes = false config.whiny_nils = true config.breakpoint_server = true config.load_paths << "#{RAILS_ROOT}/../../lib" end Dependencies.log_activity = true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plugin_test_helper-0.0.1 | generators/plugin_test_structure/templates/app_root/config/environment.rb |