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
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
1
-1
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-31
/
+33
*
TestSession supports indifferent access. Closes #7372.
Jeremy Kemper
2008-02-02
1
-3
/
+3
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-0
/
+1
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
David Heinemeier Hansson
2007-12-05
1
-7
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-9
/
+9
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-3
/
+11
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
1
-1
/
+2
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
1
-1
/
+2
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-11
/
+19
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-7
/
+7
*
Revert [6086] and [6087] since they caused a major regression with functional...
Jeremy Kemper
2007-02-10
1
-2
/
+2
*
TestSession supports indifferent access so session['foo'] == session[:foo] in...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-3
/
+3
*
Add a 'referer' attribute to TestRequest
Jamis Buck
2006-12-19
1
-0
/
+4
*
@response.redirect_url works with 201 Created responses: just return headers[...
Jeremy Kemper
2006-11-28
1
-1
/
+1
*
Use Location rather than location header.
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
1
-10
/
+23
*
Moved in deprecated assertions and remove duplicated requires
David Heinemeier Hansson
2006-09-03
1
-6
/
+1
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
1
-4
/
+6
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Require Tempfile explicitly for TestUploadedFile due to changes in class auto...
Rick Olson
2006-08-09
1
-0
/
+1
*
show missing file path on failed fixture_file_upload
Rick Olson
2006-07-30
1
-1
/
+1
*
Ensure TestRequest#session always returns a TestSession [Koz]
Michael Koziarski
2006-07-28
1
-1
/
+1
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-3
/
+5
*
Fix documentation for with_routing to reflect new reality (closes #5281)
Jamis Buck
2006-06-05
1
-7
/
+9
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-2
/
+2
*
Easy way to set accepting for functional tests
David Heinemeier Hansson
2006-05-31
1
-0
/
+4
*
follow_redirect doesn't complain about being redirected to the same controlle...
Jeremy Kemper
2006-05-22
1
-2
/
+3
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-2
/
+1
*
reset TestRequest#parameters after assigning paramters
Rick Olson
2006-04-22
1
-0
/
+1
*
add the TestCase.fixture_path when testing file uploads
Rick Olson
2006-03-27
1
-1
/
+1
*
If RAW_POST_DATA was set explicitly, use that (closes #4281)
David Heinemeier Hansson
2006-03-19
1
-6
/
+10
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+43
*
Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...
David Heinemeier Hansson
2006-03-16
1
-0
/
+10
*
Make the xml_http_request testing method set the HTTP_ACCEPT header
Jamis Buck
2006-03-14
1
-0
/
+2
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-1
/
+1
*
Move methods from TestResponse into a module, so they can be shared with resp...
Jamis Buck
2006-03-09
1
-1
/
+7
*
restore elided TestProcess#assigns method
Jamis Buck
2006-03-01
1
-6
/
+7
*
Make TestProcess methods public for access via Integration::Session. Make ret...
Jamis Buck
2006-03-01
1
-114
/
+105
*
Fixed that the request method would be sticky in tests (closes #3849) [lars@p...
David Heinemeier Hansson
2006-02-20
1
-2
/
+3
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+7
*
Extract Test::Unit::TestCase test process behavior into an ActionController::...
Sam Stephenson
2006-01-20
1
-107
/
+113
*
Add line and file information to test process' get, post, etc methods
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
reasoning behind the seemingly duplicated method
Michael Koziarski
2005-10-15
1
-1
/
+2
*
Add code and message to test response as per #2460
Michael Koziarski
2005-10-15
1
-0
/
+8
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
1
-1
/
+3
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-0
/
+1
[next]