aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time
Commit message (Expand)AuthorAgeFilesLines
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+2
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-291-0/+9
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-123-32/+41
* Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-2/+7
* Improve performance of DateTime#seconds_since_unix_epochAndrew White2012-07-021-2/+5
* Revert "Use strftime to convert DateTime to numeric"Andrew White2012-07-011-1/+2
* Remove DateTime#to_time overrideAndrew White2012-07-011-14/+0
* Use strftime to convert DateTime to numericAndrew White2012-07-011-2/+1
* stop `to_s`ing method namesAkira Matsuda2012-06-061-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-132-3/+0
* added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+11
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-292-4/+10
* AS core_ext refactoringAlexey Gaziev2012-04-291-12/+21
* Deprecate DateTime.local_offsetbrainopia2012-01-252-2/+16
* Merge pull request #4524 from nashby/datetime-18-codeJosé Valim2012-01-251-15/+0
|\
| * remove ruby 1.8 related codeVasiliy Ermolovich2012-01-181-15/+0
* | Update time zone offset informationbrainopia2012-01-181-1/+1
|/
* revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
* remove condition since to_time always available in ruby19 DateTimeVishnu Atrai2011-12-311-1/+1
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-202-3/+1
* Fix punctuation errors.Sebastian Martinez2011-05-041-8/+8
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-1/+1
* fixing some tests on ruby 1.9.3Aaron Patterson2011-03-071-0/+23
* refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...Diego Carrion2011-03-041-8/+2
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-1/+2
* Preserve fractional seconds in DateTime#to_timeJohn Firebaugh2011-02-031-1/+1
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-7/+7
* Refactor move some date, time and date_time methods to */zones and fixed some...Santiago Pastorino2010-07-033-0/+4
* when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-171-0/+2
* fix conditions when DateTime#to_date and DateTime#xmlschema methods are definedRaimonds Simanovskis2010-06-041-3/+3
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-051-0/+6
* AS datetime conversions now require AS time conversionssnusnu2010-03-181-0/+1
* date_time/calculations.rb needs active_support/core_ext/object/acts_like beca...Xavier Noria2010-01-011-0/+1
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...Serguei Filimonov2009-12-151-2/+13
* Ruby 1.9.2: rational.rb is deprecatedJeremy Kemper2009-11-021-1/+1
* Check for date/time methods that moved upstream in 1.9Jeremy Kemper2009-05-071-3/+3
* Convert DateTime extensions to class reopensJeremy Kemper2009-03-281-87/+75
* Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-281-0/+13
* Convert DateTime extension modules to class reopensJeremy Kemper2009-03-262-108/+111
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-1/+1
* Merge docrailsPratik Naik2009-01-181-1/+1
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-5/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+4
* Ruby 1.8.7 compat: detect and alias non-superclass DateTime#to_sJeremy Kemper2008-04-201-4/+9
* Add #getutc alias for DateTime#utcgbuesing2008-04-121-0/+1
* Improve documentation.Pratik Naik2008-04-051-1/+1
* Fine, warn. Just don't recurse to death in cc.rbJeremy Kemper2008-03-311-1/+1