aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/http_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-291-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-4/+2
* 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