aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't set Content-Length in Base#response_body= since body may be any ↵Jeremy Kemper2009-04-171-1/+0
| | | | Rack-compatible body. Leave it up to the content length middleware.
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-171-1/+1
| | | | Rack-compatible body, not just strings
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-1/+36
|
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+26