aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-17/+8
* Remove undefined `track_deletion` callback [ci skip]Ryuta Kamizono2018-01-031-3/+0
* Clarify docs for delegate :allow_nil optionJay Hayes2017-12-151-5/+2
* [ci skip] Make Todo classes inherit ApplicationRecordYoshiyuki Hirano2017-12-071-5/+5
* [Active Support] require_relative => requireAkira Matsuda2017-10-217-10/+10
* Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-0/+1
* Self-alias doesn't suppress the warning on Ruby 2.2Matthew Draper2017-09-011-8/+17
* Clarify intentions around method redefinitionsMatthew Draper2017-09-012-23/+43
* Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-3/+9
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1111-0/+11
* Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-0911-0/+11
|\
| * Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0911-0/+11
* | Use `map` in `delegate` so that actual prefixed method names are returned, if...Krzysztof Zych2017-07-051-1/+1
|/
* [Active Support] require => require_relativeAkira Matsuda2017-07-016-9/+9
* Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-24/+19
* Assorted delegate_missing_to doc fixesT.J. Schuck2017-05-041-22/+17
* delegate_missing_to should fall back to superMatthew Draper2017-04-091-1/+1
* delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-1/+4
* Not ants were harmed! 🐜Mario Uher2017-02-141-1/+1
* Docs: Correction: Module::DelegationErrorJared Beck2017-02-031-7/+9
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4
* Merge pull request #26480 from tbrisker/fix-26461Rafael França2017-01-041-2/+7
|\
| * Reword according to feedbackTomer Brisker2016-09-151-8/+7
| * Clarify that mattr_* creates public methodsTomer Brisker2016-09-131-0/+6
* | split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-4/+5
* | Remove deprecated method alias_method_chainAndrew White2016-11-141-48/+0
* | Remove deprecated Module.qualified_const_get/set/defined?Andrew White2016-11-141-70/+0
* | Remove deprecated module method_transplanting fileAndrew White2016-11-131-3/+0
* | Remove deprecated local_constantsAndrew White2016-11-131-8/+0
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | doc, hide non-public methods form the api docs. [ci skip]Yves Senn2016-10-201-2/+2
|/
* Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* Merge pull request #25570 from y-yagi/remove_useless_parameterEileen M. Uchitelle2016-08-151-3/+3
|\
| * remove useless parameteryuuji.yaginuma2016-06-291-4/+4
* | let instance thread_mattr_* methods delegate to the class-level onesXavier Noria2016-08-081-4/+10
* | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-4/+4
|\ \
| * | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+4
* | | damn typos [ci skip]Xavier Noria2016-08-081-1/+1
* | | explain why aliasing uses explicit selfs [ci skip]Xavier Noria2016-08-081-0/+3
* | | applies new string literal convention in activesupport/libXavier Noria2016-08-0610-24/+24
|/ /
* / systematic revision of =~ usage in ASXavier Noria2016-07-223-7/+10
|/
* Replace Kernel#caller by the faster Kernel#caller_locationsJean Boussier2016-06-101-2/+2
* [skip ci] Fix grammarAbhishek Jain2016-06-031-2/+2
* Don't delegate to private methods of the targerRafael Mendonça França2016-05-241-1/+5
* Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-241-1/+60
|\
| * Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-271-1/+60
* | Update delegate to use newer Ruby syntaxTodd Lynam2016-04-201-5/+2
* | fixed spelling in the attribute_accessors docuTorsten Braun2016-03-231-1/+1