rails--rails/activesupport/test/core_ext
Rick Olson 891a962a19 Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris McGrath]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-19 03:50:14 +00:00
..
array_ext_test.rb Implemented nested to_xml and named elements for array xmling [DHH] 2006-03-09 23:35:43 +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 Add Enumerable#group_by and Array#in_groups_of 2006-03-01 20:32:10 +00:00
exception_test.rb Remove generated code from app traces; improve accuracy of framework traces 2005-10-18 14:06:34 +00:00
hash_ext_test.rb Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris McGrath] 2006-03-19 03:50:14 +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 r3240@asus: jeremy | 2005-11-20 23:22:34 -0800 2005-11-21 07:29:44 +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 Added delegation support to Module that allows multiple delegations at once (unlike Forwardable in the stdlib) [DHH] 2006-02-04 19:14:53 +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 Fix Object.subclasses_of to only return currently defined objects (closes #3882) [Jonathan Viney <jonathan@bluewire.net.nz>] 2006-02-19 01:05:55 +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.rb Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s). 2005-11-21 02:15:32 +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