aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-9/+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-3/+3
* Add missing periodsJon Moss2017-04-171-2/+2
* Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
* modernizes hash syntax in activesupportXavier Noria2016-08-061-7/+7
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-10/+10
* Don't blank pad day of the month when formatting datesSean Griffin2016-06-021-3/+3
* Raise `ArgumentError` when an invalid form is passed to `Date#to_time`yui-knk2016-04-171-0/+1
* Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...amitkumarsuroliya2015-09-181-3/+3
* [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
* Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-011-2/+5
* doc: date/conversions.rb should talk about date format not time format.Yves Senn2013-12-101-2/+2
* Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-291-1/+3
* remove unused requireTomohiko Himura2013-04-251-1/+0
* remove_possible_method -> remove_methodNihad Abbasov2013-01-111-2/+2
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Deprecate Date#to_time_in_current_zoneAndrew White2012-12-111-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* String quotes and trailing spacesAlexey Gaziev2012-04-291-7/+7
* AS core_ext refactoringAlexey Gaziev2012-04-291-1/+4
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-23/+0
* Better use #remove_possible_method hereSebastian Martinez2011-05-081-2/+3
* Add Date#rfc3339 and Date#iso8601 to ASSantiago Pastorino2011-02-131-0/+6
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* Move Date#xmlschema to conversions and add a missing requireSantiago Pastorino2010-07-041-2/+10
* Refactor move some date, time and date_time methods to */zones and fixed some...Santiago Pastorino2010-07-031-18/+0
* Date#since, #ago, #beginning_of_day, #end_of_day, #xmlschema return TimeWithZ...Geoff Buesing2010-06-121-1/+11
* date/conversions needs time/calculations for (utc|local)_timeXavier Noria2010-05-031-0/+1
* Fixes Dependency bug in ActiveSupportYehuda Katz2009-12-201-0/+1
* Repair time dependenciesJeremy Kemper2009-11-141-3/+0
* Clarify date/time dependenciesJeremy Kemper2009-11-021-0/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Convert Date calculations and conversions extension modules to class reopensJeremy Kemper2009-03-281-96/+86
* Merge docrailsPratik Naik2009-01-181-3/+3
* Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]Jeremy Kemper2008-01-091-24/+12
* Document date and time to_formatted_s. Closes #10747 [leethal]Jeremy Kemper2008-01-091-1/+21
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+1
* Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...Jeremy Kemper2007-12-151-0/+3
* Document Date conversions. Closes #10368 [chuyeow]Michael Koziarski2007-12-051-4/+34
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-1/+1
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-271-5/+8
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-5/+7
* Readable Date and DateTime#inspect. Closes #8570.Jeremy Kemper2007-06-041-0/+7
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-7/+11
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-4/+13
* :db format for Date#to_sJeremy Kemper2007-01-281-1/+2