| Commit message (Expand) | Author | Age | Files | Lines |
* | Unneeded require | Jeremy Kemper | 2009-04-07 | 1 | -1/+0 |
* | Explicit dependency on Duration, numeric times, and date/time to_s extensions | Jeremy Kemper | 2009-03-28 | 1 | -2/+9 |
* | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset | Jeremy Kemper | 2009-03-23 | 1 | -1/+1 |
* | TimeWithZone#advance: leverage Hash#values_at and non-block form of #any? for... | Geoff Buesing | 2009-02-09 | 1 | -1/+1 |
* | TimeWithZone#advance: use #any? instead of #detect | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | TimeWithZone: eliminate unnecessary flatten | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | TimeWithZone: use Array#any? instead of detect, since we don't care about the... | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s [#1796 state:r... | Levin Alexander | 2009-02-08 | 1 | -0/+1 |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
* | TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state... | Nicholas Dainty | 2009-01-11 | 1 | -2/+6 |
* | TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ... | gbuesing | 2009-01-04 | 1 | -1/+1 |
* | Inline code comments for class_eval/module_eval [#1657 state:resolved] | Xavier Noria | 2008-12-28 | 1 | -3/+3 |
* | Lazy-require tzinfo for TimeZone | Jeremy Kemper | 2008-11-23 | 1 | -0/+1 |
* | TimeWithZone#freeze: preload instance variables so that we can actually freeze | gbuesing | 2008-10-19 | 1 | -2/+2 |
* | TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing | gbuesing | 2008-09-14 | 1 | -1/+1 |
* | Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ... | gbuesing | 2008-09-14 | 1 | -1/+1 |
* | Introduce convenience methods past?, today? and future? for Date and Time cla... | Clemens Kofler | 2008-09-14 | 1 | -40/+52 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -1/+1 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+13 |
* | Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca... | gbuesing | 2008-07-14 | 1 | -1/+1 |
* | TimeWithZone#advance: treat :weeks option as variable-length | gbuesing | 2008-06-29 | 1 | -2/+2 |
* | TimeWithZone: when crossing DST boundary, treat Durations of days, months or ... | gbuesing | 2008-06-29 | 1 | -12/+33 |
* | Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include... | Jeremy Kemper | 2008-05-31 | 1 | -4/+4 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -17/+17 |
* | Adding documentation for time zone features | gbuesing | 2008-05-18 | 1 | -1/+28 |
* | TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg | gbuesing | 2008-05-18 | 1 | -2/+2 |
* | Include time zone offset in TimeWithZone#to_json | Daniel Morrison | 2008-05-13 | 1 | -1/+1 |
* | TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c... | gbuesing | 2008-05-08 | 1 | -0/+8 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -6/+7 |
* | Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth... | gbuesing | 2008-04-12 | 1 | -9/+18 |
* | TimeWithZone respects config.active_support.use_standard_json_time_format | gbuesing | 2008-04-12 | 1 | -1/+5 |
* | TimeWithZone#method_missing: send to utc to advance with dst correctness, oth... | Geoff Buesing | 2008-04-02 | 1 | -18/+7 |
* | Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d... | Geoff Buesing | 2008-03-30 | 1 | -0/+1 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -1/+1 |
* | TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec... | Geoff Buesing | 2008-03-28 | 1 | -12/+2 |
* | TimeWithZone#usec returns 0 instead of error when DateTime is wrapped | Geoff Buesing | 2008-03-28 | 1 | -1/+5 |
* | Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] | Rick Olson | 2008-03-23 | 1 | -1/+5 |
* | Ensure correct TimeWithZone#to_date | Geoff Buesing | 2008-03-22 | 1 | -1/+1 |
* | Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie... | Geoff Buesing | 2008-03-21 | 1 | -1/+1 |
* | Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing... | Geoff Buesing | 2008-03-17 | 1 | -7/+2 |
* | Adding TimeZone#parse | Geoff Buesing | 2008-03-17 | 1 | -7/+16 |
* | Adding TimeZone#at and DateTime#to_f | Geoff Buesing | 2008-03-17 | 1 | -1/+1 |
* | TimeWithZone responds to Ruby 1.9 weekday-named query methods | Geoff Buesing | 2008-03-17 | 1 | -0/+6 |
* | TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i... | Geoff Buesing | 2008-03-17 | 1 | -8/+26 |
* | Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone | Geoff Buesing | 2008-03-11 | 1 | -5/+0 |
* | TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo... | Geoff Buesing | 2008-03-11 | 1 | -14/+12 |
* | Adding TimeWithZone #marshal_dump and #marshal_load | Geoff Buesing | 2008-03-03 | 1 | -0/+8 |
* | Adding TimeWithZone#between? | Geoff Buesing | 2008-02-17 | 1 | -1/+5 |
* | TimeWithZone #+ and #- behave consistently with numeric arguments regardless ... | Geoff Buesing | 2008-02-16 | 1 | -2/+15 |
* | Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck... | Geoff Buesing | 2008-02-10 | 1 | -0/+23 |