aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_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 not needed includingyui-knk2016-04-021-1/+0
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+1
* 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/+4
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-5/+0
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-2/+1
* Convert DateTime extensions to class reopensJeremy Kemper2009-03-281-8/+2
* Convert DateTime extension modules to class reopensJeremy Kemper2009-03-261-5/+6
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-4/+3
* 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
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+5
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-1/+3
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...Michael Koziarski2007-02-271-0/+2
* Fix for DateTime superclass mismatch errors seen on some linux distributions....Michael Koziarski2007-02-041-3/+2
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+5