| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 34 | -58/+58 |
* | | Support plain loggers in DebugExceptions | Genadi Samokovarov | 2016-10-28 | 1 | -1/+3 |
* | | Fix :stopdoc: to :startdoc: [ci skip] | Ryuta Kamizono | 2016-10-28 | 1 | -1/+1 |
* | | removes requires already present in active_support/rails | Xavier Noria | 2016-10-27 | 2 | -3/+0 |
* | | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | | remove unused `RedirectBackError` class | yuuji.yaginuma | 2016-10-27 | 1 | -8/+0 |
* | | Remove all Journey constant from public API | Rafael Mendonça França | 2016-10-26 | 5 | -7/+17 |
* | | HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870) | प्रथमेश Sonpatki | 2016-10-23 | 1 | -1/+1 |
* | | Revert "Undefine assings in IntegrationTest" | Rafael Mendonça França | 2016-10-21 | 1 | -2/+0 |
|/ |
|
* | /s/integrations/integration [ci skip] (#26801) | प्रथमेश Sonpatki | 2016-10-16 | 1 | -1/+1 |
* | Merge pull request #26786 from codeodor/patch-1 | Eileen M. Uchitelle | 2016-10-15 | 1 | -1/+3 |
|\ |
|
| * | Allow any key in Renderer environment hash | Sammy Larbi | 2016-10-15 | 1 | -1/+3 |
* | | Copy-edit the documentation | Rafael Mendonça França | 2016-10-15 | 1 | -4/+4 |
* | | Make `process` a non-private method and update documentation. | Zach Aysan | 2016-10-15 | 1 | -98/+100 |
|/ |
|
* | 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 non-keyword arguments in `ActionDispatch::Integr... | Rafael Mendonça França | 2016-10-10 | 1 | -42/+11 |
* | Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`. | Rafael Mendonça França | 2016-10-10 | 1 | -53/+0 |
* | Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request` | Rafael Mendonça França | 2016-10-10 | 1 | -32/+0 |
* | Remove deprecated support for passing `:path` and route path as stings in `Ac... | Rafael Mendonça França | 2016-10-10 | 1 | -12/+1 |
* | Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::... | Rafael Mendonça França | 2016-10-10 | 1 | -5/+1 |
* | Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi... | Rafael Mendonça França | 2016-10-10 | 1 | -8/+1 |
* | Remove deprecated support to passing strings to the middleware stack | Rafael Mendonça França | 2016-10-10 | 2 | -21/+2 |
* | Remove deprecated code in ssl middleware | Rafael Mendonça França | 2016-10-10 | 1 | -21/+3 |
* | Remove deprecated code in ActionDispatch::Session::SessionRestoreError | Rafael Mendonça França | 2016-10-10 | 1 | -11/+1 |
* | Deprecated ActionDispatch::ParamsParser::ParamsParser | Rafael Mendonça França | 2016-10-10 | 5 | -34/+27 |
* | Remove deprecated ActionDispatch::ParamsParser | Rafael Mendonça França | 2016-10-10 | 1 | -12/+1 |
* | Remove deprecated code in ActionDispatch::ParamsParser::ParseError | Rafael Mendonça França | 2016-10-10 | 1 | -17/+1 |
* | Remove deprecated access to mime types through constants | Rafael Mendonça França | 2016-10-10 | 1 | -26/+0 |
* | 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 deprecated methods related to controller filters | Rafael Mendonça França | 2016-10-09 | 1 | -39/+0 |
* | Undefine assings in IntegrationTest | Rafael Mendonça França | 2016-10-07 | 1 | -0/+2 |
* | [ci-skip] Swap method and its alias, format doc | Andrey Molchanov | 2016-10-04 | 1 | -3/+4 |
* | Show an "unmatched constraints" error for mismatching and present params | Chris Carter | 2016-10-03 | 2 | -2/+6 |
* | 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 |