index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
http_basic_authentication_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
1
-3
/
+3
|
*
cleanup, remove trailing whitespace within actionpack
Yves Senn
2012-10-27
1
-2
/
+2
|
*
remove ActiveSupport::Base64 in favor of ::Base64
Sergey Nartimov
2012-01-02
1
-1
/
+1
|
*
Eliminate newlines in basic auth. fixes #2882
Aaron Patterson
2011-09-06
1
-0
/
+8
|
*
Added Base.http_basic_authenticate_with to do simple http basic ↵
David Heinemeier Hansson
2011-03-28
1
-0
/
+16
|
|
|
|
authentication with a single class method call [DHH]
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵
Santiago Pastorino
2010-08-14
1
-3
/
+3
|
|
|
|
's/[ \t]*$//' -i {} \;)
*
Fix HTTP basic authentication for long credentials [#2572 state:resolved]
Jan Schwenzien
2009-08-09
1
-0
/
+25
|
|
|
|
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
*
Move basic auth test controller inside the test class
Pratik Naik
2009-01-29
1
-21
/
+21
|
*
Improve HTTP Basic authentication tests
Pratik Naik
2009-01-18
1
-0
/
+88