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
/
test
/
controller
/
test_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-0
/
+32
*
request.parameters doesn't overwrite request.request_parameters. Closes #9949...
Jeremy Kemper
2007-10-22
1
-2
/
+2
*
Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]
Jeremy Kemper
2007-10-08
1
-0
/
+15
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-2
/
+2
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-0
/
+24
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
1
-0
/
+24
*
Include location header in args.
Jeremy Kemper
2007-05-18
1
-2
/
+1
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-2
/
+13
*
Expect string response body.
Jeremy Kemper
2007-04-24
1
-1
/
+1
*
Deprecation: remove deprecated url_for(:symbol, *args) and redirect_to(:symbo...
Jeremy Kemper
2007-03-13
1
-14
/
+0
*
Revert [6086] and [6087] since they caused a major regression with functional...
Jeremy Kemper
2007-02-10
1
-14
/
+0
*
TestSession supports indifferent access so session['foo'] == session[:foo] in...
Jeremy Kemper
2007-01-28
1
-0
/
+14
*
Fix Test::Unit::TestCase#clean_backtrace
Jeremy Kemper
2007-01-28
1
-2
/
+30
*
Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...
Rick Olson
2006-12-25
1
-1
/
+1
*
@response.redirect_url works with 201 Created responses: just return headers[...
Jeremy Kemper
2006-11-28
1
-0
/
+19
*
Fix broken assert_generates when extra keys are being checked.
Jamis Buck
2006-10-16
1
-0
/
+4
*
Fix assert_tag so that :content => "foo" does not match substrings, but only ...
Jamis Buck
2006-09-10
1
-2
/
+9
*
Add test case to test attribute matching by assert_tag
Jamis Buck
2006-09-09
1
-0
/
+10
*
test_test deprecation and cosmetics
Jeremy Kemper
2006-09-04
1
-22
/
+24
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-6
/
+7
*
follow_redirect doesn't complain about being redirected to the same controlle...
Jeremy Kemper
2006-05-22
1
-7
/
+39
*
Diff compared options with #assert_redirected_to [Rick]
Rick Olson
2006-04-22
1
-2
/
+9
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
1
-3
/
+18
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+27
*
Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...
David Heinemeier Hansson
2006-03-16
1
-0
/
+17
*
Fixed that the request method would be sticky in tests (closes #3849) [lars@p...
David Heinemeier Hansson
2006-02-20
1
-0
/
+6
*
Fix the html-scanner to count children correctly, playing nicely with :only, ...
Jamis Buck
2005-10-18
1
-2
/
+19
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
1
-0
/
+5
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
1
-1
/
+128
*
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...
Jamis Buck
2005-08-01
1
-0
/
+17
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
1
-1
/
+14
*
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...
David Heinemeier Hansson
2005-07-21
1
-0
/
+1
*
Fix assert_routing with nested controllers. Closes #1582 and #1386.
Nicholas Seckar
2005-07-15
1
-3
/
+12
*
Improved testing of functional test setup.
Nicholas Seckar
2005-07-07
1
-3
/
+37
*
Uncommented request.recycle! as it breaks more than it fixes, left test case ...
David Heinemeier Hansson
2005-06-30
1
-4
/
+15
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
1
-0
/
+21
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
1
-5
/
+5
*
Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
David Heinemeier Hansson
2005-06-25
1
-0
/
+4
*
Added assert_tag and assert_no_tag as a much improved alternative to the depr...
David Heinemeier Hansson
2005-04-17
1
-0
/
+37
*
Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]
David Heinemeier Hansson
2005-04-07
1
-0
/
+25
*
Added fourth option to process in test cases to specify the content of the fl...
David Heinemeier Hansson
2005-03-26
1
-0
/
+25
[prev]