aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
* Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+6
* Indentation >>Akira Matsuda2019-06-221-6/+6
* Address 639d7be. Readd changelog line; remove needless explicit return.Kasper Timm Hansen2019-05-241-1/+1
* Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-3/+8
* Improve error message of ActiveSupport delegateokuramasafumi2019-04-291-1/+1
* Change wording of some instances of 'opt out' [ci skip]Sharang Dashputre2019-03-122-10/+10
* Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-171-6/+1
* Clarify `delegate_missing_to` [ci skip]bogdanvlviv2019-01-041-1/+1
* Clarify benefit of `delegate_missing_to`Michael Gee2019-01-041-1/+1
* Clarify the :to parameter of delegateEddie Lebow2018-12-201-1/+1
* Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-201-12/+7
* attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...Akira Matsuda2018-10-201-2/+0
* Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-13/+37
* Fix example in thread_mattr_accessor documentationFabian Mersch2018-07-311-1/+1
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-293-3/+0
* Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
* [ci skip] Add :private option to delegation docYoshiyuki Hirano2018-04-051-1/+2
* [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-5/+5
* add private: true option for ActiveSupport delegateTomas Valent2018-02-261-2/+23
* 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