aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Added Time#end_of_day to get 23:59:59 of that day [DHH]David Heinemeier Hansson2006-11-122-0/+7
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.Sam Stephenson2006-11-114-5/+44
* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]Rick Olson2006-11-092-22/+35
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-073-21/+41
* Update failing autoload tests.Jeremy Kemper2006-11-071-8/+18
* Fix warning and incorrect test triggerNicholas Seckar2006-11-062-2/+2
* Failing test for autoloading shadowed exceptions.Jeremy Kemper2006-11-063-83/+128
* Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.Jeremy Kemper2006-11-052-1/+3
* Test multiple timezones' DST. Closes #5617.Jeremy Kemper2006-11-031-17/+73
* Use US timezone for DST tests. Closes #5617.Jeremy Kemper2006-11-021-23/+43
* update XmlSimple to 1.0.10. Closes #6532. [nicksieger]Michael Koziarski2006-11-022-25/+29
* Remove dupe entry.Jeremy Kemper2006-11-021-4/+0
* Resolved the conflictDavid Heinemeier Hansson2006-11-021-0/+4
* Update bundled flexmock to latest 0.4.3.Jeremy Kemper2006-11-021-34/+1018
* next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref...Jeremy Kemper2006-11-023-7/+58
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-015-5/+233
* next_week respects DST changes. Closes #6483.Jeremy Kemper2006-10-243-1/+7
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-242-3/+30
* Expose methods added to Enumerable in the documentation, such as group_by. Cl...Marcel Molina2006-10-222-2/+4
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-173-8/+18
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-153-17/+103
* Undo accidental commitNicholas Seckar2006-10-141-42/+16
* Rename overlapping test namesNicholas Seckar2006-10-142-17/+43
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-132-5/+32
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-123-5/+8
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-123-4/+8
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-048-27/+36
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-0315-0/+1390
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-023-1/+38
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-294-16/+30
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-273-1/+8
* deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...Jeremy Kemper2006-09-221-1/+9
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-203-7/+14
* Version updates and missing licensesDavid Heinemeier Hansson2006-09-151-0/+20
* assert_deprecated returns result of blockJeremy Kemper2006-09-153-7/+21
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-152-3/+12
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-153-7/+24
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-123-10/+25
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-063-8/+16
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-053-1/+21
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-053-0/+19
* quell warningsJeremy Kemper2006-09-042-0/+8
* reloadable deprecation testsJeremy Kemper2006-09-041-37/+47
* silenced writerJeremy Kemper2006-09-042-1/+8
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-4/+15
* Quiet while testing, you.Jeremy Kemper2006-09-042-7/+5
* get deprecation methods and callers straightJeremy Kemper2006-09-042-4/+4
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-2/+2
* More deprecation funDavid Heinemeier Hansson2006-09-031-3/+2