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
...
*
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
|
|
*
Fix requirements for additional member/collection routes [#2054 state:resolved]
Mike Gunderloy
2009-03-14
1
-5
/
+6
|
|
*
Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 st...
Joshua Peek
2009-03-13
1
-6
/
+1
|
|
*
Update rack to fix multipart uploads with an empty file [#1945 state:resolved]
Joshua Peek
2009-03-13
13
-42
/
+98
|
*
|
Extract Response#string_body?
Jeremy Kemper
2009-03-13
1
-2
/
+6
|
*
|
Return body parts directly to Rack rather than building a response string our...
Jeremy Kemper
2009-03-12
4
-23
/
+40
|
|
/
|
*
Handle irregular plurals in polymorphic_urls [#2212 state:resolved]
Mike Gunderloy
2009-03-12
1
-2
/
+5
|
*
Support MD5 passwords for Digest auth and use session_options[:secret] in non...
Donald Parish
2009-03-12
1
-21
/
+51
|
*
Update bundled Rack to fix Litespeed compatibility [#2198 state:resolved]
Russ Smith
2009-03-11
7
-10
/
+25
|
*
Ensure correct content type is declared after cache hits on actions with stri...
Mislav Marohnić
2009-03-10
1
-17
/
+10
|
*
update bundled version of rack before 2.3 final
Joshua Peek
2009-03-10
10
-11
/
+42
|
*
reset_session should force a new session id to be generated [#2173]
Joshua Peek
2009-03-09
1
-0
/
+1
|
*
Ensure blank path_prefix works as expected [#2122 state:resolved]
Andrew Bloom
2009-03-09
1
-1
/
+2
|
*
Support OPTIONS verb in route conditions [#1727 state:resolved]
Mike Gunderloy
2009-03-08
1
-1
/
+1
|
*
Ensure shallow routes respects namespace [#1356 state:resolved]
Tom Stuart
2009-03-07
1
-2
/
+2
|
*
Fixed simplified render with nested models [#2042 state:resolved]
Joshua Peek
2009-03-07
1
-0
/
+3
|
*
fix HTML fallback for explicit templates [#2052 state:resolved]
Matt Jones
2009-03-07
1
-5
/
+5
|
*
Ensure assert_select works with XML namespaced attributes [#1547 state:resolv...
Pratik Naik
2009-03-07
1
-1
/
+1
|
*
Remove unused variable [#1451 state:resolved] [Raphaël Valyi]
Pratik Naik
2009-03-07
1
-1
/
+0
|
*
Ensure expires_in without a :public key sets the Cache-Control header to priv...
Johan Sørensen
2009-03-07
1
-1
/
+3
|
*
Fix layouts with absolute paths [#2134 state:resolved]
thedarkone
2009-03-05
1
-1
/
+0
|
*
Failing test for routes with member & requirement [#2054 state:resolved]
Mike Gunderloy
2009-03-05
1
-1
/
+6
|
*
Fixed that redirection would just log the options, not the final url (which l...
David Heinemeier Hansson
2009-03-05
1
-1
/
+1
|
*
Generating routes with optional format segment does not inherit params format...
Joshua Peek
2009-03-04
1
-1
/
+5
|
*
Allow routes with a trailing slash to be recognized
Mike Gunderloy
2009-03-04
1
-1
/
+1
[prev]
[next]