| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #clear to mem_cache_store, flushes all caches | Jeremy Kemper | 2008-02-21 | 1 | -0/+4 |
* | Pass array of addresses | Jeremy Kemper | 2008-02-17 | 1 | -1/+1 |
* | Adding TimeWithZone#between? | Geoff Buesing | 2008-02-17 | 3 | -1/+12 |
* | Time.=== returns true for TimeWithZone instances | Geoff Buesing | 2008-02-16 | 3 | -0/+13 |
* | TimeWithZone #+ and #- behave consistently with numeric arguments regardless ... | Geoff Buesing | 2008-02-16 | 3 | -4/+37 |
* | Add String#squish and String#squish! to remove consecutive chunks of whitespa... | Michael Koziarski | 2008-02-16 | 4 | -0/+45 |
* | Serialize BigDecimals as Floats when using to_yaml. Closes #8746 [ernesto.jim... | Michael Koziarski | 2008-02-15 | 3 | -0/+34 |
* | Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck... | Geoff Buesing | 2008-02-10 | 3 | -0/+38 |
* | TimeWithZone #in_time_zone returns +self+ if zone argument is the same as #ti... | Geoff Buesing | 2008-02-10 | 3 | -0/+7 |
* | Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822 | Geoff Buesing | 2008-02-10 | 3 | -1/+48 |
* | Pruning unneeded TimeWithZone#change_time_zone_to_current | Geoff Buesing | 2008-02-10 | 2 | -5/+2 |
* | Time#zone=, #in_time_zone and #change_time_zone accept a Duration | Geoff Buesing | 2008-02-10 | 3 | -1/+28 |
* | Time#in_time_zone handles Time.local instances correctly | Geoff Buesing | 2008-02-10 | 3 | -4/+21 |
* | Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for #change_... | Geoff Buesing | 2008-02-10 | 3 | -28/+8 |
* | TimeZone#new renamed #local, so that new TimeWithZone instances can be create... | Geoff Buesing | 2008-02-10 | 3 | -5/+7 |
* | Fix that the options hash can be nil when coming from fragments | David Heinemeier Hansson | 2008-02-07 | 1 | -2/+2 |
* | ActiveSupport::Base64.encode64s since Base64 is deprecated | Jeremy Kemper | 2008-02-07 | 5 | -11/+13 |
* | Added Base64.encode64s to encode values in base64 without the newlines. This ... | David Heinemeier Hansson | 2008-02-07 | 4 | -0/+31 |
* | Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes ... | Rick Olson | 2008-02-07 | 2 | -3/+7 |
* | Add Time Zone support to ActiveRecord, and config.time_zone property for spec... | Rick Olson | 2008-02-06 | 5 | -1/+28 |
* | Ruby 1.9 compat: declare utf-8 file encoding | Jeremy Kemper | 2008-02-02 | 4 | -0/+4 |
* | 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 | 2 | -0/+28 |
* | cache.fetch(key, :force => true) to force a cache miss | Jeremy Kemper | 2008-02-01 | 2 | -4/+7 |
* | 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 | 3 | -2/+13 |
* | TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument ... | Geoff Buesing | 2008-01-26 | 3 | -0/+9 |
* | with_timezone test helper renamed with_env_tz, to distinguish between setting... | Geoff Buesing | 2008-01-26 | 4 | -29/+31 |
* | Time#- coerces TimeWithZone argument to a Time instance so that difference in... | Geoff Buesing | 2008-01-25 | 4 | -0/+27 |
* | Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with... | Geoff Buesing | 2008-01-25 | 6 | -21/+27 |
* | Time.get_zone refactored to private method, given that the encapsulated logic... | Geoff Buesing | 2008-01-25 | 2 | -6/+14 |
* | Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,... | Geoff Buesing | 2008-01-25 | 3 | -31/+53 |
* | TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ... | Geoff Buesing | 2008-01-25 | 3 | -2/+4 |
* | Time.days_in_month defaults to current year if no year is supplied as argumen... | Geoff Buesing | 2008-01-25 | 3 | -13/+22 |
* | Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=... | Geoff Buesing | 2008-01-23 | 7 | -4/+82 |
* | TimeZone#now returns an ActiveSupport::TimeWithZone | Geoff Buesing | 2008-01-23 | 3 | -7/+17 |
* | Time #in_current_time_zone and #change_time_zone_to_current return self when ... | Geoff Buesing | 2008-01-23 | 3 | -6/+8 |
* | Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we... | Geoff Buesing | 2008-01-23 | 2 | -1/+2 |
* | Enumerable#group_by uses ActiveSupport::OrderedHash | Jeremy Kemper | 2008-01-23 | 2 | -16/+3 |
* | Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/... | Geoff Buesing | 2008-01-23 | 3 | -18/+6 |
* | Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ... | Geoff Buesing | 2008-01-23 | 6 | -1/+47 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 3 | -10/+10 |
* | Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim... | Geoff Buesing | 2008-01-23 | 7 | -0/+444 |
* | 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 | 4 | -125/+314 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 6 | -50/+201 |