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_controller
/
test_process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
1
-33
/
+36
*
Rolled back changed to test_process as it broke havok this morning
David Heinemeier Hansson
2005-06-29
1
-13
/
+12
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
1
-12
/
+13
*
Fixed that Functional tests do not set request.path_parameters properly #1512...
David Heinemeier Hansson
2005-06-26
1
-3
/
+13
*
Added testing of named routes #1506 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-26
1
-1
/
+6
*
Removed the require hack used in functional tests that worked around an earli...
Jamis Buck
2005-06-14
1
-16
/
+0
*
Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the...
David Heinemeier Hansson
2005-06-14
1
-1
/
+1
*
r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700
Jeremy Kemper
2005-06-12
1
-0
/
+5
*
Fixed Request#remote_ip in testing #1251 [bitsweat]
David Heinemeier Hansson
2005-05-19
1
-2
/
+6
*
Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...
David Heinemeier Hansson
2005-04-19
1
-0
/
+6
*
Fixed that :get, :post, and the others should take a flash array as the third...
David Heinemeier Hansson
2005-04-19
1
-2
/
+2
*
Added assert_tag and assert_no_tag as a much improved alternative to the depr...
David Heinemeier Hansson
2005-04-17
1
-0
/
+22
*
Deprecated the majority of all the testing assertions and replaced them with ...
David Heinemeier Hansson
2005-04-17
1
-16
/
+27
*
Fixed url_for(nil) in functional tests #1116 [Alisdair McDiarmid]
David Heinemeier Hansson
2005-04-17
1
-1
/
+2
*
Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]
David Heinemeier Hansson
2005-04-07
1
-0
/
+9
*
Added fourth option to process in test cases to specify the content of the fl...
David Heinemeier Hansson
2005-03-26
1
-1
/
+2
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
1
-2
/
+2
*
Added assigns shortcut for @response.template.assigns to controller test case...
David Heinemeier Hansson
2005-03-10
1
-1
/
+5
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-2
/
+20
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-20
/
+2
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-2
/
+20
*
Stringify the parameters on follow_redirect
David Heinemeier Hansson
2005-02-12
1
-1
/
+1
*
Added follow_redirect method for functional tests that'll get-request the red...
David Heinemeier Hansson
2005-02-12
1
-1
/
+9
*
Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]
David Heinemeier Hansson
2005-02-07
1
-6
/
+2
*
Added TestResponse#binary_content that'll return as a string the data sent th...
David Heinemeier Hansson
2005-01-20
1
-0
/
+17
*
Fixed that controller tests can now assert on the use of cookies #466 [Alexey]
David Heinemeier Hansson
2005-01-13
1
-0
/
+9
*
Apparently the temp hack for functional tests was still needed
David Heinemeier Hansson
2005-01-10
1
-0
/
+16
*
Removed temporary hack for test/unit problems that only worked for functional...
David Heinemeier Hansson
2005-01-10
1
-16
/
+0
*
Fixed problems with running multiple functional tests in Rails under 1.8.2 by...
David Heinemeier Hansson
2005-01-02
1
-0
/
+16
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
1
-0
/
+4
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-18
/
+21
*
Killed the out of place alias and made sure you can use the different HTTP me...
David Heinemeier Hansson
2004-12-08
1
-6
/
+5
*
Added all the HTTP methods as alternatives to the generic "process" for funct...
David Heinemeier Hansson
2004-12-07
1
-1
/
+14
*
Added TestSession#session_id that returns an empty string to make it easier t...
David Heinemeier Hansson
2004-12-06
1
-0
/
+4
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+195
[prev]