aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove `require 'active_support'` from individual modulesdeeeki2014-05-271-2/+0
| | | | | Let users require `active_support` before loading any ActiveSupport modules http://guides.rubyonrails.org/active_support_core_extensions.html
* Clean up 'active_support/time' requiresAndrew White2012-12-111-15/+6
| | | | | Rely on the hub files for Time, Date and DateTime classes and add the requires for String#to_time and String#in_time_zone.
* Removed ActiveSupport#load_all!Pan Thomakos2012-03-181-4/+0
| | | | | | 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.
* no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-221-1/+0
| | | | they are public in actual 1.9 ruby version (tested at least in 1.9.2-p180)
* Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-211-1/+0
|
* Refactor move some date, time and date_time methods to */zones and fixed ↵Santiago Pastorino2010-07-031-0/+1
| | | | some requires
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-1/+1
|
* Repair time dependenciesJeremy Kemper2009-11-141-0/+3
|
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-3/+20
|
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-0/+14