aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [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-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-1/+1
* Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-1/+2
* Fixed Time conversion example for UTC time zone [ci skip]Ronak Jangir2015-09-081-1/+1
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-8/+8
* document String#to_time exceptionVipul A M2013-05-021-0/+1
* Adjust for daylight savings in String#to_timeAndrew White2013-04-231-8/+6
* Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-8/+1
* Standardise the return value of `to_time`Andrew White2013-01-211-17/+27
* Better error message for String#to_dateKelly Stannard2013-01-041-5/+1
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* String.to_time documentation along examples.Adam Stankiewicz2012-09-241-1/+11
* removing trailing spacesFrancesco Rodriguez2012-05-111-3/+3
* added docs to String#to_datetimeFrancesco Rodriguez2012-05-111-0/+6
* added docs to String#to_dateFrancesco Rodriguez2012-05-111-0/+6
* AS core_ext refactoringAlexey Gaziev2012-04-291-10/+22
* no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-221-1/+0
* remove support for ruby 1.8 in AS String extensionsSergey Nartimov2011-12-211-29/+0
* adds a couple of missing magic comments [fixes #1374]Xavier Noria2011-07-231-0/+1
* Make String.to_time respect timezonesNate Mueller2011-06-021-2/+2
* Implemented getbyte as an aliased method and RDoc addedSantiago Pastorino2010-06-281-3/+2
* Makes more sense to ask about method_defined?Santiago Pastorino2010-06-281-1/+1
* Added getbyte as a core_ext to Ruby < 1.9Santiago Pastorino2010-06-271-0/+4
* Move constantize from conversions to inflections.Santiago Pastorino2010-06-261-11/+0
* ActiveSupport::Dependencies.constantize shortcut for caching named constant l...Jeremy Kemper2010-06-051-0/+11
* updates String#to_(date|date_time|time) to return nil for blank stringsDaniel Neighman2010-04-211-0/+3
* much complete rdoc for String#ordXavier Noria2010-04-191-3/+19
* revises the rdoc of String#ordXavier Noria2010-04-191-1/+5
* require publicize_conversion_method to ensure to_date and to_datetime became ...Santiago Pastorino2010-02-191-0/+1
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-2/+6
* Prefer behavior check to RUBY_VERSION to catch 1.8 backportsJeremy Kemper2009-04-291-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-281-21/+14
* Ruby 1.9 compat: don't use obsolete ParseDateJeremy Kemper2007-12-271-4/+4
* Ruby 1.9 compat: 'a'.ord == 'a'[0]Jeremy Kemper2007-12-151-2/+7
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-1/+1
* String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572.Jeremy Kemper2007-06-041-1/+5
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+19