Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate warning by initializing nil formats | Jeremy Kemper | 2009-11-10 | 1 | -0/+6 |
| | |||||
* | Add some basic render_test to AbstractController. | José Valim | 2009-11-01 | 1 | -7/+0 |
| | |||||
* | Improve AbstractController layouts coverage. | José Valim | 2009-11-01 | 1 | -3/+6 |
| | |||||
* | Move all render and layout pieces required in ActionMailer from ↵ | José Valim | 2009-11-01 | 1 | -0/+19 |
| | | | | ActionController to AbstractController. | ||||
* | Refactor ActionController to use find_template and template_exists? | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -1/+5 |
| | |||||
* | Extract finding the template in AC to it's own method | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -3/+5 |
| | |||||
* | Caches and cache clearing seems to actually work, but the actual ↵ | Yehuda Katz | 2009-08-15 | 1 | -3/+14 |
| | | | | architecture is kind of messy. Next: CLEAN UP. | ||||
* | Rename find_by_parts and find_by_parts? to find and exists? | Yehuda Katz | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 1 | -0/+156 |