Sha256: c3c945618be72eab31d0d3b4f3a962f4e7782ffc4bc8a9289393cd512471698d

Contents?: true

Size: 720 Bytes

Versions: 19

Compression:

Stored size: 720 Bytes

Contents

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 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.

    config.action_controller.etag_with_template_digest = false
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
geared_pagination-1.2.0 test/dummy/config/application.rb
cache_keeper-0.6.1 test/dummy/config/application.rb
cache_keeper-0.6.0 test/dummy/config/application.rb
cache_keeper-0.5.1 test/dummy/config/application.rb
cache_keeper-0.5.0 test/dummy/config/application.rb
cache_keeper-0.4.1 test/dummy/config/application.rb
cache_keeper-0.4.0 test/dummy/config/application.rb
cache_keeper-0.3.0 test/dummy/config/application.rb
cache_keeper-0.2.1 test/dummy/config/application.rb
cache_keeper-0.2.0 test/dummy/config/application.rb
cache_keeper-0.1.2 test/dummy/config/application.rb
cache_keeper-0.1.1 test/dummy/config/application.rb
cache_keeper-0.1.0 test/dummy/config/application.rb
geared_pagination-1.1.2 test/dummy/config/application.rb
geared_pagination-1.1.1 test/dummy/config/application.rb
geared_pagination-1.1.0 test/dummy/config/application.rb
geared_pagination-1.0.2 test/dummy/config/application.rb
geared_pagination-1.0.1 test/dummy/config/application.rb
geared_pagination-1.0.0 test/dummy/config/application.rb