Sha256: 638d4c5a5a21d905a2270a54c31ca4ae7c791d90fabf53dee8c2c69c8fe9278b
Contents?: true
Size: 682 Bytes
Versions: 1
Compression:
Stored size: 682 Bytes
Contents
%w(rubygems paginator fileutils pathname logger thread dbm).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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.1.7 | lib/picolena/templates/config/environment.rb |