Sha256: e3c808a142b365a721b83ef3a8a2c765f8ac3a062c8f440ab53b63f48e0db778

Contents?: true

Size: 280 Bytes

Versions: 14

Compression:

Stored size: 280 Bytes

Contents

require "action_controller/railtie"
require "action_view/railtie"
require "shakapacker"

module WebpackerTestApp
  class Application < ::Rails::Application
    config.secret_key_base = "abcdef"
    config.eager_load = true
    config.active_support.test_order = :sorted
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shakapacker-7.2.3 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.3.0.beta.1 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.2.2 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.2.1 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.2.0 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.2.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.1.0 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.3 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.2 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.1 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.0 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.0.rc.2 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.0.rc.1 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb
shakapacker-7.0.0.rc.0 spec/backward_compatibility_specs/webpacker_test_app/config/application.rb