aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/render_text_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-2/+2
|
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-3/+1
|
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-3/+0
|
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵Jeremy Kemper2009-05-211-3/+3
| | | | concern.
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-201-79/+72
|
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-3/+3
|
* Renamed the new_base testsYehuda Katz + Carl Lerche2009-05-011-33/+38
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-2/+2
|
* In the middle of some refactoring... some fails due to changes in ↵Yehuda Katz and Carl Lerche2009-03-231-3/+8
| | | | AbstractController not yet reflected in ActionController tests
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-231-11/+27
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-2/+26
|
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-3/+31
|
* Started implementing render :actionYehuda Katz2009-03-191-0/+71