1. 26 8月, 2008 11 次提交
  2. 25 8月, 2008 11 次提交
  3. 24 8月, 2008 17 次提交
  4. 23 8月, 2008 1 次提交
    • T
      Always require activesupport, even if its constant already exists · cf281091
      Tarmo Tänav 提交于
      This is needed because the existance of the ActiveSupport
      constant by itself does not guarantee that the whole library
      has been loaded.
      
      Also load the StringInquirer in the Rails#env method as
      the it might be called inside the initializer block
      before activesupport itself has been loaded.
      cf281091