| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'constraints' | Aaron Patterson | 2014-05-27 | 1 | -3/+8 |
|\ |
|
| * | skip the build business if the stack is empty | Aaron Patterson | 2014-05-26 | 1 | -2/+6 |
| * | stop hardcoding path_parameters and get it from the request | Aaron Patterson | 2014-05-26 | 1 | -1/+2 |
* | | Merge pull request #15325 from tgxworld/no_need_to_call_to_s | Yves Senn | 2014-05-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove duplicated to_s method call. | Guo Xiang Tan | 2014-05-25 | 1 | -1/+1 |
| |/ |
|
* / | Fix docs for ActionController::Renderers.add | Guillermo Iguaran | 2014-05-26 | 1 | -1/+1 |
|/ |
|
* | use Proc.new to automatically do parameter checking for us | Aaron Patterson | 2014-05-23 | 1 | -3/+1 |
* | use symbol keys for path_parameters | Aaron Patterson | 2014-05-22 | 2 | -6/+6 |
* | 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 | 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 |