aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/status_codes.rb
Commit message (Collapse)AuthorAgeFilesLines
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-33/+0
|
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead ↵Yehuda Katz2009-12-201-0/+8
| | | | works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency)
* Reduce usage of interpret_status. It should also return a integerJoshua Peek2009-12-101-17/+0
| | | | not a string.
* Cherry-picking Active Support extensionsJeremy Kemper2009-05-141-2/+4
|
* Use rack's status code list as a baseJoshua Peek2009-04-141-67/+19
|
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+88