Andrew White
f0a9e2f852
Clean up 'active_support/time' requires
...
Rely on the hub files for Time, Date and DateTime classes and
add the requires for String#to_time and String#in_time_zone.
2012-12-11 12:23:30 +00:00
Pan Thomakos
0f8f99b989
Removed ActiveSupport#load_all!
...
This is no longer used and actually raises an error when trying to load
`ActiveSupport::Dependencies`. I removed the related code and added the
`Dependencies` module to the autoload list.
2012-03-18 11:24:04 -07:00
Sergey Nartimov
9d97173c5a
no more need to make Time#to_date and Time#to_datetime public
...
they are public in actual 1.9 ruby version (tested at least in 1.9.2-p180)
2011-12-22 18:53:07 +03:00
Uģis Ozols
ee69ef62a8
Remove some of the ActiveSupport core extensions related to 1.8.
2011-12-21 09:29:59 +02:00
Santiago Pastorino
201f373e7a
Refactor move some date, time and date_time methods to */zones and fixed some requires
2010-07-03 02:13:44 -03:00
Jeremy Kemper
41e7c68d87
Ruby 1.9.2: marshaling round-trips Time#zone
2010-03-28 22:52:08 -07:00
Jeremy Kemper
bc1538e995
Repair time dependencies
2009-11-14 11:37:06 -08:00
Jeremy Kemper
7eb4f2ecc5
Consolidate date & time landscape: require 'active_support/time'
2009-11-14 01:13:54 -08:00
Jeremy Kemper
5f222c524e
Remove 'core' fluff. Hookable ActiveSupport.load_all!
2009-05-20 18:12:44 -07:00