| Commit message (Expand) | Author | Age | Files | Lines |
* | renderers typo fix [ci skip] | ota42y | 2016-12-27 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Action Pack | Akira Matsuda | 2016-12-24 | 5 | -31/+30 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 3 | -6/+6 |
* | updating docs | Aaron Patterson | 2016-12-21 | 1 | -0/+4 |
* | Document and update API for `skip_parameter_encoding` | Aaron Patterson | 2016-12-21 | 2 | -12/+27 |
* | Merge pull request #27408 from matthewd/charset-fix | Matthew Draper | 2016-12-20 | 1 | -3/+3 |
|\ |
|
| * | Only default the response charset when it is first set | Matthew Draper | 2016-12-20 | 1 | -3/+3 |
* | | Merge pull request #27146 from maclover7/jm-fix-27145 | Eileen M. Uchitelle | 2016-12-19 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Do not clear HTTP_COOKIES header after request | Jon Moss | 2016-12-11 | 1 | -2/+0 |
* | | Missing require "active_support/testing/constant_lookup" | Akira Matsuda | 2016-12-14 | 1 | -0/+1 |
|/ |
|
* | Do not try to set the content_type if the format is nil | Rafael Mendonça França | 2016-12-05 | 1 | -1/+1 |
* | Document 'false' as option for 'action_on_unpermitted_parameters' | Daniel Carral | 2016-11-29 | 1 | -2/+2 |
* | Fix a force ssl redirection bug that occur when session store disabled. | Taishi Kasuga | 2016-11-22 | 1 | -1/+1 |
* | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 1 | -2/+3 |
* | Merge pull request #26905 from bogdanvlviv/docs | Andrew White | 2016-11-13 | 2 | -2/+2 |
|\ |
|
| * | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 2 | -2/+2 |
* | | removes unconventional "then" in case expression | Xavier Noria | 2016-11-13 | 1 | -1/+1 |
* | | revises style in recent code (of mine) | Xavier Noria | 2016-11-13 | 1 | -5/+7 |
* | | significant speedup of AC::Parameters#permit | Xavier Noria | 2016-11-12 | 1 | -1/+3 |
* | | adds a missing dot [ci skip] | Xavier Noria | 2016-11-11 | 1 | -1/+1 |
* | | adds support for arbitrary hashes in strong parameters | Xavier Noria | 2016-11-11 | 1 | -0/+45 |
* | | Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters | Rafael França | 2016-11-10 | 1 | -0/+7 |
|\ \ |
|
| * | | add `ActionController::Parameters#merge!` | yuuji.yaginuma | 2016-10-18 | 1 | -0/+7 |
| |/ |
|
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 10 | -12/+12 |
* | | remove unused `RedirectBackError` class | yuuji.yaginuma | 2016-10-27 | 1 | -8/+0 |
|/ |
|
* | Allow any key in Renderer environment hash | Sammy Larbi | 2016-10-15 | 1 | -1/+3 |
* | ActionController::Parameters#deep_dup (#26567) | Pavel Evstigneev | 2016-10-11 | 1 | -0/+7 |
* | Add missing @, fix indents. [ci skip] | bogdanvlviv | 2016-10-10 | 1 | -6/+6 |
* | Remove deprecated support to passing strings to the middleware stack | Rafael Mendonça França | 2016-10-10 | 1 | -1/+1 |
* | Remove deprecated support to non-keyword arguments #process | Rafael Mendonça França | 2016-10-10 | 1 | -70/+16 |
* | Remove deprecated `xml_http_request` and `xhr` methods | Rafael Mendonça França | 2016-10-10 | 1 | -15/+0 |
* | Remove deprecated methods in ActionController::Parameters | Rafael Mendonça França | 2016-10-10 | 1 | -20/+0 |
* | Remove deprecated comparing support with `ActionController::Parameters` | Rafael Mendonça França | 2016-10-10 | 1 | -9/+0 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -12/+1 |
* | Remove deprecated support to :nothing in render | Rafael Mendonça França | 2016-10-09 | 1 | -5/+0 |
* | Remove deprecated support to `:back` in `redirect_to` | Rafael Mendonça França | 2016-10-09 | 1 | -8/+0 |
* | Remove deprecated support for status option in head | Rafael Mendonça França | 2016-10-09 | 1 | -7/+1 |
* | Remove deprecation at ActionController::BadRequest | Rafael Mendonça França | 2016-10-09 | 1 | -11/+1 |
* | Remove obsolete comment about class-level respond_to | Andrew White | 2016-10-01 | 1 | -2/+0 |
* | Merge pull request #26573 from kirs/action-controller-as-format | Rafael França | 2016-09-27 | 1 | -4/+4 |
|\ |
|
| * | Make :as option also set request format (AC::TestCase) | Kir Shatrov | 2016-09-21 | 1 | -4/+4 |
* | | Correct `render text:` deprecation message | Jack Bracewell | 2016-09-14 | 1 | -1/+1 |
* | | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 4 | -15/+15 |
* | | Do not mutate AC::TestRequest::DEFAULT_OPTIONS | Kir Shatrov | 2016-09-10 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #26418 from y-yagi/fixes_26415 | Richard Schneeman | 2016-09-07 | 1 | -1/+1 |
|\ |
|
| * | call `.to_h` to avoid using deprecated method | yuuji.yaginuma | 2016-09-07 | 1 | -1/+1 |
* | | Merge pull request #26016 from nateberkopec/patch-1 | Vipul A M | 2016-09-07 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Clarify expires_now documentation | Nate Berkopec | 2016-09-06 | 1 | -2/+3 |
* | | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -6/+6 |
* | | RuboCop is 100% green :tada: | Xavier Noria | 2016-09-02 | 1 | -1/+1 |