aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/http_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-241-4/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* Fixed that HTTP authentication should work if the header is called REDIRECT_X...David Heinemeier Hansson2007-06-231-43/+51
* don't assume the http authorization header will be nil, since some configurat...Jamis Buck2007-05-111-4/+4
* Rendering is protectedDavid Heinemeier Hansson2007-05-081-1/+1
* Included the HttpAuthentication plugin as part of core (ActionController::Htt...David Heinemeier Hansson2007-05-081-0/+121