Sha256: 4065ce38270931b5eab4c93edf7e6f58d06c2bc7e0415dcf04c0a62d04c432ae
Contents?: true
Size: 680 Bytes
Versions: 4
Compression:
Stored size: 680 Bytes
Contents
%w(rubygems paginator fileutils pathname logger thread).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 IndexerLogger=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
4 entries across 4 versions & 1 rubygems