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
*
Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...
Jeremy Kemper
2008-11-08
1
-2
/
+2
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-13
/
+9
*
Make sure named routes with parameters can be used in tests before a request ...
Eloy Duran
2008-10-13
1
-0
/
+1
*
Add TestUploadFile.content_type= to match Request.UploadedFile
Tim Haines
2008-08-27
1
-0
/
+5
*
Prepare Route#generate and Route#recognize early. Also refactor segments a bi...
Joshua Peek
2008-07-28
1
-2
/
+2
*
Routing whitespace cleanup
Joshua Peek
2008-07-28
1
-11
/
+10
*
Remove old broken follow_redirect from functional tests. Still works in inte...
Michael Koziarski
2008-07-04
1
-18
/
+0
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
1
-5
/
+15
*
Fixed flash.now not being accessible in tests. Flash sweeping is now done bef...
Andreas Neuhaus
2008-05-11
1
-0
/
+10
*
Allow using named routes in ActionController::TestCase before any request has...
Pratik Naik
2008-03-08
1
-0
/
+11
*
TestSession supports indifferent access. Closes #7372.
Jeremy Kemper
2008-02-02
1
-0
/
+26
*
Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]
Michael Koziarski
2008-01-30
1
-0
/
+7
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-10
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-3
/
+2
*
Ensure that test case setup is run even if overridden. Closes #10382.
Jeremy Kemper
2007-12-28
1
-1
/
+10
*
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
David Heinemeier Hansson
2007-12-05
1
-0
/
+9
*
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
[next]