aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
* Test if each_object(singleton_class) works, since JRuby added it.Charles Oliver Nutter2015-11-231-2/+3
* Add Module#remove_possible_singleton_methodAndrew White2015-10-211-1/+10
* Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-241-45/+0
* singleton_class? is already pressent at Ruby 2.2Rafael Mendonça França2015-01-041-8/+0
* Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-0/+4
* Remove deprecation on active_support/core_ext/class/attribute_accessors requi...Jeremy Kemper2014-03-151-5/+3
* Prevent creation of instance methods when `instance_reader = false`, Grammar ...Akshay Vishnoi2013-12-191-8/+9
* Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-180/+5
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+11
|/
* Fix `singleton_class?`Vipul A M2013-10-151-2/+5
* Remove a comment related to 920753fRobin Dupret2013-06-261-1/+0
* this variable is used, so we don't have to use double assignmentsAaron Patterson2013-05-151-1/+1
* more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-2/+2
* Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-3/+5
* removing out of date comment. :heart::heart::heart::heart::heart::heart::hea...Aaron Patterson2013-03-121-3/+0
* drop memory consumption and startup speed by switching to define_methodAaron Patterson2013-03-121-23/+28
* Change Class#subclasses doc exampleDalibor Nasevic2013-02-061-2/+2
* Remove 'assigned but unused variable' warningArun Agrawal2012-12-281-1/+2
* Add comment about implementation of class_attributeAndrew White2012-12-061-0/+3
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-3/+3
* Revert "DRY class_attribute code"José Valim2012-07-301-3/+6
* DRY class_attribute codeAleksandr Zykov2012-07-291-6/+3
* remove :nodoc: from Class#subclasses [ci skip]Francesco Rodriguez2012-05-281-4/+10
* Add instance_accessor option to class_attributeAlexey Vakhov2012-05-221-2/+4
* cut some duplication and minor edits [ci skip]Vijay Dev2012-05-081-37/+4
* added docs to cattr_readerFrancesco Rodriguez2012-05-071-0/+27
* better docs for cattr_accessor and cattr_writerFrancesco Rodriguez2012-05-071-2/+14
* added docs and examples to cattr_writer methodFrancesco Rodriguez2012-05-071-5/+41
* added docs to cattr_accessor methodFrancesco Rodriguez2012-05-071-12/+50
* adding example about using cattr_accessor with subclassesFrancesco Rodriguez2012-05-071-0/+8
* String quotes and trailing spacesAlexey Gaziev2012-04-291-2/+2
* Indentation for private methodsAlexey Gaziev2012-04-292-20/+18
* AS core_ext refactoringAlexey Gaziev2012-04-291-1/+1
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-301-0/+2
* remove unused require from AS/core_ext/class/delegating_att.rbVishnu Atrai2012-03-101-2/+0
* simplify Class#descendants using singleton_class methodSergey Nartimov2012-01-041-1/+1
* use correct variant of checking whether class is a singletonSergey Nartimov2012-01-031-1/+1
* Revert "Merge pull request #4220 from bensie/singleton-class-master"Jon Leighton2011-12-281-1/+14
* Further simplify singleton_class checking in class_attributeJames Miller2011-12-281-14/+1
* simplify singleton_class? methodAaron Patterson2011-07-231-7/+1
* Ugh, the class_attribute pull request broke the build. fix it.José Valim2011-06-191-7/+4
* Add option to omit creating an instance reader method on class_attributeJames Miller2011-06-181-7/+20
* Added instance_accessor: false as an option to Class#cattr_accessor and frien...David Heinemeier Hansson2011-06-131-2/+3
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-178/+0
* Remove extra white spaces on ActiveSupport docs.Sebastian Martinez2011-05-231-1/+1
* Don't print deprecation warnings every time the user reads or writes an inher...Michael Koziarski2011-05-171-2/+0
* Use #remove_possible_method insteadSebastian Martinez2011-05-041-1/+1