aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
* Cache Module#parent_nameJeremy Kemper2008-07-141-6/+17
* Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-091-1/+1
* Freeze ModelName cache_key alsoJeremy Kemper2008-06-251-1/+1
* Include cache key in ModelNameJeremy Kemper2008-06-241-2/+3
* Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-0/+22
* Merge documentation changes from docrails.Pratik Naik2008-05-161-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-022-4/+16
* Improve documentation.Pratik Naik2008-03-264-6/+61
* Ruby 1.9: Module#local_constants can now just use constants(false). Closes #1...Jeremy Kemper2008-01-041-12/+21
* Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...Jeremy Kemper2007-12-221-0/+6
* Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [...Marcel Molina2007-12-051-1/+1
* Document that the delegate method can delegate to things other than just meth...Marcel Molina2007-12-051-0/+20
* tiny doc patches [lifo]Rick Olson2007-07-251-0/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-191-2/+2
* alias_method_chain preserves the original method's visibility. Closes #7854.Jeremy Kemper2007-03-181-2/+14
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+14
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-281-1/+5
* False is a reasonable defaultDavid Heinemeier Hansson2006-12-271-1/+1
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+31
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-151-0/+1
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-1/+1
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-2/+2
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-071-0/+31
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-0/+27
* Typo in alias_method_chain rdoc.Jeremy Kemper2006-07-031-1/+1
* alias_method_chain preserves method punctuation so foo, foo?, and foo! may be...Jeremy Kemper2006-06-211-3/+14
* Rolled back broken aliasingDavid Heinemeier Hansson2006-06-031-10/+4
* Fixed that Module#alias_method_chain should work with both foo? foo! and foo ...David Heinemeier Hansson2006-06-031-4/+10
* Trim typo.Jeremy Kemper2006-05-081-1/+1
* Document Active Support's Module::delegate. Closes #5002.Jeremy Kemper2006-05-081-2/+27
* Strip out punctuation on predicates or bang methods being aliased with alias_...Marcel Molina2006-04-291-2/+5
* Added Module#alias_method_chainJamis Buck2006-04-261-0/+16
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-272-0/+34
* Added delegation support to Module that allows multiple delegations at once (...David Heinemeier Hansson2006-02-041-0/+16
* Further improvements to reloading codeNicholas Seckar2006-02-021-4/+0
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-292-0/+59