Sha256: 594b3028038f2277935b31931bd4f0eff847c347587e7e29d49f3911db0a5291
Contents?: true
Size: 661 Bytes
Versions: 3
Compression:
Stored size: 661 Bytes
Contents
%w(rubygems paginator pathname logger).each{|lib| require lib} # Uncomment below to force Rails into production mode when # you don't control web/app server and can't set it the proper way # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION IndexLogger=Logger.new($stdout) # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Rails::Initializer.run do |config| # We don't need no stinkin' AR! # Ferret backs us up. config.frameworks -= [ :active_record ] end
Version data entries
3 entries across 3 versions & 1 rubygems