fixed some weird loading/require issues which seemed to be happening on rare occasions when used in a rails project

This commit is contained in:
2011-03-11 11:01:39 +00:00
parent 950a57dc66
commit 4b1327306d
4 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
require 'rubygems'
require 'active_support'
# support both Active Support 2.x and 3.x
require 'active_support/time' if !Time.respond_to?(:days_in_month)
require 'time_ext/calculations'
require 'time_ext/iterations'