From da45dfcc72b5a4235e9c1edb8f62364f026dd068 Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Wed, 2 Mar 2011 14:56:21 +0100 Subject: [PATCH] adding require 'thread' since active support needs it but rubygems 1.6 removed it fixes #251 --- config/boot.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/boot.rb b/config/boot.rb index a8e494ed..bb844558 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -158,5 +158,8 @@ module Rails end end +# working around deprecation in RubyGems 1.6 +require 'thread' + # All that for this: Rails.boot!