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_process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-3
/
+3
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-1
/
+1
*
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
1
-5
/
+7
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-2
/
+2
*
assigns(:foo) should not convert @foo's keys to strings if it happens to be a...
Will Bryant
2012-02-18
1
-1
/
+2
*
TestCase should respect the view_assigns API instead of pulling variables on ...
José Valim
2011-10-02
1
-6
/
+1
*
Get the fixture_path from self.class instead of ActiveSupport::TestCase.
David Chelimsky
2011-06-25
1
-1
/
+1
*
Add missing require for cookies middleware
Andrew White
2011-06-04
1
-0
/
+1
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
1
-1
/
+1
*
typo
Jason Dew
2011-05-13
1
-1
/
+1
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-1
/
+1
*
Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...
David Trasbo
2010-11-07
1
-1
/
+1
*
Some require indifferent_access added
Santiago Pastorino
2010-04-21
1
-0
/
+1
*
access assigns as a method or hash, with strings or symbols [#4431 state:reso...
David Chelimsky
2010-04-17
1
-2
/
+2
*
AD::TestProcess relies on request.flash, so let's load it.
José Valim
2010-02-16
1
-0
/
+2
*
TestProcess belongs in AD
Joshua Peek
2009-12-12
1
-0
/
+42