Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AS::Concern redefines "include" to lazy include modules as dependencies | Joshua Peek | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵ | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
| | | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern. | ||||
* | Reduce the cost of using ActionController::Http significantly by: | Yehuda Katz | 2009-05-27 | 1 | -0/+4 |
| | | | | | | | | | | * 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. | ||||
* | Make ActionController::Flash work with new_base | Pratik Naik | 2009-05-21 | 1 | -0/+11 |