Sha256: d74f22965ec3ac5616e8415b773be78e13d16d24e5520e7d6c565762696fad57

Contents?: true

Size: 571 Bytes

Versions: 24

Compression:

Stored size: 571 Bytes

Contents

require_relative 'boot'

require 'rails/all'

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

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

24 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.2 installer/core/rockets/keppler_languages/test/dummy/config/application.rb
keppler-2.1.1 installer/core/rockets/keppler_languages/test/dummy/config/application.rb
keppler-2.1.pre.p1 installer/core/rockets/keppler_languages/test/dummy/config/application.rb
keppler-2.1 installer/core/rockets/keppler_languages/test/dummy/config/application.rb