aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object_and_class.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-9/+0
* Added more efficient implementation of the development mode reset of classes ...David Heinemeier Hansson2005-07-071-9/+9
* Remove fix against memory leaks in development mode as it killed development ...David Heinemeier Hansson2005-07-071-5/+9
* Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails a...David Heinemeier Hansson2005-06-301-1/+8
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-211-1/+4
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-0/+7
* Added Object#blank? -- see http://redhanded.hobix.com/inspect/objectBlank.htm...David Heinemeier Hansson2005-03-061-0/+10
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+24