| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
| * | | | 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 |