rails--rails/activesupport/test/core_ext
Jeremy Kemper 12600d77dd HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor should it mistreat legitimate nil values.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4555 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-05 17:32:16 +00:00
..
array_ext_test.rb to_xml fixes, features, and speedup. Closes #4989. 2006-06-03 00:01:08 +00:00
blank_test.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
cgi_ext_test.rb Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Seckar] Added named routes (NEEDS BETTER DESCRIPTION) #1434 [Nicholas Seckar] 2005-06-24 16:40:01 +00:00
class_test.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
date_ext_test.rb Added Date::Conversions for getting dates in different convenient string representations and other objects 2005-02-21 17:09:20 +00:00
enumerable_test.rb Enumerable#sum without blocks. Closes #5505. Don't assume 0 identity for sum. 2006-06-25 19:11:09 +00:00
exception_test.rb Update the diagnostics template skip the useless '<controller not set>' text. 2006-04-04 19:37:29 +00:00
hash_ext_test.rb HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor should it mistreat legitimate nil values. 2006-07-05 17:32:16 +00:00
integer_ext_test.rb Factor Fixnum and Bignum extensions into Integer class 2005-07-19 12:58:01 +00:00
kernel_test.rb fix test warnings 2006-05-31 22:43:53 +00:00
load_error_tests.rb Improved error reporting especially around never shallowing exceptions. Debugging helpers should be much easier now #980 [Nicholas Seckar] 2005-03-23 11:53:40 +00:00
module_test.rb Fixed that Module#alias_method_chain should work with both foo? foo! and foo at the same time (closes #4954) [anna@wota.jp] 2006-06-03 22:43:13 +00:00
numeric_ext_test.rb Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac.com] 2005-10-26 13:10:03 +00:00
object_and_class_ext_test.rb Update Object.subclasses_of to locate nested classes. Update Object.remove_subclasses_of to use Class.remove_class. 2006-03-26 20:00:40 +00:00
pathname_test.rb Add forgotten testcase 2006-04-04 19:40:34 +00:00
proc_test.rb Add Object#instance_exec and Proc#bind 2006-01-23 06:40:43 +00:00
range_ext_test.rb Added to_s(:db) to Range 2005-10-09 17:52:42 +00:00
string_ext_test.rb Make String#last behave more like Array#last, i.e. 2006-02-08 00:49:41 +00:00
symbol_test.rb Enhance Symbol#to_proc so it works with list objects, such as multi-dimensional arrays. Closes #5295 [nov@yo.rim.or.jp] 2006-06-17 03:01:57 +00:00
time_ext_test.rb Added Time#advance to do precise time time calculations for cases where a month being approximated to 30 days won't do (closes #1860) [Rick Olson] 2006-03-16 03:04:00 +00:00