Sha256: 3386db9f39cfe4a1631e37efbd67ad9944dc7af67f9aa9af9cdc079d30176b23
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
FixtureRailsRoot::Application.configure do config.cache_classes = true config.whiny_nils = true config.consider_all_requests_local = true config.action_controller.perform_caching = false config.action_dispatch.show_exceptions = false config.action_controller.allow_forgery_protection = false config.action_mailer.delivery_method = :test config.active_support.deprecation = :stderr end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
report_ui-0.0.1.alpha | fixture_rails_root/config/environments/test.rb |
granular_permissions-0.0.0 | fixture_rails_root/config/environments/test.rb |