aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
Commit message (Expand)AuthorAgeFilesLines
* Fix marshal round-tripping of fractional seconds (Time#subsec).Jason Weathered2011-04-171-0/+1
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-15/+18
* Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-8/+12
* refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...Diego Carrion2011-03-041-11/+2
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-2/+2
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-051-4/+8
|\
| * Change Time.zone= docs.Brian Morearty2011-02-041-4/+8
* | 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
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-161-1/+11
* 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-143-6/+6
* Refactor move some date, time and date_time methods to */zones and fixed some...Santiago Pastorino2010-07-032-5/+5
* when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-171-0/+2
* removes deprecations of last_(month|year) from master, they will be deprecate...Xavier Noria2010-05-191-11/+0
* defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...Xavier Noria2010-05-121-2/+12
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-051-3/+5
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-282-26/+56
* Actually check the value of the ivarwycats2010-03-271-4/+2
* Remove stray instance variable to resolve serialization problem [#3769 state:...wycats2010-03-271-3/+9
* avoid active_support/core_ext/time/conversions.rb warningsSantiago Pastorino2010-03-211-0/+1
* Time#- with a DateTime argument behaves the same as with a Time argument, i.e...Geoff Buesing2010-01-271-1/+1
* Missing acts_like dependencyYehuda Katz2009-12-201-0/+1
* Ruby 1.9: fix Time#beginning_of_day inaccuracy due to subtracting a FloatJeremy Kemper2009-08-221-1/+2
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-091-8/+8
* Merge docrailsPratik Naik2009-07-251-1/+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
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-11/+3
|\
| * Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...Michael Curtis2009-03-291-11/+3
* | JRuby doesn't have UnboundMethod#nameJeremy Kemper2009-03-291-1/+1
* | Convert Time conversions extension module to class reopenJeremy Kemper2009-03-282-83/+79
* | Explicit dependency on Date calculations extensionsJeremy Kemper2009-03-281-0/+1
* | Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-282-13/+8
* | Convert Time extension modules to class reopensJeremy Kemper2009-03-262-379/+352
* | Extract time fixes into separate extensionsJeremy Kemper2009-03-242-0/+32
* | 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
* Explicitly require AS::DurationJeremy Kemper2008-11-171-0/+2
* Time#advance recognizes fractional days and weeks [#970 state:resolved]Tom Lea2008-10-131-0/+10
* Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]Carlos Brando2008-09-191-1/+1
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-10/+25
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Merge docrails changesPratik Naik2008-07-281-0/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Merge docrails.Pratik Naik2008-05-252-13/+13
* Adding documentation for time zone featuresgbuesing2008-05-181-8/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-4/+6
* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...gbuesing2008-04-201-0/+5
* Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]gbuesing2008-04-121-5/+8