Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecations from Active Support. | José Valim | 2011-12-20 | 1 | -5/+0 |
| | |||||
* | Deprecate InstanceMethods namespace handling in ActiveSupport::Concern. | José Valim | 2011-11-21 | 1 | -10/+5 |
| | | | | This avoids the unnecessary "yo dawg, I heard you like include, so I put a module that includes your module when it is included" approach when building extensions. | ||||
* | Fix the example in ActiveSupport::Concern | zhengjia | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | reviews commit dcc9d38 | Xavier Noria | 2010-08-15 | 1 | -32/+22 |
| | |||||
* | Documentation just before Concern module | Josep M. Bach | 2010-08-15 | 1 | -115/+115 |
| | |||||
* | Documented active_support/concern dependency handling | Josep M. Bach | 2010-08-15 | 1 | -1/+81 |
| | |||||
* | Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern ↵ | Tom Stuart | 2010-08-05 | 1 | -8/+8 |
| | | | | documentation to look like native English | ||||
* | adding documentation to ActiveSupport::Concern ht:strictly typed for an ↵ | Neeraj Singh | 2010-08-04 | 1 | -0/+35 |
| | | | | | | awesome example some minor documentation changes | ||||
* | Refactor AS concern to avoid hacking the "include" method. | Joshua Peek | 2009-10-13 | 1 | -6/+10 |
| | | | Ruby Magic! | ||||
* | AS::Concern redefines "include" to lazy include modules as dependencies | Joshua Peek | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | AS::Concern includes InstanceMethods module if it exists | Joshua Peek | 2009-05-29 | 1 | -0/+1 |
| | |||||
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵ | Joshua Peek | 2009-05-28 | 1 | -0/+22 |
"included" block DSL into separate modules. But, unify both approaches under AS::Concern. |