aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Revert "methods are defined right after the module_eval, so we don't need to do"Piotr Sarnacki2014-01-161-2/+2
* | methods are defined right after the module_eval, so we don't need to doAaron Patterson2014-01-151-2/+2
|/
* concern doesn't include the module automaticallyRafael Mendonça França2013-12-171-1/+0
* Introduce Module#concerningJeremy Kemper2013-12-171-0/+136
* Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
* Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-14/+160
* Improve Module#delegate documentation to tell that delegate don't work with p...Lauro Caetano2013-11-291-0/+2
* Clean up `require ‘active_support/deprecation’` and remove circular requireDmitry Vorotilin2013-11-141-2/+0
* Rely on NoMethodError#name when deciding to raise DelegationError.Federico Ravasio2013-08-121-2/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-211-0/+5
|\
| * Enhancing readability of options for delegate methodThiago Pinto2013-07-161-0/+5
* | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-10/+11
|/
* method transplanting between modules isn't supported on 1.9Aaron Patterson2013-07-031-0/+11
* Remove deprecated `Module#local_constant_names` Arun Agrawal2013-07-031-16/+0
* Move delegation error constant to inside ModuleCarlos Antonio da Silva2013-06-261-2/+4
* Merge pull request #10828 from southpolesteve/delegation_error_classYves Senn2013-06-261-1/+3
|\
| * Add DelegationError class. Rasied by delegation to a nil objectSteve Faulkner2013-06-261-1/+3
* | Fix some typosVipul A M2013-06-071-1/+1
|/
* Use new hash syntax in module delegation docs [ci skip]Carlos Antonio da Silva2013-04-281-1/+1
* Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-30/+42
* Delegation method bugLi Ellis Gallardo2013-04-251-0/+14
* The third argument of deprecation_warning is always optionalRafael Mendonça França2013-04-161-1/+1
* Fix documentation to the custom DeprecatorRafael Mendonça França2013-04-161-1/+1
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-4/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-213-4/+0
|\
| * update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-122-3/+0
| * update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-122-12/+11
* | Update delegate docs with new hash syntax [ci skip]Carlos Antonio da Silva2012-09-201-10/+10
* | Add changelog entry and docs about class delegation using the symbol :classCarlos Antonio da Silva2012-09-201-0/+12