aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
* Use #remove_possible_method insteadSebastian Martinez2011-05-041-1/+1
* Class.__subclasses__ was removed from Rubinius.John Firebaugh2011-01-181-34/+20
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-0/+9
* bye bye extlib_inheritable_*, AS callbacks now using class_attributeJosh Kalderimis2010-11-181-83/+0
* PERF: more Hash + map changesSantiago Pastorino2010-10-031-3/+3
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-0/+1
|\
| * Remove method if already exists to avoid warnings.Emilio Tagua2010-09-271-0/+1
* | Creating singleton class for every object whenever the instance-level accesso...thedarkone2010-09-271-1/+21
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-08-171-1/+1
|\
| * recommended is the right word hereSantiago Pastorino2010-08-151-1/+1
* | Class Attribute setter returns set valuePeter Wagenet2010-08-161-0/+1
|/
* deprected -> deprecatedSantiago Pastorino2010-08-141-1/+1
* applied guidelines to "# =>"Paco Guzman2010-08-123-10/+10
* correcting wrong exampleNeeraj Singh2010-08-061-1/+1
* fixing typoNeeraj Singh2010-08-051-1/+1
* more documentation for class_inheritable_*Neeraj Singh2010-08-051-0/+22
* More documentation to class_attribute.José Valim2010-07-281-11/+24
* adding comment specifying that cattr_accessor also supports instance_write an...Neeraj Singh2010-07-281-0/+10
* clarifying the instance_write option with an exampleNeeraj Singh2010-07-281-1/+5
* adding some comments to cattr_accessor methodNeeraj Singh2010-07-281-0/+6
* updating description of how class_attribute worksNeeraj Singh2010-07-281-0/+5
* clarifying description for class_attribute methodNeeraj Singh2010-07-271-2/+2
* polishing commentsNeeraj Singh2010-07-261-3/+3
* Define a convention for descendants and subclasses.José Valim2010-07-051-31/+26
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-1/+1
* Change callbacks to automatically include DescendantsTracker and rename desce...José Valim2010-06-191-5/+5
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-4/+1
* in Ruby things in general happen at runtime, no need to specify thatXavier Noria2010-05-191-2/+3
* Updating the doc with the info that class_inheritable_accessorNeeraj Singh2010-05-191-0/+2
* Not using class_eval wasn't adding clarity herewycats2010-04-101-15/+24
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-052-2/+2
* Fix class_attribute so that it works with singleton classes.Carl Lerche2010-04-011-1/+1
* LINE on class_eval need + 1, also removed comments [#4281 state:committed]Santiago Pastorino2010-03-271-24/+27
* flatten not needed hereSantiago Pastorino2010-03-271-2/+2
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-5/+8
* Move require closer to homeJeremy Kemper2010-03-171-0/+1
* fixing activerecord tests [#4205 state:resolved]Aaron Patterson2010-03-171-2/+2
* Fix some more warnings on 1.9wycats2010-03-171-0/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+3
* class_attribute gets instance methods which delegate to but may override thei...Jeremy Kemper2010-03-081-2/+23
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-252-11/+12
* moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-6/+3
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+58
* Introduce class_attribute to declare inheritable class attributes. Writing an...Jeremy Kemper2010-02-011-0/+36
* superclass_delegating_accessor rewritten to serve as the base for many other ...Yehuda Katz2010-01-291-53/+27
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-5/+0
* removes unused method Class#remove_classXavier Noria2010-01-261-31/+0
* removes unused method Class#reachable?Xavier Noria2010-01-261-5/+0
* removes unused Class#remove_subclassesXavier Noria2010-01-261-9/+0
* removes unused method Class#subclassesXavier Noria2010-01-261-7/+0