Changeset 112 for trunk/config/environment.rb
- Timestamp:
- 08/23/09 20:20:28 (4 years ago)
- Files:
-
- 1 modified
-
trunk/config/environment.rb (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/environment.rb
r67 r112 3 3 # Uncomment below to force Rails into production mode when 4 4 # you don't control web/app server and can't set it the proper way 5 # ENV['RAILS_ENV'] ||= 'production'5 #ENV['RAILS_ENV'] ||= 'production' 6 6 7 7 # Bootstrap the Rails environment, frameworks, and default configuration … … 16 16 # Add additional load paths for your own custom dirs 17 17 config.load_paths += %W( #{RAILS_ROOT}/vendor/semanticrecord/lib ) 18 19 config.load_once_paths += %W( #{RAILS_ROOT}/app/models ) 20 config.load_once_paths += %W( #{RAILS_ROOT}/vendor/semanticrecord/lib ) 18 21 19 22 # Force all environments to use the same logger level … … 31 34 # Activate observers that should always be running 32 35 # config.active_record.observers = :cacher, :garbage_collector 33 36 config.active_record.observers = :model_observer 34 37 # Make Active Record use UTC-base instead of local time 35 38 # config.active_record.default_timezone = :utc … … 40 43 41 44 # See Rails::Configuration for more options 45 42 46 end 43 47 … … 52 56 53 57 # Include your application configuration below 54 require 'hyperde_init'58 require "#{RAILS_ROOT}/config/hyperde_init"
