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
*
Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...
Joshua Peek
2009-05-03
1
-23
/
+22
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
13
-328
/
+61
*
Deprecate Controller.process interface
Joshua Peek
2009-05-02
1
-0
/
+1
*
Switch functional tests to run through the rack interface instead of process
Joshua Peek
2009-05-02
5
-9
/
+22
*
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
3
-14
/
+9
*
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
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2009-04-30
1
-1
/
+2
|
\
|
*
Fix render :json => nil [#2589 state:resolved]
Jeremy Kemper
2009-04-30
1
-1
/
+2
*
|
Fix action-cached exception responses.
John F. Douthat
2009-04-30
1
-1
/
+9
|
/
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
3
-165
/
+19
*
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
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
[next]