aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/http_basic_authentication_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Check authentication scheme in Basic authtomykaira2013-07-071-0/+7
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-3/+3
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-271-2/+2
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-1/+1
* Eliminate newlines in basic auth. fixes #2882Aaron Patterson2011-09-061-0/+8
* Added Base.http_basic_authenticate_with to do simple http basic authenticatio...David Heinemeier Hansson2011-03-281-0/+16
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Fix HTTP basic authentication for long credentials [#2572 state:resolved]Jan Schwenzien2009-08-091-0/+25
* Move basic auth test controller inside the test classPratik Naik2009-01-291-21/+21
* Improve HTTP Basic authentication testsPratik Naik2009-01-181-0/+88