Sha256: 161caa6704f4c832e448b9bd7de2bf5f1989dd7509898c3868ada4e4dd52617e

Contents?: true

Size: 1.54 KB

Versions: 11

Compression:

Stored size: 1.54 KB

Contents

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

require 'rails/all'

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default) 
Bundler.require(Rails.env) unless Rails.env.test? 

module TestApp
  class Application < Rails::Application
    # Settings in config/environments/* take precedence over those specified here

    # Skip frameworks you're not going to use (only works if using vendor/rails)
    # config.frameworks -= [ :action_web_service, :action_mailer ]

    # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
    # config.plugins = %W( exception_notification ssl_requirement )

    # Add additional load paths for your own custom dirs
    # config.load_paths += %W( #{RAILS_ROOT}/../lib )

    # Force all environments to use the same logger level
    # (by default production uses :info, the others :debug)
    # config.log_level = :debug


    # Use SQL instead of Active Record's schema dumper when creating the test database.
    # This is necessary if your schema can't be completely dumped by the schema dumper,
    # like if you have constraints or database-specific column types
    # config.active_record.schema_format = :sql

    # Activate observers that should always be running
    # config.active_record.observers = :cacher, :garbage_collector

    # Make Active Record use UTC-base instead of local time
    # config.active_record.default_timezone = :utc

    # See Rails::Configuration for more options
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
makandra_resource_controller-0.8.0 test/config/application.rb
resources_controller-1.0.4 test/config/application.rb
resources_controller-1.0.3 test/config/application.rb
resources_controller-1.0.2 test/config/application.rb
makandra_resource_controller-0.7.3 test/config/application.rb
makandra_resource_controller-0.7.2 test/config/application.rb
rd_resource_controller-1.0.1 test/config/application.rb
rd_resource_controller-1.0.0 test/config/application.rb
makandra_resource_controller-0.7.1 test/config/application.rb
makandra_resource_controller-0.7.0 test/config/application.rb
rd_resource_controller-1.0.0.rc test/config/application.rb