| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges] | Pratik Naik | 2008-07-02 | 1 | -4/+25 |
* | TimeWithZone: when crossing DST boundary, treat Durations of days, months or ... | gbuesing | 2008-06-29 | 1 | -0/+168 |
* | Added support for regexp matching of priority zones in time_zone_select [#195... | Ernie Miller | 2008-06-29 | 1 | -0/+7 |
* | Added block-handling to Enumerable#many? (Damian Janowski) [#452 state:resolved] | David Heinemeier Hansson | 2008-06-20 | 1 | -2/+7 |
* | Fall back to #to_s for cache key expansion | Jeremy Kemper | 2008-06-20 | 1 | -0/+6 |
* | Added Array#second through Array#tenth as aliases for Array#[1] through Array... | David Heinemeier Hansson | 2008-06-17 | 1 | -0/+14 |
* | Change Enumberal#several? to Enumberal#many? | David Heinemeier Hansson | 2008-06-13 | 1 | -3/+3 |
* | Added Object#present? which is equivalent to !Object#blank? [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+5 |
* | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-06-12 | 4 | -17/+44 |
|\ |
|
| * | Add empty setup and teardown methods to rule out default setup behavior in ba... | Jeremy Kemper | 2008-06-09 | 1 | -0/+6 |
| * | Performance: faster Object.subclasses_of | Jeremy Kemper | 2008-06-08 | 1 | -1/+1 |
| * | Wrap date part value method tests inside a uses mocha block. | Joshua Peek | 2008-06-07 | 1 | -16/+18 |
| * | Move Class::ModelName to Active Support module core_ext | Jeremy Kemper | 2008-06-06 | 1 | -0/+19 |
* | | Added Enumberable#several? to encapsulate collection.size > 1 [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+6 |
|/ |
|
* | Renamed StringQuestioneer to StringInquirer. | Joshua Peek | 2008-06-04 | 2 | -15/+15 |
* | Namespaced StringQuestioneer under ActiveSupport. | Joshua Peek | 2008-06-04 | 1 | -3/+3 |
* | Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [... | David Heinemeier Hansson | 2008-06-03 | 1 | -0/+15 |
* | Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso... | Steve Purcell | 2008-06-03 | 1 | -0/+19 |
* | Fixed ambiguous first argument warning in ArrayExtTest. | Joshua Peek | 2008-06-03 | 1 | -14/+12 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 10 | -411/+420 |
* | Added tests [#279 state:resolved] (Nicholas Schlueter) | David Heinemeier Hansson | 2008-06-02 | 3 | -0/+10 |
* | Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D... | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+1 |
* | Added a test for Gzip | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+7 |
* | Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d... | Tom Ward | 2008-05-31 | 1 | -6/+14 |
* | TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa... | gbuesing | 2008-05-25 | 1 | -1/+1 |
* | Fix Dependencies watch_frames collection. [#24 state:resolved] | Tom Ward | 2008-05-20 | 1 | -0/+6 |
* | Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of... | gbuesing | 2008-05-18 | 1 | -0/+38 |
* | TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg | gbuesing | 2008-05-18 | 1 | -0/+7 |
* | Time#to_json: don't convert to utc before encoding. References #175 | gbuesing | 2008-05-18 | 1 | -0/+16 |
* | Create a seperate file for ActiveSupport::OrderedHash. | Joshua Peek | 2008-05-14 | 2 | -44/+45 |
* | Include time zone offset in TimeWithZone#to_json | Daniel Morrison | 2008-05-13 | 1 | -1/+1 |
* | Remove unnecessary DeprecatedInstanceVariable class | Pratik Naik | 2008-05-13 | 1 | -10/+0 |
* | Adding Date.current, which returns Time.zone.today if config.time_zone is set... | gbuesing | 2008-05-08 | 1 | -0/+23 |
* | TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c... | gbuesing | 2008-05-08 | 1 | -1/+9 |
* | Time.zone.parse: return nil for strings with no date information | gbuesing | 2008-05-08 | 1 | -0/+8 |
* | Time.zone.parse: compatibility with far future date with time zone offset in ... | gbuesing | 2008-05-08 | 1 | -0/+9 |
* | Fix Time.zone.parse from stripping time zone information and make Time aware ... | Scott Fleckenstein | 2008-05-08 | 1 | -0/+8 |
* | Add class to deprecate instance variables | Pratik Naik | 2008-05-06 | 1 | -0/+10 |
* | Added OrderedHash#delete [#113 state:resolved] | Sean Ouimet | 2008-05-05 | 1 | -0/+13 |
* | Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior | Jeremy Kemper | 2008-05-01 | 1 | -8/+2 |
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ... | gbuesing | 2008-04-20 | 2 | -0/+66 |
* | Tidy up ActiveSupport::Callbacks::CallbackChain instance API. | Joshua Peek | 2008-04-17 | 1 | -0/+31 |
* | Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re... | jweiss | 2008-04-17 | 1 | -0/+13 |
* | Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller] | gbuesing | 2008-04-12 | 1 | -2/+53 |
* | Add #getutc alias for DateTime#utc | gbuesing | 2008-04-12 | 1 | -0/+1 |
* | TimeWithZone respects config.active_support.use_standard_json_time_format | gbuesing | 2008-04-12 | 1 | -0/+7 |
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 1 | -0/+3 |
* | Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ... | Geoff Buesing | 2008-04-04 | 1 | -0/+52 |
* | TimeWithZone: Adding tests for dst and leap day edge cases when advancing time | Geoff Buesing | 2008-04-02 | 1 | -0/+35 |
* | Revert [9209] Use Hash#except | Pratik Naik | 2008-04-02 | 1 | -32/+0 |