rails/activesupport/lib
2005-01-25 18:00:15 +00:00
..
core_ext Added methods for removing subclasses -- couldnt make it work with the regular nested-module approach (ObjectSpace was being difficult), so this is a straight inclusion 2005-01-25 17:55:55 +00:00
binding_of_caller.rb Added Florian Gross' latest version of Breakpointer and friends that fixes a variaty of bugs #441 [Florian Gross] 2005-01-24 13:41:57 +00:00
breakpoint.rb Fetch from current dir 2005-01-24 14:14:08 +00:00
class_attribute_accessors.rb Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00
class_inheritable_attributes.rb Added availability of class inheritable attributes to the masses #477 [bitsweat] 2005-01-15 13:52:58 +00:00
clean_logger.rb Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00
core_ext.rb Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marcel Molina] 2005-01-11 21:37:02 +00:00
dependencies.rb New approach to reloading that uses remove_const on ARs and AOs as well as ACs 2005-01-25 18:00:15 +00:00
inflector.rb Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR. 2005-01-17 19:53:42 +00:00
misc.rb Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marcel Molina] 2005-01-11 21:37:02 +00:00
module_attribute_accessors.rb Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00