Sha256: 70f75464ca74d8f8fffc805caa583a7322701c84829074e91897808e8117326c

Contents?: true

Size: 693 Bytes

Versions: 11

Compression:

Stored size: 693 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)
require "censor_bear"

module Dummy
  class Application < Rails::Application
    config.load_defaults Rails::VERSION::STRING.to_f

    config.hosts << /.*/
    # Configuration for the application, engines, and railties goes here.
    #
    # These settings can be overridden in specific environments using the files
    # in config/environments, which are processed later.
    #
    # config.time_zone = "Central Time (US & Canada)"
    # config.eager_load_paths << Rails.root.join("extras")
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
censor_bear-0.1.29 test/dummy/config/application.rb
censor_bear-0.1.28 test/dummy/config/application.rb
censor_bear-0.1.27 test/dummy/config/application.rb
censor_bear-0.1.26 test/dummy/config/application.rb
censor_bear-0.1.25 test/dummy/config/application.rb
censor_bear-0.1.24 test/dummy/config/application.rb
censor_bear-0.1.23 test/dummy/config/application.rb
censor_bear-0.1.22 test/dummy/config/application.rb
censor_bear-0.1.21 test/dummy/config/application.rb
censor_bear-0.1.20 test/dummy/config/application.rb
censor_bear-0.1.19 test/dummy/config/application.rb