aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date.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
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-1/+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/+5
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-7/+0
* Convert Date calculations and conversions extension modules to class reopensJeremy Kemper2009-03-281-2/+4
* Convert date extension modules to class reopensJeremy Kemper2009-03-211-1/+3
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-9/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+2
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+2
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+6