| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Changelog attribution for #9312 | Jeremy Kemper | 2008-02-27 | 1 | -1/+1 |
* | Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312. | Jeremy Kemper | 2008-02-27 | 1 | -0/+2 |
* | Adding TimeWithZone#between? | Geoff Buesing | 2008-02-17 | 1 | -0/+2 |
* | Time.=== returns true for TimeWithZone instances | Geoff Buesing | 2008-02-16 | 1 | -0/+2 |
* | TimeWithZone #+ and #- behave consistently with numeric arguments regardless ... | Geoff Buesing | 2008-02-16 | 1 | -0/+2 |
* | Add String#squish and String#squish! to remove consecutive chunks of whitespa... | Michael Koziarski | 2008-02-16 | 1 | -0/+2 |
* | Serialize BigDecimals as Floats when using to_yaml. Closes #8746 [ernesto.jim... | Michael Koziarski | 2008-02-15 | 1 | -0/+2 |
* | Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck... | Geoff Buesing | 2008-02-10 | 1 | -0/+2 |
* | TimeWithZone #in_time_zone returns +self+ if zone argument is the same as #ti... | Geoff Buesing | 2008-02-10 | 1 | -0/+2 |
* | Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822 | Geoff Buesing | 2008-02-10 | 1 | -0/+2 |