aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object_and_class_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Increase test coverage for subclasses_of. Closes #7335.Nicholas Seckar2007-01-241-1/+38
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+28
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-18/+16
* Update Object.subclasses_of to locate nested classes. Update Object.remove_su...Nicholas Seckar2006-03-261-2/+25
* Fix Object.subclasses_of to only return currently defined objects (closes #38...David Heinemeier Hansson2006-02-191-0/+9
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+2
* Add Object#instance_exec and Proc#bindSam Stephenson2006-01-231-0/+6
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+7
* r3239@asus: jeremy | 2005-11-20 23:21:37 -0800Jeremy Kemper2005-11-211-5/+5
* Add extended_by, extend_with_included_modules_from and copy_instance_variable...Marcel Molina2005-11-201-0/+74
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-46/+0
* Added more efficient implementation of the development mode reset of classes ...David Heinemeier Hansson2005-07-071-1/+29
* Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails a...David Heinemeier Hansson2005-06-301-0/+18
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-0/+12
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-12/+12
* Added methods for removing subclasses -- couldnt make it work with the regula...David Heinemeier Hansson2005-01-251-0/+21