1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
2006-02-26 00:46:18 +00:00
..
array_ext_test.rb
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
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
enumerable_test.rb
exception_test.rb
hash_ext_test.rb
integer_ext_test.rb
kernel_test.rb
load_error_tests.rb
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
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
range_ext_test.rb
string_ext_test.rb Make String#last behave more like Array#last, i.e. 2006-02-08 00:49:41 +00:00
symbol.rb
time_ext_test.rb Added Time#beginning_of_quarter (closes #3607) [cohen.jeff@gmail.com] 2006-02-26 00:46:18 +00:00