aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [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-2/+2
* Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+3
* modernizes hash syntax in activesupportXavier Noria2016-08-061-10/+10
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-9/+9
* fixes #21815Maarten Jacobs2015-10-161-0/+1
* Fix Time.now format in documentationTanmay Sinha2015-10-041-1/+1
* Update docs for `formatted_offset` Ronak Jangir2015-09-291-1/+2
* [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-1/+1
* Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-291-1/+2
* Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-1/+2
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-12/+12
* Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-0/+1
* String quotes and trailing spacesAlexey Gaziev2012-04-291-6/+6
* AS core_ext refactoringAlexey Gaziev2012-04-291-2/+8
* to_date, to_time, and to_datetime Time methods present in ruby 1.9Sergey Nartimov2012-01-131-28/+0
* no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-221-1/+0
* Revert "Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public."...Chris Griego2011-08-311-0/+22
* Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public.John Firebaugh2011-02-031-22/+0
* In AS, only inflector/methods is need in proxy_wrappers.rb, as well as date, ...Josh Kalderimis2011-01-121-1/+1
* fix time.to_formatted_time(:time) exampleAditya Sanghi2010-10-131-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* avoid active_support/core_ext/time/conversions.rb warningsSantiago Pastorino2010-03-211-0/+1
* Check for date/time methods that moved upstream in 1.9Jeremy Kemper2009-05-071-1/+1
* Prefer behavior check to RUBY_VERSION to catch 1.8 backportsJeremy Kemper2009-04-291-2/+2
* Convert Time conversions extension module to class reopenJeremy Kemper2009-03-281-83/+77
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-1/+1
* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-stand...Zachary Zolton2009-02-091-1/+1
* Merge docrails changesPratik Naik2008-07-281-0/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Improve documentation.Pratik Naik2008-04-051-27/+12
* 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/+8
* 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-2/+22
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+1
* Enhance documentation for Active Support's Time Conversion functions. [rsanhe...Michael Koziarski2007-12-051-3/+46
* 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-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+5
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-1/+2
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-9/+18
* Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.Jeremy Kemper2007-03-051-0/+5
* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Supp...Jeremy Kemper2007-02-011-3/+0
* Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH]David Heinemeier Hansson2006-11-251-0/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Time#xmlschema is only available when you've required 'time'. Add a unit tes...Michael Koziarski2006-03-151-0/+1
* Replace '%e' from long and short time formats as Windows does not support it....Marcel Molina2005-10-101-2/+2