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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-13
/
+18
*
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
3
-13
/
+24
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
2
-10
/
+6
*
Check for to_str rather than String
Jeremy Kemper
2009-04-26
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
2
-76
/
+12
*
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 RewindableInput middleware since all input MUST be rewindable accordin...
Joshua Peek
2009-04-25
1
-1
/
+0
*
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
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-1
/
+1
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
4
-5
/
+10
*
Rack::Utils.body_to_s doesn't exist in 1.0
Jeremy Kemper
2009-04-22
2
-2
/
+16
*
Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...
Jeremy Kemper
2009-04-21
2
-6
/
+20
*
render_for_text pushes a body part instead of replacing the whole body
Jeremy Kemper
2009-04-17
2
-10
/
+12
*
Don't set Content-Length in Base#response_body= since body may be any Rack-co...
Jeremy Kemper
2009-04-17
1
-1
/
+0
*
Rename render_to_string to render_to_body since it may return any Rack-compat...
Jeremy Kemper
2009-04-17
4
-10
/
+10
*
Merge docrails
lifo
2009-04-17
2
-2
/
+2
*
Don't check authenticity tokens for any AJAX requests
Ross Kaffenburger and Bryan Helmkamp
2009-04-15
1
-1
/
+2
*
Makes rails-dev-boost work again
Carl Lerche & Yehuda Katz
2009-04-14
2
-4
/
+4
*
Make dispatcher instances immutable
Joshua Peek
2009-04-14
1
-3
/
+14
*
Final blow to CGI
Joshua Peek
2009-04-14
1
-14
/
+3
*
Move MimeResponds into base folder
Joshua Peek
2009-04-14
1
-0
/
+0
*
Move reloader middleware in ActionDispatch
Joshua Peek
2009-04-14
2
-16
/
+2
*
Session management belongs in base folder
Joshua Peek
2009-04-14
1
-0
/
+0
*
Backwords compat alias for ActionController::Request and ActionController::Re...
Joshua Peek
2009-04-14
2
-0
/
+3
*
Make dispatcher instances immutable
Joshua Peek
2009-04-14
1
-13
/
+9
*
Final blow to CGI
Joshua Peek
2009-04-14
6
-268
/
+2
*
Move bundled rack into ActionDispatch
Joshua Peek
2009-04-14
50
-4998
/
+0
*
Resurrecting 1.9 compatibility.
Carl Lerche & Yehuda Katz
2009-04-13
2
-4
/
+7
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
76
-183
/
+5300
|
\
|
*
Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]
Doug McInnes
2009-04-07
1
-1
/
+1
|
*
added tests for session options being defaulted correctly to rack defaults [#...
Kenny Ortmann
2009-04-07
1
-1
/
+7
|
*
Merge docrails
Pratik Naik
2009-04-05
2
-18
/
+9
|
*
adding session_options initialization and test [#2303 state:resolved]
Ryan Angilly
2009-03-24
1
-0
/
+1
|
*
Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...
Peter Marklund
2009-03-24
1
-0
/
+1
|
*
Merge branch 'master' into bodyparts
Jeremy Kemper
2009-03-18
15
-54
/
+106
|
|
\
|
|
*
Merge docrails
Pratik Naik
2009-03-16
1
-1
/
+1
|
|
*
Ensure our bundled version of rack is at the front of the load path
Joshua Peek
2009-03-15
1
-1
/
+1
|
|
*
Add Rack version to Rails info
Joshua Peek
2009-03-14
1
-2
/
+2
[next]