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
*
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
*
Asserts now need html/document so it should require it
David Heinemeier Hansson
2005-09-21
1
-9
/
+0
*
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...
Jamis Buck
2005-08-01
1
-5
/
+6
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
1
-0
/
+9
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
1
-0
/
+4
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-0
/
+1
*
Added support for per-action session management #1763
Jamis Buck
2005-07-22
1
-1
/
+1
*
Improved testing of functional test setup.
Nicholas Seckar
2005-07-07
1
-1
/
+37
*
Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar]
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Fixed mr recycle!
David Heinemeier Hansson
2005-06-30
1
-1
/
+2
*
Uncommented request.recycle! as it breaks more than it fixes, left test case ...
David Heinemeier Hansson
2005-06-30
1
-5
/
+14
*
A bit more routes refactoring and test
David Heinemeier Hansson
2005-06-29
1
-5
/
+5
[next]