Sha256: 4edcd0d62e88a9b756499acd479298a4e3c2c2f93aca039aecbe696440ccd7cb

Contents?: true

Size: 725 Bytes

Versions: 2

Compression:

Stored size: 725 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.2.2' 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 don't need no stinkin' AR!
  # Ferret backs us up.
  config.frameworks -= [ :active_record ]
end

#Initialises Picolena module.
module Picolena
  VERSION='<%= version %>'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
picolena-0.2.0 lib/picolena/config/environment.rb
picolena-0.2.2 lib/picolena/config/environment.rb