aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* DateTime#to_time gives hour/minute/second resolution. Closes #5747.Jeremy Kemper2006-08-071-4/+8
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-3/+5
* Date in iso8601 should just be a to_s aliasDavid Heinemeier Hansson2006-03-181-3/+1
* Dates should be able to go xmlschema too [DHH]David Heinemeier Hansson2006-03-181-0/+4
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-2/+1
* Slight change to allow custom date/time conversions #1326 [Rick Olson]David Heinemeier Hansson2005-05-211-5/+6
* Documentation stuffDavid Heinemeier Hansson2005-02-241-1/+1
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+31