Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move variables to underscore format, update protected instance variables list. | José Valim | 2011-05-06 | 1 | -6/+9 |
| | |||||
* | removes Examples headers introduced in 9b96de6 | Xavier Noria | 2011-03-06 | 1 | -10/+4 |
| | | | | | | | Example headers are discouraged in the API guidelines. Code just flows with the text. They may be good in places where there's a lot of stuff and structure may add clarity | ||||
* | Some style changes | suchasurge | 2011-03-06 | 1 | -0/+6 |
| | |||||
* | Make ActiveSupport::Configurable work with modules | Oriol Gual and Josep M. Bach | 2011-02-28 | 1 | -1/+1 |
| | | | | | | [#6486 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Add comment for config_accessor method | Neeraj Singh | 2010-11-30 | 1 | -0/+12 |
| | |||||
* | Call it compile_methods! and do the same on AM. | José Valim | 2010-09-27 | 1 | -3/+3 |
| | |||||
* | Try to use Hash's native #[] for speed. | thedarkone | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Make InheritableOptions's constructor more flexible. | thedarkone | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Compile ActionController::Base.config's methods to avoid method_missing ↵ | thedarkone | 2010-09-27 | 1 | -2/+22 |
| | | | | overhead. | ||||
* | Revert "Add example label to activesupport/configurable" | Xavier Noria | 2010-08-15 | 1 | -2/+0 |
| | | | | | | This reverts commit f480b2cea69247239f6fc2ad171b231595cc08c6. Reason: API guidelines discourage this, see http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#example-code | ||||
* | Revert "Add example label to active_support/configurable" | Xavier Noria | 2010-08-15 | 1 | -0/+1 |
| | | | | | | This reverts commit 693f770afe0e14fc1b4658ef51910d993e67dd07. Reason: to be able to revert f480b2cea69247239f6fc2ad171b231595cc08c6 | ||||
* | Add example label to active_support/configurable | Josep M. Bach | 2010-08-15 | 1 | -1/+0 |
| | |||||
* | Add example label to activesupport/configurable | Josep M. Bach | 2010-08-15 | 1 | -0/+2 |
| | |||||
* | Documented active_support/configurable | Josep M. Bach | 2010-08-15 | 1 | -1/+20 |
| | |||||
* | Ensure @config is not a reserved instance variable in controllers. [#5342 ↵ | José Valim | 2010-08-11 | 1 | -2/+2 |
| | | | | state:resolved] | ||||
* | Clean up the config object in ActionPack. Create config_accessor which just ↵ | José Valim | 2010-04-22 | 1 | -18/+19 |
| | | | | delegates to the config object, reducing the number of deprecations and add specific tests. | ||||
* | Start adding configuration to ActionView instead of using constants. | Yehuda Katz | 2009-10-14 | 1 | -0/+35 |
By using config rather than hardcoded constants, we can evolve the configuration system over time (we'd just need to update the config method with more robust capabilities and all consumers would get the capabilities with no code changes) |