# Be sure to restart your server when you modify this file# Specifies gem version of Rails to use when vendor/rails is not presentRAILS_GEM_VERSION='2.3.14'unlessdefined?RAILS_GEM_VERSION# Bootstrap the Rails environment, frameworks, and default configurationrequireFile.join(File.dirname(__FILE__),'boot')Rails::Initializer.rundo|config|config.frameworks-=[:active_resource,:action_mailer]end