| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon... | Geoff Buesing | 2008-01-21 | 1 | -0/+2 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 1 | -0/+2 |
* | Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili... | Geoff Buesing | 2008-01-16 | 1 | -0/+2 |
* | Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent... | Geoff Buesing | 2008-01-12 | 1 | -0/+2 |
* | Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs... | Geoff Buesing | 2008-01-12 | 1 | -0/+2 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -0/+4 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+6 |
* | Fixed String#titleize to work for strings with 's too (closes #10571) [trek] | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+2 |
* | Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error... | Jeremy Kemper | 2008-01-02 | 1 | -1/+1 |
* | Fix invalid time test. Closes #10632 [Dirkjan Bussink] | Jeremy Kemper | 2008-01-02 | 1 | -1/+1 |
* | Changed the implementation of Enumerable#group_by to use a double array appro... | David Heinemeier Hansson | 2007-12-31 | 1 | -0/+2 |
* | remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh... | Rick Olson | 2007-12-28 | 1 | -0/+2 |
* | Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500. | Jeremy Kemper | 2007-12-20 | 1 | -0/+2 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 1 | -1/+1 |
* | Update changelog for Ruby 1.9 compat patches | Jeremy Kemper | 2007-12-15 | 1 | -1/+1 |
* | Revert const_missing bypass in favor of Duration constant lookup tweak | Jeremy Kemper | 2007-12-15 | 1 | -0/+2 |
* | More changelog updates | Jeremy Kemper | 2007-12-15 | 1 | -6/+6 |
* | We love whitespace | David Heinemeier Hansson | 2007-12-14 | 1 | -0/+1 |
* | TimeZone#to_s uses UTC rather than GMT. References #1689. | Jeremy Kemper | 2007-12-10 | 1 | -0/+2 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -2/+2 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -4/+4 |
* | Update Chu's name in changelogs | Jeremy Kemper | 2007-12-10 | 1 | -2/+2 |
* | Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH] | Rick Olson | 2007-12-08 | 1 | -0/+4 |
* | Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has... | Rick Olson | 2007-12-08 | 1 | -0/+2 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -1/+1 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -4/+1 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 1 | -1/+1 |
* | Added Array#from and Array#to that behaves just from String#from and String#t... | David Heinemeier Hansson | 2007-11-27 | 1 | -0/+2 |
* | Fix that empty collections should be treated as empty arrays regardless of wh... | David Heinemeier Hansson | 2007-11-25 | 1 | -0/+2 |
* | Honor Ruby's default calendar reform setting when creating DateTime objects v... | Geoff Buesing | 2007-11-24 | 1 | -0/+2 |
* | Change Time and DateTime #end_of_month to return last second of month instea... | Geoff Buesing | 2007-11-24 | 1 | -0/+2 |
* | Speedup String#blank? and remove some overspecified tests. | Jeremy Kemper | 2007-11-14 | 1 | -0/+2 |
* | Add documentation for Hash#diff. Closes #9306 [tarmo] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Add new superclass_delegating_accessors. Similar to class inheritable attrib... | Michael Koziarski | 2007-10-29 | 1 | -0/+2 |
* | Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with... | Rick Olson | 2007-10-29 | 1 | -0/+2 |
* | Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama... | Rick Olson | 2007-10-26 | 1 | -0/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+5 |
* | Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl... | Jeremy Kemper | 2007-10-24 | 1 | -0/+2 |
* | Hash#to_xml handles symbol values. Closes #9954. | Jeremy Kemper | 2007-10-23 | 1 | -0/+2 |
* | Hash#symbolize_keys behaves well with integer keys. Closes #9890. | Jeremy Kemper | 2007-10-16 | 1 | -0/+2 |
* | Multibyte: String#slice supports regexp argument. Closes #9646. | Jeremy Kemper | 2007-10-15 | 1 | -0/+2 |
* | object.duplicable? returns true if object.dup is safe. False for nil, true, f... | Jeremy Kemper | 2007-10-15 | 1 | -0/+2 |
* | Time, Date and DateTime #advance accept :weeks option. Closes #9866. | Jeremy Kemper | 2007-10-13 | 1 | -0/+2 |
* | Fix Time#years_ago and #years_since from leap days. Closes #9865. | Jeremy Kemper | 2007-10-13 | 1 | -0/+2 |
* | Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos... | Jeremy Kemper | 2007-10-13 | 1 | -0/+2 |