adding require 'thread' since active support needs it but rubygems 1.6 removed it

fixes #251
This commit is contained in:
Gregor Schmidt 2011-03-02 14:56:21 +01:00
parent 5592794d75
commit da45dfcc72
1 changed files with 3 additions and 0 deletions

View File

@ -158,5 +158,8 @@ module Rails
end
end
# working around deprecation in RubyGems 1.6
require 'thread'
# All that for this:
Rails.boot!