Sha256: b01475e88e9e65a3fb3d5a3c98efff7c054530462c30a7872ec68abc16dcf3c8

Contents?: true

Size: 671 Bytes

Versions: 23

Compression:

Stored size: 671 Bytes

Contents

# typed: false
require_relative 'boot'

require 'rails/all'

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

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

    # 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

23 entries across 23 versions & 1 rubygems

Version Path
kuby-core-0.11.2 spec/dummy/config/application.rb
kuby-core-0.11.1 spec/dummy/config/application.rb
kuby-core-0.11.0 spec/dummy/config/application.rb