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
/
lib
/
action_dispatch
/
testing
/
test_request.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
assign the cookie hash on request allocation
Aaron Patterson
2015-07-08
1
-1
/
+1
*
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-8
/
+8
*
make `env` a required parameter
Aaron Patterson
2015-07-08
1
-1
/
+1
*
remove useless `new` implementation
Aaron Patterson
2015-07-08
1
-4
/
+0
*
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
1
-9
/
+4
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-1
/
+1
*
Allow overriding of all headers from passed environment hash
Andrew White
2013-07-25
1
-5
/
+5
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-1
/
+7
*
Fix bug when Rails.application is defined but is nil. See #881
Marc-Andre Lafortune
2012-05-21
1
-1
/
+1
*
Remove not needed requires
Santiago Pastorino
2012-03-31
1
-1
/
+0
*
Add backward compatibility for testing cookies
Andrew White
2011-06-05
1
-1
/
+7
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
1
-25
/
+0
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-1
/
+6
*
Initialize @cookies.
Emilio Tagua
2010-09-27
1
-0
/
+1
*
Don't shadow outer local variables.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-0
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Switch functional tests to run through the rack interface instead of process
Joshua Peek
2009-05-02
1
-0
/
+5
*
Move TestRequest#query_parameters into AD TestRequest
Joshua Peek
2009-04-30
1
-0
/
+4
*
Move TestRequest cookies accessor into AD TestRequest
Joshua Peek
2009-04-30
1
-3
/
+21
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-0
/
+56