Sha256: 4f4a970fabf290a32e4d4892a72156fd5870302caa92707e423127c18e695aa7

Contents?: true

Size: 319 Bytes

Versions: 33

Compression:

Stored size: 319 Bytes

Contents

require "action_controller/railtie"
require "action_view/railtie"
require "webpacker"

module TestApp
  class Application < ::Rails::Application
    config.secret_key_base = "abcdef"
    config.eager_load = true
    config.webpacker.check_yarn_integrity = false
    config.active_support.test_order = :sorted
  end
end

Version data entries

33 entries across 33 versions & 4 rubygems

Version Path
rails-react-ssr-0.1.2 test/test_app/config/application.rb
webpacker-4.3.0 test/test_app/config/application.rb
webpacker-5.0.1 test/test_app/config/application.rb
webpacker-5.0.0 test/test_app/config/application.rb
rails-react-ssr-0.1.1 test/test_app/config/application.rb
rails-react-ssr-0.1.0 test/test_app/config/application.rb
jetpacker-0.4.2 test/test_app/config/application.rb
jetpacker-0.4.1 test/test_app/config/application.rb
jetpacker-0.4.0 test/test_app/config/application.rb
jetpacker-0.3.0 test/test_app/config/application.rb
jetpacker-0.2.0 test/test_app/config/application.rb
webpacker-4.2.2 test/test_app/config/application.rb
webpacker-4.2.1 test/test_app/config/application.rb
webpacker-4.2.0 test/test_app/config/application.rb
webpacker-4.1.0 test/test_app/config/application.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webpacker-4.0.7/test/test_app/config/application.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webpacker-4.0.7/test/test_app/config/application.rb
webpacker-4.0.7 test/test_app/config/application.rb
webpacker-4.0.6 test/test_app/config/application.rb
webpacker-4.0.5 test/test_app/config/application.rb