Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve AbstractController layouts coverage. | José Valim | 2009-11-01 | 1 | -2/+2 |
| | |||||
* | Reduce TextTemplate cost for simple cases | Yehuda Katz | 2009-10-28 | 1 | -1/+3 |
| | |||||
* | Clean up log output for rendered templates | Joshua Peek | 2009-09-24 | 1 | -8/+21 |
| | |||||
* | Rendering a template from ActionView will default to looking for partials ↵ | Yehuda Katz | 2009-08-09 | 1 | -1/+3 |
| | | | | | | | | | only in the current mime type. * The old behavior was tested only as a side-effect of a different test--the original tests remain; a new template in the XML mime was added. * If you are relying on the current behavior and object to this change, please participate in http://groups.google.com/group/rubyonrails-core/browse_thread/thread/6ef25f3c108389bd | ||||
* | Fixing pending tests and fixed some formats / partial rendering semantics | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Get controller/layout_test.rb running on new base except for ↵ | Yehuda Katz + Carl Lerche | 2009-05-22 | 1 | -0/+4 |
| | | | | ActionController::Base.exempt_from_layout which is going to be deprecated. | ||||
* | Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵ | Jeremy Kemper | 2009-05-21 | 1 | -1/+1 |
| | | | | concern. | ||||
* | Added responds_to to new base. | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -1/+6 |
| | |||||
* | Ported ConditionalGet to new Base | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+2 |
| | |||||
* | More community code review :) | Yehuda Katz | 2009-05-11 | 1 | -0/+2 |
| | |||||
* | Support implicit and explicit content types | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -2/+1 |
| | |||||
* | Working on being able to render :text with layouts | Carl Lerche | 2009-03-23 | 1 | -0/+9 |