return to rails 2.3.3
This commit is contained in:
parent
7145c6486d
commit
860fc1479e
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
# Uncomment below to force Rails into production mode
|
# Uncomment below to force Rails into production mode
|
||||||
# (Use only when you can't set environment variables through your web/app server)
|
# (Use only when you can't set environment variables through your web/app server)
|
||||||
# ENV['RAILS_ENV'] = 'production'
|
|
||||||
|
ENV['RAILS_ENV'] = 'production'
|
||||||
|
|
||||||
#RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
|
#RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
|
||||||
|
|
||||||
|
@ -14,8 +15,8 @@ Rails::Initializer.run do |config|
|
||||||
# config.frameworks -= [ :action_web_service, :action_mailer ]
|
# config.frameworks -= [ :action_web_service, :action_mailer ]
|
||||||
|
|
||||||
# Add additional load paths for your own custom dirs
|
# Add additional load paths for your own custom dirs
|
||||||
config.autoload_paths += %W( #{RAILS_ROOT}/vendor/ezcrypto-0.1.1/lib )
|
config.load_paths += %W( #{RAILS_ROOT}/vendor/ezcrypto-0.1.1/lib )
|
||||||
config.autoload_paths += %W( #{RAILS_ROOT}/lib/webmail )
|
config.load_paths += %W( #{RAILS_ROOT}/lib/webmail )
|
||||||
# Force all environments to use the same logger level
|
# Force all environments to use the same logger level
|
||||||
# (by default production uses :info, the others :debug)
|
# (by default production uses :info, the others :debug)
|
||||||
# config.log_level = :debug
|
# config.log_level = :debug
|
||||||
|
|
Loading…
Reference in a new issue