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
/
metal
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Run login_procedure only when the auth_scheme is valid
tomykaira
2013-07-08
1
-7
/
+14
|
*
|
Check authentication scheme in Basic auth
tomykaira
2013-07-07
1
-1
/
+6
*
|
|
Add ActionController::Renderers.remove.
Zuhao Wan
2014-05-20
1
-0
/
+16
*
|
|
fixes stack level too deep exception on action named 'status' returning 'head...
Christiaan Van den Poel
2014-05-15
2
-2
/
+2
*
|
|
Add multiple lines message support for SSE module
ayaya
2014-05-12
1
-1
/
+2
*
|
|
Moved 'params[request_forgery_protection_token]' into its own method and impr...
Tom Kadwill
2014-05-06
1
-1
/
+1
*
|
|
do not allocate strings while creating urls
Aaron Patterson
2014-04-30
1
-1
/
+1
*
|
|
don't allocate string on hash access
Aaron Patterson
2014-04-30
1
-1
/
+1
*
|
|
ActionController::Renderers documentation fix
Stevie Graham
2014-04-20
1
-2
/
+2
*
|
|
[ci skip] builtin -> built-in
Akshay Vishnoi
2014-04-20
1
-1
/
+1
*
|
|
Tiny doc fix for Strong Parameters
Ian C. Anderson
2014-03-30
1
-1
/
+1
*
|
|
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
*
|
|
re-raise error if error occurs before committing in streaming
Kevin Casey
2014-03-14
1
-10
/
+11
*
|
|
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-2
/
+8
*
|
|
just ask the response for the commit status, we do not need to ask the jar
Aaron Patterson
2014-03-12
1
-1
/
+1
*
|
|
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-4
/
+8
*
|
|
Merge pull request #14280 from joho/make_csrf_failure_logging_optional
Santiago Pastorino
2014-03-08
1
-1
/
+7
|
\
\
\
|
*
|
|
Make CSRF failure logging optional/configurable.
John Barton (joho)
2014-03-05
1
-1
/
+7
*
|
|
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
2
-5
/
+3
|
/
/
/
*
|
|
use built-in exception handling in live controllers
Aaron Patterson
2014-02-28
1
-2
/
+5
*
|
|
live controllers should have live responses
Aaron Patterson
2014-02-28
1
-2
/
+14
*
|
|
set the error callback to a nice default in case nobody set an error callback...
Aaron Patterson
2014-02-28
1
-1
/
+1
*
|
|
Fix controller test not resetting @_url_options
Tony Wooster
2014-02-26
1
-1
/
+0
*
|
|
Simple Sungularize ActionController::UnpermittedParameters error in case when...
Serj L
2014-02-24
1
-1
/
+1
*
|
|
Update Docs in favor to use render plain instead of text option
robertomiranda
2014-02-18
2
-7
/
+7
*
|
|
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
2
-8
/
+6
*
|
|
Cleanup `ActionController::Rendering`
Prem Sichanugrist
2014-02-18
1
-11
/
+27
*
|
|
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-2
/
+2
*
|
|
Introduce `render :plain` for render plain text
Prem Sichanugrist
2014-02-18
1
-2
/
+10
*
|
|
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-4
/
+13
*
|
|
Correct prestreaming controller response status.
Kevin Casey
2014-02-15
1
-0
/
+2
*
|
|
No variant should also be picked up by variant.any if variant.none is not def...
David Heinemeier Hansson
2014-02-13
1
-1
/
+1
*
|
|
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-8
/
+20
*
|
|
Do not discard query parameters on requests that use wrap_parameters
Josh Jordan
2014-01-30
1
-4
/
+11
*
|
|
Merge branch 'master' into laurocaetano-fix_send_file
Aaron Patterson
2014-01-10
9
-41
/
+212
|
\
\
\
|
*
|
|
Add any/all support for variants
Łukasz Strzałkowski
2013-12-26
1
-27
/
+54
|
*
|
|
Improve font of some code in API documentation [ci skip]
Chun-wei Kuo
2013-12-26
1
-1
/
+1
|
*
|
|
AC::Parameters#permit! permits hashes in array values
Xavier Noria
2013-12-23
1
-2
/
+4
|
*
|
|
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
1
-2
/
+1
|
*
|
|
optimizes array conversion in AC::Parameters
Xavier Noria
2013-12-21
1
-2
/
+12
|
*
|
|
refactors AC::Parameters#fetch
Xavier Noria
2013-12-21
1
-10
/
+3
|
*
|
|
converts hashes in arrays of unfiltered params to unpermitted params [fixes #...
Xavier Noria
2013-12-21
1
-3
/
+10
|
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
|
*
|
|
|
Clearly limit new CSRF protection to GET requests
Jeremy Kemper
2013-12-17
1
-2
/
+7
|
*
|
|
|
Merge pull request #13345 from jeremy/get-csrf
Jeremy Kemper
2013-12-17
1
-13
/
+61
|
|
\
\
\
\
|
|
*
|
|
|
CSRF protection from cross-origin <script> tags
Jeremy Kemper
2013-12-17
1
-13
/
+61
|
*
|
|
|
|
Some assorted fixes for the 4.1 release notes:
Godfrey Chan
2013-12-17
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
Fix syntax error in redirect_to example
Philipe Fatio
2013-12-14
1
-1
/
+1
|
*
|
|
|
Merge pull request #13293 from akshay-vishnoi/typo
Carlos Antonio da Silva
2013-12-12
1
-1
/
+1
|
|
\
\
\
\
[prev]
[next]