Sha256: 9b3d69fe0c85a5024247713772edc368a961e42b86838ccaddcd7158e0b8dd2f

Contents?: true

Size: 392 Bytes

Versions: 5

Compression:

Stored size: 392 Bytes

Contents

<%= app_const %>.configure do
  config.secret_key_base =
    '<%= SecureRandom.hex(32) %>' +
    '<%= SecureRandom.hex(32) %>'

  config.cache_classes = false

  config.eager_load = false

  config.consider_all_requests_local       = false
  config.action_controller.perform_caching = false

  config.active_support.deprecation = :log

  config.active_record.migration_error = :page_load
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
straptible-0.2.3 lib/straptible/rails/templates/config.api/environments/development.rb.tt
straptible-0.2.2 lib/straptible/rails/templates/config.api/environments/development.rb.tt
straptible-0.2.1 lib/straptible/rails/templates/config.api/environments/development.rb.tt
straptible-0.2.0 lib/straptible/rails/templates/config.api/environments/development.rb.tt
straptible-0.1.2 lib/straptible/rails/templates/config.api/environments/development.rb.tt