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
/
integration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Delegate xhr helper method to integration session
Joshua Peek
2008-08-19
1
-1
/
+18
*
More integration test coverage
Joshua Peek
2008-08-17
1
-3
/
+29
*
Improved test coverage for integration test's api
Joshua Peek
2008-06-17
1
-5
/
+88
*
use stubbing instead of monkeypatching to stop tests from interfering ...
Michael Koziarski
2008-02-19
1
-14
/
+13
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+1
*
Integration tests use ActionController::Dispatcher rather than the old Dispat...
Jeremy Kemper
2007-12-22
1
-1
/
+0
*
Added delete_via_redirect and put_via_redirect to integration testing (closes...
David Heinemeier Hansson
2007-12-17
1
-11
/
+32
*
Allow headers[Accept] to be set by hand when calling xml_http_request (closes...
David Heinemeier Hansson
2007-12-17
1
-0
/
+9
*
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
Jeremy Kemper
2007-10-27
1
-6
/
+6
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-1
/
+1
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
1
-10
/
+0
*
Take advantage of Mocha support for sequenced returns. Closes #8639 [Josh Peek]
Jeremy Kemper
2007-06-13
1
-4
/
+2
*
Integration tests: alias xhr to xml_http_request and add a request_method arg...
Jeremy Kemper
2007-05-21
1
-4
/
+54
*
Integration tests: introduce methods for other HTTP methods. Closes #6353.
Jeremy Kemper
2007-02-22
1
-1
/
+38
*
Wrap and skip tests using mocha.
Jeremy Kemper
2007-01-14
1
-6
/
+2
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
1
-0
/
+154
[prev]