aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH]David Heinemeier Hansson2006-11-251-0/+1
* Test autoloading nested subclass of parent.Jeremy Kemper2006-11-163-0/+13
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+30
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-141-0/+11
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.Sam Stephenson2006-11-111-0/+24
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-071-2/+5
* 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
* 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
* next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref...Jeremy Kemper2006-11-021-0/+50
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-013-0/+152
* next_week respects DST changes. Closes #6483.Jeremy Kemper2006-10-241-0/+2
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-241-0/+20
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-171-2/+5
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-151-0/+30
* Rename overlapping test namesNicholas Seckar2006-10-141-1/+1
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-0/+27
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-0/+1
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-121-1/+3
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-042-5/+14
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-033-0/+565
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-021-0/+30
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-292-8/+18
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-271-0/+5
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-4/+4
* assert_deprecated returns result of blockJeremy Kemper2006-09-152-3/+15
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-151-0/+9
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-151-0/+15
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-9/+22
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-061-0/+7
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-051-0/+18
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-051-0/+8
* reloadable deprecation testsJeremy Kemper2006-09-041-37/+47
* silenced writerJeremy Kemper2006-09-041-1/+5
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* Quiet while testing, you.Jeremy Kemper2006-09-041-5/+4
* get deprecation methods and callers straightJeremy Kemper2006-09-041-1/+1
* Add forgotten fileNicholas Seckar2006-09-031-0/+1
* More tests for alias_method_chain with feature and method punctuation. Closes...Jeremy Kemper2006-09-031-0/+15
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-021-1/+9
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-1/+11
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-011-0/+24
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Eliminate Active Support warnings.Jeremy Kemper2006-08-292-6/+3
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-293-24/+43
* Fix unit tests for JSON emittersThomas Fuchs2006-08-201-3/+11
* Add tests for prior checkinNicholas Seckar2006-08-172-2/+10
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-171-0/+15