| Commit message (Expand) | Author | Age | Files | Lines |
* | Update dependencies to delete partially loaded constants. | Nicholas Seckar | 2006-11-07 | 3 | -21/+41 |
* | Update failing autoload tests. | Jeremy Kemper | 2006-11-07 | 1 | -8/+18 |
* | Fix warning and incorrect test trigger | Nicholas Seckar | 2006-11-06 | 2 | -2/+2 |
* | Failing test for autoloading shadowed exceptions. | Jeremy Kemper | 2006-11-06 | 3 | -83/+128 |
* | Fix unicode JSON regexp for Onigurama compatibility. Closes #6494. | Jeremy Kemper | 2006-11-05 | 2 | -1/+3 |
* | Test multiple timezones' DST. Closes #5617. | Jeremy Kemper | 2006-11-03 | 1 | -17/+73 |
* | Use US timezone for DST tests. Closes #5617. | Jeremy Kemper | 2006-11-02 | 1 | -23/+43 |
* | update XmlSimple to 1.0.10. Closes #6532. [nicksieger] | Michael Koziarski | 2006-11-02 | 2 | -25/+29 |
* | Remove dupe entry. | Jeremy Kemper | 2006-11-02 | 1 | -4/+0 |
* | Resolved the conflict | David Heinemeier Hansson | 2006-11-02 | 1 | -0/+4 |
* | Update bundled flexmock to latest 0.4.3. | Jeremy Kemper | 2006-11-02 | 1 | -34/+1018 |
* | next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref... | Jeremy Kemper | 2006-11-02 | 3 | -7/+58 |
* | Update dependencies to allow constants to be defined alongside their siblings. | Nicholas Seckar | 2006-11-01 | 5 | -5/+233 |
* | next_week respects DST changes. Closes #6483. | Jeremy Kemper | 2006-10-24 | 3 | -1/+7 |
* | Extend deprecate so that alternatives can be specified via the deprecation | Jamis Buck | 2006-10-24 | 2 | -3/+30 |
* | Expose methods added to Enumerable in the documentation, such as group_by. Cl... | Marcel Molina | 2006-10-22 | 2 | -2/+4 |
* | Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien... | Michael Koziarski | 2006-10-17 | 3 | -8/+18 |
* | Add 'unloadable', a method used to mark any constant as requiring an unload a... | Nicholas Seckar | 2006-10-15 | 3 | -17/+103 |
* | Undo accidental commit | Nicholas Seckar | 2006-10-14 | 1 | -42/+16 |
* | Rename overlapping test names | Nicholas Seckar | 2006-10-14 | 2 | -17/+43 |
* | make sure the String::Access methods return strings, and not multibyte Char i... | Jamis Buck | 2006-10-13 | 2 | -5/+32 |
* | Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra] | Michael Koziarski | 2006-10-12 | 3 | -5/+8 |
* | Make String#chars slicing behaviour consistent with String. Closes #6387 [Man... | Michael Koziarski | 2006-10-12 | 3 | -4/+8 |
* | Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] | Michael Koziarski | 2006-10-04 | 8 | -27/+36 |
* | Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with... | Michael Koziarski | 2006-10-03 | 15 | -0/+1390 |
* | Fix issue with #class_inheritable_accessor saving updates to the parent class... | Rick Olson | 2006-10-02 | 3 | -1/+38 |
* | Hash#to_xml supports Bignum and BigDecimal. Closes #6313. | Jeremy Kemper | 2006-09-29 | 4 | -16/+30 |
* | Don't undefine #class in OptionMerger [Rick] | Rick Olson | 2006-09-27 | 3 | -1/+8 |
* | deprecation_method_warning and deprecation_horizon - fewer moving parts, easy... | Jeremy Kemper | 2006-09-22 | 1 | -1/+9 |
* | Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti... | David Heinemeier Hansson | 2006-09-20 | 3 | -7/+14 |
* | Version updates and missing licenses | David Heinemeier Hansson | 2006-09-15 | 1 | -0/+20 |
* | assert_deprecated returns result of block | Jeremy Kemper | 2006-09-15 | 3 | -7/+21 |
* | assert_deprecated matches any warning caught in block | Jeremy Kemper | 2006-09-15 | 2 | -3/+12 |
* | alias_method_chain yields method target and punctuation to simplify wrapper m... | Jeremy Kemper | 2006-09-15 | 3 | -7/+24 |
* | alias_method_chain works with accessor= methods also. Closes #6153. | Jeremy Kemper | 2006-09-12 | 3 | -10/+25 |
* | Fix loadable_constants_for_path to handle load paths that do not end with a s... | Nicholas Seckar | 2006-09-06 | 3 | -8/+16 |
* | Fix logic error in determining what was loaded by a given file. Closes #6039. | Nicholas Seckar | 2006-09-05 | 3 | -1/+21 |
* | Equate Kernel.const_missing with Object.const_missing. Fixes #5988. | Nicholas Seckar | 2006-09-05 | 3 | -0/+19 |
* | quell warnings | Jeremy Kemper | 2006-09-04 | 2 | -0/+8 |
* | reloadable deprecation tests | Jeremy Kemper | 2006-09-04 | 1 | -37/+47 |
* | silenced writer | Jeremy Kemper | 2006-09-04 | 2 | -1/+8 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -0/+3 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -4/+15 |
* | Quiet while testing, you. | Jeremy Kemper | 2006-09-04 | 2 | -7/+5 |
* | get deprecation methods and callers straight | Jeremy Kemper | 2006-09-04 | 2 | -4/+4 |
* | Added deprecation language for in_place_editor and auto_complete_field that b... | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+2 |
* | More deprecation fun | David Heinemeier Hansson | 2006-09-03 | 1 | -3/+2 |
* | If not running in Rails, we will log deprecations to $stderr | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+6 |
* | Modules can deprecate stuff too | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Add forgotten file | Nicholas Seckar | 2006-09-03 | 1 | -0/+1 |