Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce the cost of using ActionController::Http significantly by: | Yehuda Katz | 2009-05-27 | 1 | -0/+1 |
| | | | | | | | | | | * 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. | ||||
* | Add html-scanner to the new base set of autoloads | Carl Lerche | 2009-05-26 | 1 | -0/+2 |
| | |||||
* | Port cookies to new base | Jeremy Kemper | 2009-05-22 | 1 | -1/+2 |
| | |||||
* | Add Translation to the new base | Pratik Naik | 2009-05-23 | 1 | -0/+1 |
| | |||||
* | Add all the existing helpers related features to the new base | Pratik Naik | 2009-05-23 | 1 | -0/+1 |
| | |||||
* | Move FilterParameterLogging to a stand alone module and make it work on new base | Pratik Naik | 2009-05-22 | 1 | -0/+1 |
| | |||||
* | Add HTTP Authentication to the new base | Pratik Naik | 2009-05-22 | 1 | -0/+2 |
| | |||||
* | Added the ability to register methods to handle specific render option keys ↵ | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -0/+2 |
| | | | | and render :json | ||||
* | Add Streaming to new base | Pratik Naik | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | RequestForgeryProtection now works with the new base | Pratik Naik | 2009-05-21 | 1 | -2/+3 |
| | |||||
* | Made ActionController::Verification work with new_base | Pratik Naik | 2009-05-21 | 1 | -2/+3 |
| | |||||
* | Make ActionController::Flash work with new_base | Pratik Naik | 2009-05-21 | 1 | -1/+4 |
| | |||||
* | Added responds_to to new base. | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | Include caching module into new base | Yehuda Katz + Carl Lerche | 2009-05-19 | 1 | -0/+1 |
| | |||||
* | Ported Rescuable to new base | Yehuda Katz + Carl Lerche | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | Implemented redirects and partial rendering in new base. | Yehuda Katz + Carl Lerche | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | Ported fresh_when into a ConditionalGet module | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | A few more tweaks to get new Base running old render tests again | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -2/+6 |
| | |||||
* | Renamed Base2 to Base and don't require old action_controller for new Base | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -2/+15 |
| | |||||
* | Starting to get new_base to run on old tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+1 |
| | |||||
* | Move ContentType inline for now. | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+0 |
| | | | | Trying to avoid premature proliferation of modules. | ||||
* | Support implicit and explicit content types | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+1 |
| | |||||
* | Renamed ActionController::AbstractBase to ActionController::Http | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -5/+6 |
| | |||||
* | Get very basic layouts working. | Yehuda Katz | 2009-03-19 | 1 | -0/+1 |
| | | | * Required small architecture change | ||||
* | Working toward getting a basic AbstractController framework | Yehuda Katz | 2009-03-17 | 1 | -0/+1 |
| | |||||
* | Try to build a new AC::Base on top of AbstractController | Yehuda Katz | 2009-03-12 | 1 | -0/+5 |