Sha256: 2d9cd988ae52c9dea3d57c19f102cbfd34dd838b5f97366dd9e2e52bb23e6917

Contents?: true

Size: 635 Bytes

Versions: 3

Compression:

Stored size: 635 Bytes

Contents

# Be sure to restart your server when you modify this file

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

class TestGemLocator < Rails::Plugin::Locator
  def plugins
    Rails::Plugin.new(File.join(File.dirname(__FILE__), *%w(.. .. ..)))
  end
end

Rails::Initializer.run do |config|

  config.time_zone = 'UTC'

  config.plugin_locators << TestGemLocator

  config.frameworks -= [ :active_resource, :action_mailer ]

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clog-0.2.0 test/rails2x_root/config/environment.rb
clog-0.1.1 test/rails2x_root/config/environment.rb
clog-0.1.0 test/rails2x_root/config/environment.rb