mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
6bbe965ccdcef2d7e713e65175722718d325b2bd
* Removing the dependency on AD::Request and AD::Response
* Moving the logic for the request and response object
into a new module that is included by default.
* Changing Renderer and Redirector to use self.headers,
self.content_type, and self.status, which have very basic
default implementations on AC::Http. When RackConvenience
is included (which it is by default on AC::Base), the full
Request/Response logic is used instead of the simple logic.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%