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
*
refactor Redirecting so we do not need a controller instance
Aaron Patterson
2014-08-06
1
-3
/
+5
*
just set the host, no need for another hash allocation / merge!
Aaron Patterson
2014-08-01
1
-1
/
+1
*
Simplify code branch, remove #tap
Carlos Antonio da Silva
2014-07-31
1
-7
/
+6
*
Avoid a new hash object
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
Fix protect_from_forgery docs
David Albert
2014-07-27
1
-1
/
+1
*
docs, add ref where to find valid `head` status symbols.
Yves Senn
2014-07-25
1
-0
/
+2
*
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+1
*
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
1
-6
/
+2
*
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
1
-1
/
+1
*
Merge pull request #16011 from xjlu/token_and_options
Rafael Mendonça França
2014-07-04
1
-1
/
+1
|
\
|
*
Improve token_and_options regex and test
Xinjiang Lu
2014-07-01
1
-1
/
+1
*
|
Change the JSON renderer to enforce the 'JS' Content Type
Lucas Mazza
2014-07-02
1
-1
/
+4
|
/
*
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
1
-5
/
+20
|
\
|
*
Improvements per code review.
Rafael Chacón
2014-06-27
1
-4
/
+3
|
*
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
1
-5
/
+21
*
|
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
|
[ci skip] /javascript/ ~> JavaScript
Aditya Kapoor
2014-06-17
1
-3
/
+3
*
|
Merge pull request #15692 from sromano/falseClass
Matthew Draper
2014-06-14
1
-1
/
+6
|
\
\
|
*
|
ActionController::Parameters#require now accepts FalseClass values
Sergio Romano
2014-06-13
1
-0
/
+1
|
/
/
*
|
Fix parsed token value with header `Authorization token=`.
Larry Lv
2014-06-13
1
-2
/
+2
*
|
Set the status before of setting the response body
Guillermo Iguaran
2014-06-13
1
-2
/
+2
*
|
Handle client disconnect during live streaming
Matthew Draper
2014-06-08
1
-0
/
+48
*
|
adds some details to the rationale of converted_arrays [ci skip]
Xavier Noria
2014-06-07
1
-0
/
+4
*
|
Revert "Convert StrongParameters cache to a hash. This fixes an unbounded"
Xavier Noria
2014-06-07
1
-6
/
+6
*
|
[ci skip] Fix capitalization
Akshay Vishnoi
2014-06-07
1
-1
/
+1
*
|
eliminate wasteful AS::SafeBuffer allocation
Aaron Patterson
2014-06-06
1
-1
/
+1
*
|
Avoid misuse of underscore argument
Corey Ward
2014-06-05
1
-2
/
+2
*
|
Convert StrongParameters cache to a hash. This fixes an unbounded
Ryan Davis
2014-06-03
1
-6
/
+6
*
|
Fix docs for ActionController::Renderers.add
Guillermo Iguaran
2014-05-26
1
-1
/
+1
*
|
use symbol keys for path_parameters
Aaron Patterson
2014-05-22
1
-1
/
+1
*
|
we can just use Ruby here
Aaron Patterson
2014-05-21
1
-2
/
+2
*
|
fix formatting and text for ActionController::Redirecting doc
Laurel Fan
2014-05-21
1
-4
/
+8
*
|
Merge pull request #11346 from tomykaira/fix_10257
Rafael Mendonça França
2014-05-20
1
-2
/
+14
|
\
\
|
*
|
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
|
\
\
\
[next]