aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/environment.rb11
-rw-r--r--config/packages3
2 files changed, 12 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 8a8ee91e3..627d30b31 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -6,7 +6,7 @@
# ENV['RAILS_ENV'] ||= 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
@@ -20,6 +20,15 @@ $:.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"
diff --git a/config/packages b/config/packages
index b287807fd..73f554acd 100644
--- a/config/packages
+++ b/config/packages
@@ -36,4 +36,5 @@ vpim
tnef (>= 1.4.5)
libmemcache-client-ruby (>= 1.7.8-2)
memcached
-rubygems \ No newline at end of file
+rubygems
+libfcgi-dev