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
/
lib
/
action_controller
/
integration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTP Digest authentication [#1230 state:resolved]
Joshua Peek
2008-12-28
1
-0
/
+82
*
ActionController::VerbPiggybacking middleware
Joshua Peek
2008-12-23
1
-0
/
+11
*
Rename RackRequest to Request
Pratik Naik
2008-12-23
1
-1
/
+1
*
Rename AbstractResponse to Response and inheirt from Rack::Response
Joshua Peek
2008-12-19
1
-4
/
+4
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-1
/
+2
*
Use more generic test env flag
Joshua Peek
2008-12-18
1
-1
/
+1
*
Decorate responses from Rack Middleware and Rails Metal for the purposes of i...
Jesse Newland
2008-12-17
1
-10
/
+17
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-2
/
+2
*
Use Mime::JS in place of explicit 'text/javascript' [#1573 state:resolved]
Seth Fitzsimmons
2008-12-15
1
-3
/
+1
*
Fix for Integration::Session follow_redirect! headers['location'] bug with Ra...
Christos Zisopoulos
2008-12-10
1
-1
/
+1
*
Make integration test runner more Rack friendly and clean out old CGI cruft
Joshua Peek
2008-12-08
1
-57
/
+96
*
Boot out CGI Processor.
Joshua Peek
2008-12-04
1
-2
/
+3
*
Ensure Test::Unit::Assertions is available
Jeremy Kemper
2008-11-26
1
-0
/
+1
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-4
/
+0
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-2
/
+2
*
call clear_active_connections! in :after_dispatch to give pooled connections ...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+1
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-4
/
+4
*
Switched integration test runner to use Rack processor instead of CGI
Joshua Peek
2008-08-20
1
-44
/
+32
*
Delegate xhr helper method to integration session
Joshua Peek
2008-08-19
1
-1
/
+1
*
Remove send! usage, relic of reverted 1.9 behavior
Jeremy Kemper
2008-07-28
1
-1
/
+1
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-5
/
+13
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Performance: integration test benchmarking and profiling. [Jeremy Kemper]
Jeremy Kemper
2008-06-14
1
-4
/
+5
*
Merge docrails.
Pratik Naik
2008-05-25
1
-9
/
+9
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
1
-0
/
+4
*
Ruby 1.9 compat: don't confuse with headers method call
Jeremy Kemper
2008-04-01
1
-3
/
+3
*
Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
Michael Koziarski
2008-03-03
1
-1
/
+49
*
Integration tests use ActionController::Dispatcher rather than the old Dispat...
Jeremy Kemper
2007-12-22
1
-2
/
+3
*
Added delete_via_redirect and put_via_redirect to integration testing (closes...
David Heinemeier Hansson
2007-12-17
1
-13
/
+28
*
Allow headers[Accept] to be set by hand when calling xml_http_request (closes...
David Heinemeier Hansson
2007-12-17
1
-1
/
+1
*
Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...
Michael Koziarski
2007-11-19
1
-1
/
+0
*
Remove unneeded code to disable optimisations. the defined?(request) stuff t...
Michael Koziarski
2007-11-17
1
-3
/
+0
*
Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...
Jeremy Kemper
2007-11-01
1
-72
/
+85
*
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
Jeremy Kemper
2007-10-27
1
-6
/
+7
*
More Performant Cookie Regexp for Integration tests. [Ola Bini]
Michael Koziarski
2007-10-16
1
-1
/
+1
*
Missed post_via_redirect. References #6834
Michael Koziarski
2007-10-13
1
-1
/
+1
*
Define get_via_redirect as well. Closes #6834 [colthorp]
Michael Koziarski
2007-10-13
1
-1
/
+2
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-8
/
+8
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-8
/
+7
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
1
-9
/
+0
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
1
-0
/
+4
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
1
-1
/
+1
*
Revert [6811]. Should be fixed instead of selectively reintroducing the depre...
Jeremy Kemper
2007-05-23
1
-1
/
+0
*
Set RAW_POST_DATA in integration tests as expected
Tobias Lütke
2007-05-22
1
-0
/
+1
*
Integration tests: alias xhr to xml_http_request and add a request_method arg...
Jeremy Kemper
2007-05-21
1
-20
/
+30
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-1
/
+1
*
Pass stdinput to super.
Jeremy Kemper
2007-05-18
1
-4
/
+3
*
Add ActionController::Routing::Helpers, a module to contain common URL helper...
Nicholas Seckar
2007-05-12
1
-1
/
+1
[next]