| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes ... | Rick Olson | 2008-02-07 | 1 | -3/+5 |
* | Add Time Zone support to ActiveRecord, and config.time_zone property for spec... | Rick Olson | 2008-02-06 | 2 | -1/+11 |
* | Slight camelize speedup [Pratik Naik] | Jeremy Kemper | 2008-02-02 | 1 | -1/+1 |
* | Simplified, faster implementation of Benchmark.realtime [Alexander Dymo] | Michael Koziarski | 2008-02-02 | 1 | -0/+12 |
* | MemCacheStore#write and #delete return a boolean indicating whether the opera... | Jeremy Kemper | 2008-02-01 | 1 | -5/+16 |
* | Bundled memcache client consistently returns server responses and checks for ... | Jeremy Kemper | 2008-02-01 | 1 | -8/+25 |
* | MemCacheStore#write uses add by default and set if :force => true | Jeremy Kemper | 2008-02-01 | 1 | -2/+5 |
* | Add a handful of cache store tests | Jeremy Kemper | 2008-02-01 | 1 | -0/+2 |
* | cache.fetch(key, :force => true) to force a cache miss | Jeremy Kemper | 2008-02-01 | 1 | -4/+5 |
* | Remove unnofficial 'PST' timezone | Rick Olson | 2008-01-29 | 1 | -2/+1 |
* | Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-... | Rick Olson | 2008-01-29 | 1 | -2/+3 |
* | TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument ... | Geoff Buesing | 2008-01-26 | 1 | -0/+6 |
* | Time#- coerces TimeWithZone argument to a Time instance so that difference in... | Geoff Buesing | 2008-01-25 | 1 | -0/+11 |
* | Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with... | Geoff Buesing | 2008-01-25 | 2 | -9/+9 |
* | Time.get_zone refactored to private method, given that the encapsulated logic... | Geoff Buesing | 2008-01-25 | 1 | -6/+12 |
* | Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,... | Geoff Buesing | 2008-01-25 | 1 | -7/+13 |
* | TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ... | Geoff Buesing | 2008-01-25 | 1 | -1/+1 |
* | Time.days_in_month defaults to current year if no year is supplied as argumen... | Geoff Buesing | 2008-01-25 | 1 | -12/+7 |
* | Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=... | Geoff Buesing | 2008-01-23 | 3 | -1/+29 |
* | TimeZone#now returns an ActiveSupport::TimeWithZone | Geoff Buesing | 2008-01-23 | 1 | -6/+11 |
* | Time #in_current_time_zone and #change_time_zone_to_current return self when ... | Geoff Buesing | 2008-01-23 | 1 | -2/+2 |
* | Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we... | Geoff Buesing | 2008-01-23 | 1 | -1/+0 |
* | Enumerable#group_by uses ActiveSupport::OrderedHash | Jeremy Kemper | 2008-01-23 | 1 | -15/+2 |
* | Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/... | Geoff Buesing | 2008-01-23 | 2 | -18/+4 |
* | Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ... | Geoff Buesing | 2008-01-23 | 3 | -1/+18 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 1 | -10/+2 |
* | Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim... | Geoff Buesing | 2008-01-23 | 4 | -0/+228 |
* | Log an error to the console when the memcache server is raising | David Heinemeier Hansson | 2008-01-22 | 1 | -3/+6 |
* | Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon... | Geoff Buesing | 2008-01-21 | 1 | -57/+216 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 2 | -46/+98 |
* | Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili... | Geoff Buesing | 2008-01-16 | 1 | -0/+20 |
* | Use non-blocking writing if available. Closes #10794 [lifofifo] | Michael Koziarski | 2008-01-13 | 1 | -3/+16 |
* | Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent... | Geoff Buesing | 2008-01-12 | 1 | -1/+1 |
* | Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs... | Geoff Buesing | 2008-01-12 | 3 | -5/+23 |
* | Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper] | Jeremy Kemper | 2008-01-09 | 3 | -74/+38 |
* | Document date and time to_formatted_s. Closes #10747 [leethal] | Jeremy Kemper | 2008-01-09 | 3 | -5/+66 |
* | Fix up Enumerable#group_by | Jeremy Kemper | 2008-01-09 | 1 | -7/+14 |
* | Improve documentation to classify to make it clear that it expects names to b... | Michael Koziarski | 2008-01-08 | 2 | -4/+10 |
* | Use a decorator module for Files instantiated by Hash.from_xml. Add test cove... | Jeremy Kemper | 2008-01-06 | 1 | -3/+18 |
* | Simplify and speedup Hash#stringify_keys! References #10717 [Cheah Chu Yeow] | Jeremy Kemper | 2008-01-06 | 1 | -4/+1 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 4 | -9/+140 |
* | Ruby 1.9: Module#local_constants can now just use constants(false). Closes #1... | Jeremy Kemper | 2008-01-04 | 1 | -12/+21 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 12 | -0/+1160 |
* | Ruby 1.9 compat: special-case String access methods to not depend on #chars | Jeremy Kemper | 2008-01-03 | 1 | -48/+72 |
* | Fixed String#titleize to work for strings with 's too (closes #10571) [trek] | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+1 |
* | Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error... | Jeremy Kemper | 2008-01-02 | 2 | -1/+6 |
* | Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger] | Jeremy Kemper | 2008-01-02 | 1 | -3/+4 |
* | Changed the implementation of Enumerable#group_by to use a double array appro... | David Heinemeier Hansson | 2007-12-31 | 1 | -2/+7 |
* | Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr... | Jeremy Kemper | 2007-12-29 | 1 | -0/+8 |
* | remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh... | Rick Olson | 2007-12-28 | 1 | -5/+8 |