Sha256: 63237fdff159190490b786c9a18950922b5941251765c2cf760d2abe58800d1b
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
<%= app_const %>.configure do config.secret_key_base = '<%= SecureRandom.hex(32) %>' + '<%= SecureRandom.hex(32) %>' config.cache_classes = true config.eager_load = false config.consider_all_requests_local = false config.action_controller.perform_caching = false config.action_dispatch.show_exceptions = true config.action_controller.allow_forgery_protection = false config.active_support.deprecation = :stderr end
Version data entries
5 entries across 5 versions & 1 rubygems