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
...
*
|
|
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
3
-2
/
+6
*
|
|
Merge pull request #14137 from dasch/better-fragment-cache-instrumentation
Rafael Mendonça França
2014-05-14
1
-1
/
+7
|
\
\
\
|
*
|
|
Add controller and action name to the instrumentation payload
Daniel Schierbeck
2014-05-10
1
-1
/
+7
*
|
|
|
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
*
|
|
|
Fix examples indent and improve #process docs a bit [ci skip]
Carlos Antonio da Silva
2014-05-04
1
-16
/
+14
*
|
|
|
Document ActionController::TestCase::Behavior#process
Gaurish Sharma
2014-05-04
1
-0
/
+27
|
/
/
/
*
|
|
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
*
|
|
Update AC::Metal documentation example [ci skip]
Yury Velikanau
2014-04-15
1
-1
/
+2
*
|
|
Fix subscriptions not being unsubscribed.
Guo Xiang Tan
2014-04-14
1
-5
/
+7
*
|
|
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
*
|
|
update comments to reflect that options support is not available
Frederick Cheung
2014-03-25
1
-2
/
+2
*
|
|
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
2
-3
/
+9
*
|
|
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
2
-5
/
+23
*
|
|
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
|
/
/
/
*
|
|
Add spaces to deep_munge log message.
Shuhei Kagawa
2014-03-03
1
-3
/
+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
2
-8
/
+36
*
|
|
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
2
-1
/
+1
*
|
|
Simple Sungularize ActionController::UnpermittedParameters error in case when...
Serj L
2014-02-24
2
-2
/
+2
*
|
|
Update Docs in favor to use render plain instead of text option
robertomiranda
2014-02-18
3
-8
/
+8
*
|
|
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
*
|
|
Merge pull request #13863 from joshjordan/jsj-dont-throw-out-get-params
Rafael Mendonça França
2014-02-01
1
-4
/
+11
|
\
\
\
|
*
|
|
Do not discard query parameters on requests that use wrap_parameters
Josh Jordan
2014-01-30
1
-4
/
+11
*
|
|
|
Log which keys were set to nil in deep_munge
Lukasz Sarnacki
2014-01-28
1
-0
/
+9
|
/
/
/
*
|
|
Clear filtered request attributes between requests in tests
Andrew White
2014-01-27
1
-0
/
+3
*
|
|
Merge branch 'master' into laurocaetano-fix_send_file
Aaron Patterson
2014-01-10
11
-57
/
+218
|
\
\
\
|
*
|
|
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
|
*
|
|
Add missing av/railtie require
Łukasz Strzałkowski
2013-12-22
1
-0
/
+1
|
*
|
|
optimizes array conversion in AC::Parameters
Xavier Noria
2013-12-21
1
-2
/
+12
[prev]
[next]