Sha256: c18bb3bce7edf0ab93e87992a8625b03c5bde02ee76f3d05441cfe83608538e8

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

require File.expand_path('../boot', __FILE__)
require "action_controller/railtie"

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)

module TestApp
  class Application < Rails::Application
    config.cache_classes = false
    config.whiny_nils = true
    config.secret_token = 'd229e4d22437432705ab3985d4d246'
    config.session_store :cookie_store, :key => 'rails_session'
    config.active_support.deprecation = :stderr
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
param_protected-4.0.0 test/app_root/config/application.rb
param_protected-3.0.0 test/app_root/config/application.rb
param_protected-2.0.0 test/app_root/config/application.rb