aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
* activesupport: Simplify class_attribute implementation (#35454)Dylan Thacker-Smith2019-03-031-15/+10
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* PERF: symbolize ivar, to reduce dupesSam2018-02-151-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-4/+4
* Remove redundant require_relative "module/anonymous" and "module/reachable"bogdanvlviv2017-09-171-3/+0
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-14/+11
* Merge pull request #29758 from glaucocustodio/patch-1 [ci skip]Sean Griffin2017-07-171-0/+10
|\
| * Add documentation for class_attribute optionsGlauco Custódio2017-07-171-0/+10
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
|/
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-093-0/+3
* [Active Support] require => require_relativeAkira Matsuda2017-07-013-6/+6
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+11
* Exclude singleton classes from `subclasses` and `descendants`Sean Griffin2016-12-011-0/+1
* [ci skip] Remove not necessary whitespaceAndrey Molchanov2016-09-281-1/+1
* change `Class#descendants` to public API [ci skip]yuuji.yaginuma2016-09-051-2/+15
* applies new string literal convention in activesupport/libXavier Noria2016-08-063-6/+6
* Update class_attribute docsJohn Gesimondo2016-07-101-1/+1
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+0
* 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