aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
* Update delegate to use newer Ruby syntaxTodd Lynam2016-04-201-5/+2
* fixed spelling in the attribute_accessors docuTorsten Braun2016-03-231-1/+1
* fixed spellin in the mattr_reader documentationTorsten Braun2016-03-231-1/+1
* Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-111-2/+2
* Deprecate `Module.local_constants`yui-knk2016-03-011-0/+4
* :arrow_left: indentationAkira Matsuda2016-01-281-2/+2
* Fix documentation for mattr_accessor methodsJan Habermann2015-12-201-6/+6
* [ci skip] Revert most of ff851017Kasper Timm Hansen2015-12-181-2/+2
* Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce...David Heinemeier Hansson2015-12-181-4/+4
* [ci skip] Add `Thread.current` to match internalsKasper Timm Hansen2015-12-171-2/+2
* Clarify thread_mattr_accessor subclass behavior documentationNate Berkopec2015-12-171-8/+9
* Copy-edit the Per Thread attribute accessor documentationRafael Mendonça França2015-12-171-3/+3
* Use Thread.current.thread_variable_set/get insetad of the direct accessorsDavid Heinemeier Hansson2015-12-171-4/+4
* Fix typo in thread_mattr_accessor doco [ci skip]Nate Berkopec2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+140
* Don't leak Object constants in core_ext/module/qualified_constGenadi Samokovarov2015-12-161-12/+30
* Minor fix in Module#mattr_reader documentationYuri Kasperovich2015-11-091-1/+1
* Make `Module#redefine_method` to keep method visibilityyui-knk2015-10-261-0/+13
* [ci skip] Add more code examples for `Module#anonymous?` docsyui-knk2015-10-231-2/+4
* Add Module#remove_possible_singleton_methodAndrew White2015-10-211-0/+7
* Merge pull request #21302 from theunraveler/delegate_reserved_argument_namesSean Griffin2015-10-201-5/+6
|\
| * Fixing issue when delegating to methods named "block", "args", or "arg"Jake Bell2015-08-191-5/+6
* | Regex fix for mattr_accessor validationAliaksandr Buhayeu2015-10-011-2/+2
* | Correcting `NameError` error message in `mattr_reader` method. Since this com...amitkumarsuroliya2015-09-191-2/+2
|/
* Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-071-1/+1
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* adding brackets to array in docsJulio Lopez2015-07-071-1/+1
* Clearify that alias_method_chain is deprecatedPrem Sichanugrist2015-04-221-0/+3
* Fix typos and improve the documentationJon Atack2015-04-151-3/+3
* [ci skip] Replace `query methods` with `a predicate`yui-knk2015-03-311-1/+1
* Remove circular requireRafael Mendonça França2015-03-272-4/+0
* Missing require 'active_support/deprecation'Akira Matsuda2015-03-272-0/+4
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-0/+2
* Some documentation edits [ci skip]Robin Dupret2015-03-051-3/+3
* Merge pull request #19131 from tgxworld/reduce_allocated_memory_in_module_del...Yves Senn2015-02-281-1/+1
|\
| * Reduce allocated memory for Module#delegate.Guo Xiang Tan2015-03-011-1/+1
* | [ci skip] Add code examples for Module#anonymous? documentationAnton Davydov2015-02-281-0/+7
|/
* Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-12/+24
* adding documentation for 'remove_possible_method' and 'redefine_method' [ci s...George Millo2015-01-051-0/+3
* Remove extra class_eval for Ruby 1.9Carlos Antonio da Silva2015-01-041-5/+2
* remove files which is dependent on ruby1.9 as we do not support Ruby1.9Kuldeep Aggarwal2015-01-041-11/+3
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-1/+1
* English fix [ci skip]George Millo2014-12-121-1/+1
* doc added for `writer` method in `alias_method_chain`[ci skip]Kuldeep Aggarwal2014-10-041-2/+2
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-1/+9
* Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-201-25/+13
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-091-1/+2
|\
| * Fix grammar of internal comment and modify it's locationZachary Scott2014-02-091-1/+2
* | fix typo and indent. [ci skip]Yves Senn2014-01-301-1/+1
* | define the delegate methods on one line. fixes #13724Aaron Patterson2014-01-161-20/+22