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
*
Track all AC base subclasses as possible controllers for internal testing
Joshua Peek
2009-08-25
1
-3
/
+0
*
Cleanup route reloading in tests. Prefer with_routing over using ActionContro...
Joshua Peek
2009-08-16
1
-5
/
+1
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-1
/
+3
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-2
/
+2
*
Framework backtrace cleaning is handled by ActiveSupport now
Joshua Peek
2009-04-30
1
-27
/
+0
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
1
-6
/
+0
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-0
/
+8
|
\
|
*
added tests for session options being defaulted correctly to rack defaults [#...
Kenny Ortmann
2009-04-07
1
-4
/
+0
|
*
adding session_options initialization and test [#2303 state:resolved]
Ryan Angilly
2009-03-24
1
-0
/
+4
|
*
Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...
Peter Marklund
2009-03-24
1
-0
/
+8
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+2
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-1
/
+1
*
|
Controller, response, and request should all refer to same session, even afte...
Scott Taylor
2009-01-29
1
-0
/
+23
|
/
*
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
[next]