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
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-0
/
+80
*
added an integration test that checks ActionController::UnknownFormat renders...
Steven Soroka
2012-05-06
1
-0
/
+9
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-4
/
+4
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-1
/
+23
*
Integration tests support the OPTIONS http method
Jeremy Kemper
2012-02-19
1
-1
/
+17
*
Exclude rack.request.form_vars from request.filtered_env
Chad Jolly
2012-01-18
1
-0
/
+33
*
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
1
-2
/
+2
*
Revert "Make process reuse the env var passed as argument"
Santiago Pastorino
2011-09-24
1
-6
/
+5
*
fix creating an empty route on 1.8. Closes #1210
Damien Mathieu
2011-06-01
1
-0
/
+6
*
Make process reuse the env var passed as argument
Santiago Pastorino
2011-04-06
1
-0
/
+8
*
use a method that actually exists
Aaron Patterson
2010-10-01
1
-1
/
+1
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-6
/
+6
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Use assert_respond_to because it has better error messaging
Neeraj Singh
2010-05-18
1
-2
/
+2
*
Fix cookie access in integration tests with other host names
Joshua Peek
2010-04-05
1
-0
/
+45
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-1
/
+1
*
Fix stack overflow bug in integration test router helpers
Joshua Peek
2010-03-30
1
-0
/
+47
*
open_session can just return the a dup of the current context.
wycats
2010-03-22
1
-5
/
+3
*
Clarify cookie jar test
Jeremy Kemper
2010-03-04
1
-6
/
+1
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-1
/
+1
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-2
/
+2
*
If IntegrationSession is initialized with an objects that responds to #routes...
Carlhuda
2010-02-26
1
-4
/
+2
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-4
/
+4
*
Rename metaclass to singleton_class
Carlhuda
2010-02-25
1
-1
/
+1
*
Get URL helpers working again in integration tests.
Carlhuda
2010-02-25
1
-17
/
+7
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-3
/
+8
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-0
/
+13
*
Ruby 1.9: more constant lookup badness :(
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-1
/
+1
*
Make IntegrationTest::Runner propagate method_missing to ancestors.
George Ogata
2009-10-15
1
-0
/
+18
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-4
/
+1
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-1
/
+1
*
Fix generic url rewriter in integration tests
Joshua Peek
2009-09-25
1
-0
/
+9
*
Avoid conflict with a "MetalTest" module used in tests
Joshua Peek
2009-09-19
1
-1
/
+1
*
Need to reset session in internal integration tests after altering the route set
Joshua Peek
2009-09-06
1
-0
/
+1
*
test depends on html-scanner
Jeremy Kemper
2009-05-23
1
-0
/
+1
*
Integrating Rack::MockSession (from Rack::Test)
Bryan Helmkamp
2009-05-19
1
-3
/
+3
*
Change integration test helpers to accept Rack environment instead of just HT...
Pratik Naik
2009-05-19
1
-12
/
+12
*
Group integration test helpers and delegate other helpers to request and resp...
Joshua Peek
2009-04-30
1
-11
/
+1
*
Unify functional and integration tests cookie helpers
Joshua Peek
2009-04-26
1
-1
/
+1
*
Start to integrate some of the features in Rack::Test.
Joshua Peek
2009-04-24
1
-1
/
+1
*
update rack fixture to be ruby 1.9 compat
Joshua Peek
2009-03-15
1
-2
/
+2
*
update rack fixture to be ruby 1.9 compat
Joshua Peek
2009-03-15
1
-1
/
+1
*
Update bundled Rack for Ruby 1.9 spec changes
Joshua Peek
2009-02-07
1
-1
/
+1
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-4
/
+0
*
Use Rack::Head middleware to ensure the body is discarded for HEAD requests
Joshua Peek
2009-02-01
1
-0
/
+14
*
Revert "HTTP Digest authentication [#1230 state:resolved]"
Pratik Naik
2009-01-13
1
-88
/
+0
*
Bump Rack version to 0.9
Joshua Peek
2009-01-06
1
-3
/
+3
[next]