Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partial revert of 2681685 premature TypeArray abstraction | Joshua Peek | 2008-08-21 | 1 | -1/+25 |
* | Consistently use the framework's configured logger and avoid reverting to RAI... | Joshua Peek | 2008-08-18 | 1 | -1/+1 |
* | Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is... | Jeremy Kemper | 2008-07-31 | 1 | -0/+2 |
* | Load view path cache after plugins and gems. | Joshua Peek | 2008-07-23 | 1 | -3/+15 |
* | Extract ActiveSupport::TypedArray class to ensure an array is all of the same... | Joshua Peek | 2008-07-22 | 1 | -25/+6 |
* | Ensure ActionView::PathSet::Path is not initialized with a precompiled path | Joshua Peek | 2008-07-19 | 1 | -0/+2 |
* | Removed config.action_view.cache_template_loading, use config.cache_classes i... | Joshua Peek | 2008-07-15 | 1 | -4/+12 |
* | Set config.action_view.warn_cache_misses = true to receive a warning if you p... | Joshua Peek | 2008-07-12 | 1 | -1/+12 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -0/+85 |