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
/
testing
/
process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup hacky routing with controller_path in url helper tests. This doesn't ...
Joshua Peek
2009-09-06
1
-1
/
+1
*
rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it instead
Joshua Peek
2009-08-31
1
-1
/
+1
*
Back off rack 1.1-pre and bundle in the new testing goodies
Joshua Peek
2009-08-31
1
-1
/
+1
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
1
-1
/
+3
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-1
/
+1
*
More perf work:
Yehuda Katz
2009-08-11
1
-1
/
+1
*
Got overhead down from 127 to 85. All tests pass:
Yehuda Katz
2009-08-11
1
-1
/
+1
*
Update cache_control to be a Hash of options that is used to build the header.
Yehuda Katz
2009-08-02
1
-1
/
+1
*
Add some missing dependencies
Yehuda Katz
2009-07-15
1
-0
/
+1
*
Merge process2 into process to people's regular tests run :P
Yehuda Katz + Carl Lerche
2009-06-16
1
-40
/
+11
*
Finish making things pass with updated internal content_type semantics
Yehuda Katz + Carl Lerche
2009-06-15
1
-0
/
+2
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-0
/
+1
*
Rescue hack was supposed to be removed. Some how it crept back in.
Joshua Peek
2009-05-17
1
-3
/
+0
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-4
/
+6
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
1
-13
/
+24
|
\
|
*
Switch functional tests to run through the rack interface instead of process
Joshua Peek
2009-05-02
1
-2
/
+11
|
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-1
/
+4
|
*
Deprecate assert_redirect_to's partial hash matching
Joshua Peek
2009-05-02
1
-9
/
+9
*
|
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-0
/
+4
|
/
*
alias method chain process with test
Joshua Peek
2009-04-30
1
-3
/
+6
*
Move TestRequest#query_parameters into AD TestRequest
Joshua Peek
2009-04-30
1
-12
/
+2
*
Set rack.input instead of RAW_POST_DATA in TestRequest
Joshua Peek
2009-04-30
1
-28
/
+11
*
Missed stray @request_uri
Joshua Peek
2009-04-30
1
-2
/
+0
*
Move TestRequest cookies accessor into AD TestRequest
Joshua Peek
2009-04-30
1
-2
/
+0
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
1
-156
/
+14
*
Vendor new Rack::Mock changes
Joshua Peek
2009-04-30
1
-1
/
+1
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-1
/
+1
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-5
/
+8
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
1
-1
/
+1
*
Use session= writer methods
Jeremy Kemper
2009-04-26
1
-2
/
+2
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-68
/
+10
*
Deprecate response.redirect_url_match?, use assert_match instead.
Joshua Peek
2009-04-26
1
-0
/
+1
*
Move useful response test helpers into request
Joshua Peek
2009-04-26
1
-60
/
+1
*
Start to integrate some of the features in Rack::Test.
Joshua Peek
2009-04-24
1
-28
/
+1
*
render_for_text pushes a body part instead of replacing the whole body
Jeremy Kemper
2009-04-17
1
-0
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-5
/
+17
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-21
/
+46
*
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-2
/
+2
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-0
/
+543