aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
Commit message (Expand)AuthorAgeFilesLines
...
* Added instance_accessor: false to Module#mattr_accessorVijay Dev2011-06-141-2/+6
* Simplify boolean logic into ternary.Ben Orenstein2011-06-081-1/+1
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-31/+0
* Deprecate attr_accessor_with_default.José Valim2011-05-161-0/+1
* Remove a circular require in AS deprecations. This is safe as AS deprecations...Josh Kalderimis2011-05-121-2/+0
* adds a couple of missing AS dependenciesRolf Timmermans2011-03-121-0/+2
* Improve clarity of example. Make it follow guidelines for output display.Ben Orenstein2011-02-191-5/+5
* Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* Use native attr_* macros for performance reasons.thedarkone2010-09-271-6/+13
* Fix 'warning: method redefined' [#5551 state:resolved]Krekoten' Marjan2010-09-251-4/+4
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-3/+2
* delegate method should treat :prefix => false same as :prefix => nilNeeraj Singh2010-09-011-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-145-7/+7
* Introduced redefine_methodŁukasz Strzałkowski2010-07-191-0/+5
* It's not needed to initialize the attr when calling mattr_writerSantiago Pastorino2010-07-181-7/+1
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-2/+2
* fix stack trace lines on class_evalSantiago Pastorino2010-04-093-3/+3
* fisting stack trace [#4349 state:resolved]Aaron Patterson2010-04-081-1/+1
* LINE on class_eval need + 1, also removed comments [#4281 state:committed]Santiago Pastorino2010-03-271-20/+20
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-5/+9
* Merge branch 'master' into docrailswycats2010-03-263-1/+27
|\
| * Singleton classes returns parent's methods with instance_methods(false) and t...José Valim2010-03-191-1/+3
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+14
| * Eliminate warnings for AM on 1.8wycats2010-03-162-1/+11
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-144-55/+34
|\|
| * fixes Module#anonymous? for 1.9Xavier Noria2010-02-111-2/+6
| * moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-0/+10
| * defines Module#anonymous?Xavier Noria2010-02-111-0/+20
| * removes Module#as_load_path, which is no longer usedXavier Noria2010-02-071-25/+0
| * removes Module#included_in_classes, which is no longer usedXavier Noria2010-02-071-30/+0
* | removes p calls in rdoc examplesXavier Noria2010-02-061-8/+8
* | reformats an example in the rdoc of delegateXavier Noria2010-02-061-2/+7
* | removes that beloved typo you only catch in github colored diffXavier Noria2010-01-211-1/+1
* | rewords rdoc about :allow_nil in Module#delegateXavier Noria2010-01-211-4/+4
* | a hash has no final keyXavier Noria2010-01-211-2/+2
|/
* synchronization.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* loading.rb needs active_support/core_ext/string/inflections because it uses u...Xavier Noria2010-01-011-0/+2
* Allow delegating to nil, because the method might actually exist on itBryan Helmkamp2009-08-101-4/+9
* Friendlier runtime exception if delegatee is nilJeremy Kemper2009-06-181-3/+9
* Delegated methods report the expected file/line in backtracesJeremy Kemper2009-06-181-2/+3
* Move model naming into ActiveModelJoshua Peek2009-06-171-25/+0
* Add #element and #collection to ModelNameJeremy Kemper2009-06-081-3/+5
* Make module dependency DSL opt inJoshua Peek2009-05-071-26/+0
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-224-9/+15
* Switch last module core extension to class reopenJeremy Kemper2009-04-221-8/+6
* Merge branch 'master' into cherryJeremy Kemper2009-04-202-2/+28
|\
| * Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-0/+26
| * Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-285-39/+39
| |\
| * | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-23/+23