Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't construct object deprecation proxy if unneeded | Jeremy Kemper | 2008-12-22 | 1 | -4/+3 |
| | |||||
* | Check for uninitialized instance variables | Jeremy Kemper | 2008-09-08 | 1 | -8/+10 |
| | |||||
* | Deprecated implicit local assignments when rendering partials | Joshua Peek | 2008-08-28 | 1 | -2/+8 |
| | |||||
* | Require missing libraries and check for defined ActionController constant so ↵ | Joshua Peek | 2008-08-26 | 1 | -1/+5 |
| | | | | ActionView can be used standalone | ||||
* | Changed ActiveSupport::Memoizable API to extend since it mainly adds the ↵ | Joshua Peek | 2008-07-18 | 1 | -1/+1 |
| | | | | memoize class method | ||||
* | memorize typo | Joshua Peek | 2008-07-14 | 1 | -2/+2 |
| | |||||
* | Include Memoizable in ActionView::Template | Joshua Peek | 2008-07-14 | 1 | -9/+6 |
| | |||||
* | Use sub instead of gsub | Tarmo Tänav | 2008-07-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Eager load Partial variable_name and counter_name. Tidy up ↵ | Joshua Peek | 2008-07-14 | 1 | -4/+24 |
| | | | | render_partial_collection. | ||||
* | Refactor template preloading. New abstractions include Renderable mixins and ↵ | Joshua Peek | 2008-07-12 | 1 | -0/+19 |
a refactored Template class. |