Sha256: f60c1e01f89e5b59d5c2e1e974829215ee9066df2b66be1af167c5a011ef549f

Contents?: true

Size: 559 Bytes

Versions: 14

Compression:

Stored size: 559 Bytes

Contents

require_relative 'boot'

require 'rails/all'

Bundler.require(*Rails.groups)
require "kithe"

module Dummy
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults 5.2

    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration can go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded after loading
    # the framework and any gems in your application.
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kithe-2.0.2 spec/dummy/config/application.rb
kithe-2.0.1 spec/dummy/config/application.rb
kithe-2.0.0 spec/dummy/config/application.rb
kithe-2.0.0.pre.rc1 spec/dummy/config/application.rb
kithe-2.0.0.pre.beta1 spec/dummy/config/application.rb
kithe-2.0.0.pre.alpha2 spec/dummy/config/application.rb
kithe-2.0.0.pre.alpha1 spec/dummy/config/application.rb
kithe-1.1.2 spec/dummy/config/application.rb
kithe-1.1.1 spec/dummy/config/application.rb
kithe-1.1.0 spec/dummy/config/application.rb
kithe-1.0.0 spec/dummy/config/application.rb
kithe-0.3.0 spec/dummy/config/application.rb
kithe-0.2.0 spec/dummy/config/application.rb
kithe-0.1.0 spec/dummy/config/application.rb