Sha256: 1a259049fa1c955f852e5c4b2914ccd87e1e5d79a60a59a0f2be2209222022de

Contents?: true

Size: 1007 Bytes

Versions: 15

Compression:

Stored size: 1007 Bytes

Contents

require File.expand_path('../boot', __FILE__)

require 'rails/all'

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

module Dummy
  class Application < Rails::Application

    config.generators do |g|

      g.test_framework :rspec
      g.view_specs false
      g.helper_specs false

    end

    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration should go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded.

    # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
    # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
    # config.time_zone = 'Central Time (US & Canada)'

    # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
    # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
    # config.i18n.default_locale = :de
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
commenteux-1.2.0 spec/dummy/config/application.rb
commenteux-1.1.6 spec/dummy/config/application.rb
commenteux-1.1.5 spec/dummy/config/application.rb
commenteux-1.1.4 spec/dummy/config/application.rb
commenteux-1.1.3 spec/dummy/config/application.rb
commenteux-1.1.2 spec/dummy/config/application.rb
commenteux-1.1.1 spec/dummy/config/application.rb
commenteux-1.1.0 spec/dummy/config/application.rb
commenteux-1.0.6 spec/dummy/config/application.rb
commenteux-1.0.5 spec/dummy/config/application.rb
commenteux-1.0.4 spec/dummy/config/application.rb
commenteux-1.0.3 spec/dummy/config/application.rb
commenteux-1.0.2 spec/dummy/config/application.rb
commenteux-1.0.1 spec/dummy/config/application.rb
commenteux-1.0.0 spec/dummy/config/application.rb