aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2011-02-23 19:12:30 +0000
committerLouise Crow <louise.crow@gmail.com>2011-02-23 19:12:30 +0000
commit44b3bc87eca0b3768a43c4f8702c8925d57bbd1e (patch)
tree3b3bd50f868710dcaeb3976404d3ad51abfe77c6
parenta121b62c999a297bf2725cd14e9707e05d92d368 (diff)
Remove TODO - extra gems not needed in deployment environment.
-rw-r--r--config/environment.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 48dc15326..896d2e5ea 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -20,15 +20,6 @@ $:.push(File.join(File.dirname(__FILE__), '../commonlib/rblib'))
$:.unshift(File.join(File.dirname(__FILE__), '../vendor/ruby-ole/lib'))
$:.unshift(File.join(File.dirname(__FILE__), '../vendor/ruby-msg/lib'))
-# FIXME: These gems needed to be installed using 'sude gem install ...' -
-# apt-get install does not seem to install them where they can be found:
-#
-# fcgi
-# memcache-client
-# mongrel
-# thin
-
-
require 'memcache'
load "validate.rb"