aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [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-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* Update docs for `formatted_offset` Ronak Jangir2015-09-291-0/+2
* `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-2/+2
* Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-291-0/+1
* Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-0/+10
* Fixes Dependency bug in Active SupportTomohiko Himura2013-05-021-0/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-3/+4
* 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-131-1/+0
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-1/+5
* Deprecate DateTime.local_offsetbrainopia2012-01-251-1/+11
* remove ruby 1.8 related codeVasiliy Ermolovich2012-01-181-15/+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-201-1/+1
* Fix punctuation errors.Sebastian Martinez2011-05-041-8/+8
* 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-141-6/+6
* Refactor move some date, time and date_time methods to */zones and fixed some...Santiago Pastorino2010-07-031-0/+1
* 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
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...Serguei Filimonov2009-12-151-2/+13
* 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
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-1/+1
* Merge docrailsPratik Naik2009-01-181-1/+1
* Ruby 1.8.7 compat: detect and alias non-superclass DateTime#to_sJeremy Kemper2008-04-201-4/+9
* Improve documentation.Pratik Naik2008-04-051-1/+1
* Fine, warn. Just don't recurse to death in cc.rbJeremy Kemper2008-03-311-1/+1
* Always alias DateTime#to_s to #to_default_sJeremy Kemper2008-03-311-1/+1
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-291-1/+2
* Adding TimeZone#at and DateTime#to_fGeoff Buesing2008-03-171-0/+6
* Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we...Geoff Buesing2008-01-231-1/+0
* Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...Geoff Buesing2008-01-231-9/+2
* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...Geoff Buesing2008-01-231-0/+9
* Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]Jeremy Kemper2008-01-091-26/+14
* Document date and time to_formatted_s. Closes #10747 [leethal]Jeremy Kemper2008-01-091-2/+23