aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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