aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+1
* Remove unneeded Time patch to support Ruby 1.9Rafael Mendonça França2015-01-041-1/+0
* Squashed commit of the following:Aaron Patterson2013-05-031-1/+0
* Added ability to compare date/time with infinitybUg2013-01-041-0/+1
* Added time related req files to AS core_ext #6896Aaron Cruz2012-07-141-0/+5
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-10/+0
* Convert Time conversions extension module to class reopenJeremy Kemper2009-03-281-3/+1
* Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-281-0/+1
* Convert Time extension modules to class reopensJeremy Kemper2009-03-261-1/+4
* Extract time fixes into separate extensionsJeremy Kemper2009-03-241-27/+2
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-11/+2
* Handle the case where there is no ivar set.Michael Koziarski2008-09-041-1/+1
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are...Luca Guidi2008-08-271-1/+22
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-231-0/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Supp...Jeremy Kemper2007-02-011-0/+10
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+2
* Added Time::Conversions for getting times in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+2
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.y...David Heinemeier Hansson2005-02-211-0/+5