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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
2
-164
/
+17
*
Vendor new Rack::Mock changes
Joshua Peek
2009-04-30
2
-2
/
+2
*
Group integration test helpers and delegate other helpers to request and resp...
Joshua Peek
2009-04-30
1
-147
/
+126
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-1
/
+1
*
Move generic assertions into ActionDispatch
Joshua Peek
2009-04-30
8
-1114
/
+2
*
Test::Unit work arounds are handled by ActiveSupport
Joshua Peek
2009-04-30
1
-49
/
+0
*
Framework backtrace cleaning is handled by ActiveSupport now
Joshua Peek
2009-04-30
6
-113
/
+85
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
2
-10
/
+13
*
Move header injection back into integration tests
Joshua Peek
2009-04-28
1
-1
/
+6
*
Fix validate_request method name
Joshua Peek
2009-04-28
1
-4
/
+4
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-5
/
+5
*
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
*
Require an ActionDispatch::Request to use response assertions
Joshua Peek
2009-04-26
1
-6
/
+18
*
Unify functional and integration tests cookie helpers
Joshua Peek
2009-04-26
1
-21
/
+12
*
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
2
-62
/
+6
*
Remove pending rack specifications until they are official
Joshua Peek
2009-04-25
1
-3
/
+1
*
Start to integrate some of the features in Rack::Test.
Joshua Peek
2009-04-24
2
-178
/
+26
*
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
3
-16
/
+44
*
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-1
/
+3
*
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
3
-7
/
+7
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
10
-0
/
+2548
[prev]