| Commit message (Expand) | Author | Age | Files | Lines |
* | TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa... | gbuesing | 2008-05-25 | 1 | -0/+2 |
* | Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of... | gbuesing | 2008-05-18 | 1 | -0/+2 |
* | TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg | gbuesing | 2008-05-18 | 1 | -0/+2 |
* | Time#to_json: don't convert to utc before encoding. References #175 | gbuesing | 2008-05-18 | 1 | -0/+2 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Remove unused JSON methods. [#164 state:resolved] | Cheah Chu Yeow | 2008-05-11 | 1 | -0/+2 |
* | Adding Date.current, which returns Time.zone.today if config.time_zone is set... | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c... | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | Updating changelogs | gbuesing | 2008-05-08 | 1 | -0/+4 |
* | Added Ruby 1.8 implementation of Process.daemon | Joshua Peek | 2008-05-05 | 1 | -0/+2 |
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ... | gbuesing | 2008-04-20 | 1 | -0/+2 |
* | Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller] | gbuesing | 2008-04-12 | 1 | -0/+2 |
* | Add #getutc alias for DateTime#utc | gbuesing | 2008-04-12 | 1 | -0/+2 |
* | Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth... | gbuesing | 2008-04-12 | 1 | -0/+2 |
* | TimeWithZone respects config.active_support.use_standard_json_time_format | gbuesing | 2008-04-12 | 1 | -0/+2 |
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 1 | -0/+2 |
* | Fix more typos and changelog | Pratik Naik | 2008-04-05 | 1 | -0/+2 |
* | Replaced callback method evaluation in AssociationCollection class to use Act... | Josh Peek | 2008-04-04 | 1 | -0/+2 |
* | Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ... | Geoff Buesing | 2008-04-04 | 1 | -0/+2 |
* | TimeWithZone: Adding tests for dst and leap day edge cases when advancing time | Geoff Buesing | 2008-04-02 | 1 | -0/+2 |
* | Revert [9209] Use Hash#except | Pratik Naik | 2008-04-02 | 1 | -2/+0 |
* | Adding Hash#without Closes #7369 [eventualbuddha] | Pratik Naik | 2008-04-02 | 1 | -0/+2 |
* | TimeWithZone#method_missing: send to utc to advance with dst correctness, oth... | Geoff Buesing | 2008-04-02 | 1 | -0/+2 |
* | Add config.active_support.use_standard_json_time_format setting so that Times... | Rick Olson | 2008-04-01 | 1 | -0/+2 |
* | TZInfo: Removing unneeded TimezoneProxy class | Geoff Buesing | 2008-03-30 | 1 | -0/+2 |
* | TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including ... | Geoff Buesing | 2008-03-30 | 1 | -0/+2 |
* | Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ... | Geoff Buesing | 2008-03-30 | 1 | -0/+2 |
* | Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d... | Geoff Buesing | 2008-03-30 | 1 | -0/+2 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re... | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec... | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | TimeWithZone#usec returns 0 instead of error when DateTime is wrapped | Geoff Buesing | 2008-03-28 | 1 | -0/+2 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -0/+2 |
* | Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] | Rick Olson | 2008-03-23 | 1 | -0/+2 |
* | Ensure correct TimeWithZone#to_date | Geoff Buesing | 2008-03-22 | 1 | -0/+2 |
* | Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie... | Geoff Buesing | 2008-03-21 | 1 | -0/+2 |
* | Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing... | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | TZInfo caches Timezone instances in its own internal hash cache, so TimeZone:... | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | Adding TimeZone#parse | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | Adding TimeZone#at and DateTime#to_f | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | TimeWithZone responds to Ruby 1.9 weekday-named query methods | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i... | Geoff Buesing | 2008-03-17 | 1 | -0/+2 |
* | Fixed that BufferedLogger should create its own directory if one doesnt alrea... | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+2 |
* | Fix Numeric time tests broken by DST change by anchoring them to fixed times ... | Geoff Buesing | 2008-03-11 | 1 | -0/+2 |
* | Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone | Geoff Buesing | 2008-03-11 | 1 | -0/+2 |
* | TimeZone #local and #now correctly enforce DST rules | Geoff Buesing | 2008-03-11 | 1 | -0/+2 |
* | TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo... | Geoff Buesing | 2008-03-11 | 1 | -0/+2 |
* | test_time_with_datetime_fallback expects DateTime.local_offset instead of Dat... | Geoff Buesing | 2008-03-10 | 1 | -0/+2 |
* | Adding TimeWithZone #marshal_dump and #marshal_load | Geoff Buesing | 2008-03-03 | 1 | -0/+2 |
* | Add OrderedHash#to_hash. Closes #11266 [josh] | Michael Koziarski | 2008-03-03 | 1 | -0/+2 |