b0VIM 7.3^YNp \Lspeclinux-c2zt~spec/rails_app/borda/config/environment.rb 3210#"! Utp)adH){=<L U T S ) ( @ ? r q < ? $ # qLHGend # config.i18n.default_locale = :de # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. config.time_zone = 'UTC' # Run "rake -D time" for a list of tasks for finding time zone names. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # config.active_record.observers = :cacher, :garbage_collector, :forum_observer # Activate observers that should always be running # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] # you must remove the Active Record framework. # Skip frameworks you're not going to use. To use Rails without a database, # config.plugins = [ :exception_notification, :ssl_requirement, :all ] # :all can be used as a placeholder for all plugins not explicitly named # Only load the plugins named here, in the order given (default is alphabetical). # config.gem "aws-s3", :lib => "aws/s3" # config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "bj" # Specify gems that this application depends on and have them installed with rake gems:install # config.load_paths += %W( #{RAILS_ROOT}/extras ) # Add additional load paths for your own custom dirs # -- all .rb files in that directory are automatically loaded. # Application configuration should go into files in config/initializers # Settings in config/environments/* take precedence over those specified here.Rails::Initializer.run do |config|require File.join(File.dirname(__FILE__), 'boot')# Bootstrap the Rails environment, frameworks, and default configurationRAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION# Specifies gem version of Rails to use when vendor/rails is not present# Be sure to restart your server when you modify this file