Sha256: 003a3b8ba6c5d0a3521d0896b7153e90eace25529f694aadde696b99d2061721

Contents?: true

Size: 549 Bytes

Versions: 11

Compression:

Stored size: 549 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.14' unless defined? RAILS_GEM_VERSION

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

Rails::Initializer.run do |config|
  # we use bundler now, so don't do this at this example
  # config.gem 'rest-graph'

  config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
  config.time_zone = 'UTC'
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
rest-more-0.7.1 example/rails2/config/environment.rb
rest-graph-2.0.0 example/rails2/config/environment.rb
rest-more-0.7.0 example/rails2/config/environment.rb
rest-core-0.4.0 example/rails2/config/environment.rb
rest-core-0.4.0.pre.2 example/rails2/config/environment.rb
rest-core-0.4.0.pre.1 example/rails2/config/environment.rb
rest-core-0.4.0.pre.0 example/rails2/config/environment.rb
rest-core-0.3.0 example/rails2/config/environment.rb
rest-core-0.3.0.pre.2 example/rails2/config/environment.rb
rest-core-0.3.0.pre.1 example/rails2/config/environment.rb
rest-core-0.3.0.pre.0 example/rails2/config/environment.rb