| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove random extra spaces from Action Pack and Railties CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -1/+1 |
* | renderers typo fix [ci skip] | ota42y | 2016-12-27 | 1 | -1/+1 |
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 2 | -3/+3 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites... | Akira Matsuda | 2016-12-25 | 1 | -2/+1 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6." | Akira Matsuda | 2016-12-25 | 1 | -4/+4 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 15 | -40/+40 |
* | 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 |
* | Privatize unneededly protected methods in Action Pack tests | Akira Matsuda | 2016-12-23 | 10 | -22/+20 |
* | 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 | 6 | -54/+52 |
* | Merge pull request #27414 from matthewd/fix-xml-vs-html-assertion | Matthew Draper | 2016-12-21 | 1 | -12/+12 |
|\ |
|
| * | Revise the "XML is not HTML" test | Matthew Draper | 2016-12-20 | 1 | -12/+12 |
* | | Merge pull request #27408 from matthewd/charset-fix | Matthew Draper | 2016-12-20 | 3 | -5/+14 |
|\ \ |
|
| * | | Only default the response charset when it is first set | Matthew Draper | 2016-12-20 | 3 | -5/+14 |
| |/ |
|
* | | Merge pull request #27146 from maclover7/jm-fix-27145 | Eileen M. Uchitelle | 2016-12-19 | 2 | -2/+10 |
|\ \
| |/
|/| |
|
| * | Do not clear HTTP_COOKIES header after request | Jon Moss | 2016-12-11 | 2 | -2/+10 |
* | | 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 | 2 | -1/+6 |
* | 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 |
* | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 1 | -1/+1 |
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | Document 'false' as option for 'action_on_unpermitted_parameters' | Daniel Carral | 2016-11-29 | 1 | -2/+2 |
* | Merge pull request #27195 from y-yagi/use_public_module_include | Santiago Pastorino | 2016-11-27 | 1 | -1/+1 |
|\ |
|
| * | use public Module#include instead of send :include | yuuji.yaginuma | 2016-11-27 | 1 | -1/+1 |
* | | [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 |
|\ |
|
| * | Remove aggressive unit test with mock. And add integration level test. | Taishi Kasuga | 2016-11-24 | 1 | -24/+0 |
| * | Fix a force ssl redirection bug that occur when session store disabled. | Taishi Kasuga | 2016-11-22 | 2 | -1/+25 |
* | | [ci skip] Add changelog entry for 86754a8f | Kasper Timm Hansen | 2016-11-23 | 1 | -0/+11 |
* | | [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 | 3 | -24/+44 |
|/ |
|
* | update bin/test scripts to prevent double runs. | Yves Senn | 2016-11-21 | 1 | -2/+0 |
* | 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 |
* | move CHANGELOG entry to the appropriate file [ci skip] | yuuji.yaginuma | 2016-11-19 | 1 | -0/+6 |
* | Merge pull request #27089 from erickueen/erickueen_fix_26606 | Rafael Mendonça França | 2016-11-18 | 2 | -10/+16 |
|\ |
|
| * | Fix incorrect output from rails routes when using singular resources issue #2... | Erick Reyna | 2016-11-18 | 2 | -9/+15 |
* | | Fix `ActionDispatch::IntegrationTest#open_session` | Tawan Sierek | 2016-11-18 | 2 | -0/+9 |
* | | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 2 | -2/+13 |
|/ |
|
* | Missing require string/filters for `squish` | Akira Matsuda | 2016-11-15 | 1 | -0/+2 |
* | Fix style violations | Rafael Mendonça França | 2016-11-14 | 1 | -1/+1 |
* | Merge pull request #27007 from maclover7/jm-fix-26912 | Rafael Mendonça França | 2016-11-13 | 2 | -2/+12 |
|\ |
|
| * | Don't error on an empty CONTENT_TYPE | Jon Moss | 2016-11-10 | 2 | -2/+12 |
* | | Merge pull request #26222 from vipulnsward/26134-fix | Rafael França | 2016-11-13 | 2 | -1/+13 |
|\ \ |
|
| * | | Format and send logs to logger.fatal from DebugExceptions instead of calling ... | Vipul A M | 2016-11-12 | 2 | -1/+13 |