| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 2 | -2/+2 |
* | fix with_routing when testing api only controllers | Julia López | 2016-12-29 | 1 | -2/+5 |
* | Use `next` instead of `break`; avoid terminating whole loop | Jon Moss | 2016-12-29 | 1 | -1/+1 |
* | Use proper output format [ci skip] (#27498) | प्रथमेश Sonpatki | 2016-12-29 | 1 | -1/+1 |
* | Update request.rb --ci skip | Shardul Parab | 2016-12-29 | 1 | -0/+3 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
* | Optimize Journey::Route#score | Ben Hughes | 2016-12-28 | 2 | -5/+14 |
* | renderers typo fix [ci skip] | ota42y | 2016-12-27 | 1 | -1/+1 |
* | Shave a couple of allocations off Journey scan & parse | Matthew Draper | 2016-12-25 | 3 | -203/+207 |
* | Privatize unneededly protected methods in Action Pack | Akira Matsuda | 2016-12-24 | 15 | -83/+82 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 5 | -24/+24 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | updating docs | Aaron Patterson | 2016-12-21 | 1 | -0/+4 |
* | Document and update API for `skip_parameter_encoding` | Aaron Patterson | 2016-12-21 | 5 | -23/+44 |
* | Merge pull request #27408 from matthewd/charset-fix | Matthew Draper | 2016-12-20 | 2 | -4/+6 |
|\ |
|
| * | Only default the response charset when it is first set | Matthew Draper | 2016-12-20 | 2 | -4/+6 |
* | | 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 raise exception when content_type is a empty string | Rafael Mendonça França | 2016-12-09 | 1 | -1/+1 |
* | Only move fixture_file_upload to IntegrationTest | Matthew Draper | 2016-12-07 | 2 | -18/+22 |
* | 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 |
* | [ci skip] Update the `as` docs. | Kasper Timm Hansen | 2016-11-27 | 1 | -1/+2 |
* | Remove default argument value. | Kasper Timm Hansen | 2016-11-27 | 1 | -1/+1 |
* | Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di... | Rafael França | 2016-11-25 | 1 | -1/+1 |
|\ |
|
| * | Fix a force ssl redirection bug that occur when session store disabled. | Taishi Kasuga | 2016-11-22 | 1 | -1/+1 |
* | | [ci skip] Explain only :json is shipped by default. | Kasper Timm Hansen | 2016-11-23 | 1 | -1/+2 |
* | | Use accept header instead of mangling request path. | Kasper Timm Hansen | 2016-11-23 | 2 | -22/+19 |
|/ |
|
* | Revert "fix typo in `match` doc [ci skip]" | Jon Moss | 2016-11-19 | 1 | -1/+1 |
* | fix typo in `match` doc [ci skip] | yuuji.yaginuma | 2016-11-20 | 1 | -1/+1 |
* | Merge pull request #27089 from erickueen/erickueen_fix_26606 | Rafael Mendonça França | 2016-11-18 | 1 | -5/+5 |
|\ |
|
| * | Fix incorrect output from rails routes when using singular resources issue #2... | Erick Reyna | 2016-11-18 | 1 | -5/+5 |
* | | Fix `ActionDispatch::IntegrationTest#open_session` | Tawan Sierek | 2016-11-18 | 1 | -0/+1 |
* | | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 1 | -2/+3 |
|/ |
|
* | Missing require string/filters for `squish` | Akira Matsuda | 2016-11-15 | 1 | -0/+2 |
* | Merge pull request #27007 from maclover7/jm-fix-26912 | Rafael Mendonça França | 2016-11-13 | 1 | -2/+2 |
|\ |
|
| * | Don't error on an empty CONTENT_TYPE | Jon Moss | 2016-11-10 | 1 | -2/+2 |
* | | Merge pull request #26222 from vipulnsward/26134-fix | Rafael França | 2016-11-13 | 1 | -1/+5 |
|\ \ |
|
| * | | Format and send logs to logger.fatal from DebugExceptions instead of calling ... | Vipul A M | 2016-11-12 | 1 | -1/+5 |
* | | | Merge pull request #26905 from bogdanvlviv/docs | Andrew White | 2016-11-13 | 7 | -11/+11 |
|\ \ \ |
|
| * | | | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 7 | -11/+11 |
* | | | | 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 | 34 | -58/+58 |