aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-4/+4
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-2515-40/+40
* Shave a couple of allocations off Journey scan & parseMatthew Draper2016-12-253-203/+207
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-2415-83/+82
* No need to nodoc private methodsAkira Matsuda2016-12-245-24/+24
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-2310-22/+20
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* updating docsAaron Patterson2016-12-211-0/+4
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-216-54/+52
* Merge pull request #27414 from matthewd/fix-xml-vs-html-assertionMatthew Draper2016-12-211-12/+12
|\
| * Revise the "XML is not HTML" testMatthew Draper2016-12-201-12/+12
* | Merge pull request #27408 from matthewd/charset-fixMatthew Draper2016-12-203-5/+14
|\ \
| * | Only default the response charset when it is first setMatthew Draper2016-12-203-5/+14
| |/
* | Merge pull request #27146 from maclover7/jm-fix-27145Eileen M. Uchitelle2016-12-192-2/+10
|\ \ | |/ |/|
| * Do not clear HTTP_COOKIES header after requestJon Moss2016-12-112-2/+10
* | Missing require "active_support/testing/constant_lookup"Akira Matsuda2016-12-141-0/+1
|/
* Do not raise exception when content_type is a empty stringRafael Mendonça França2016-12-092-1/+6
* Only move fixture_file_upload to IntegrationTestMatthew Draper2016-12-072-18/+22
* Do not try to set the content_type if the format is nilRafael Mendonça França2016-12-051-1/+1
* stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Document 'false' as option for 'action_on_unpermitted_parameters'Daniel Carral2016-11-291-2/+2
* Merge pull request #27195 from y-yagi/use_public_module_includeSantiago Pastorino2016-11-271-1/+1
|\
| * use public Module#include instead of send :includeyuuji.yaginuma2016-11-271-1/+1
* | [ci skip] Update the `as` docs.Kasper Timm Hansen2016-11-271-1/+2
* | Remove default argument value.Kasper Timm Hansen2016-11-271-1/+1
|/
* Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di...Rafael França2016-11-251-1/+1
|\
| * Remove aggressive unit test with mock. And add integration level test.Taishi Kasuga2016-11-241-24/+0
| * Fix a force ssl redirection bug that occur when session store disabled.Taishi Kasuga2016-11-222-1/+25
* | [ci skip] Add changelog entry for 86754a8fKasper Timm Hansen2016-11-231-0/+11
* | [ci skip] Explain only :json is shipped by default.Kasper Timm Hansen2016-11-231-1/+2
* | Use accept header instead of mangling request path.Kasper Timm Hansen2016-11-233-24/+44
|/
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* Revert "fix typo in `match` doc [ci skip]"Jon Moss2016-11-191-1/+1
* fix typo in `match` doc [ci skip]yuuji.yaginuma2016-11-201-1/+1
* move CHANGELOG entry to the appropriate file [ci skip]yuuji.yaginuma2016-11-191-0/+6
* Merge pull request #27089 from erickueen/erickueen_fix_26606Rafael Mendonça França2016-11-182-10/+16
|\
| * Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-182-9/+15
* | Fix `ActionDispatch::IntegrationTest#open_session`Tawan Sierek2016-11-182-0/+9
* | Fixed CONTENT_LENGTH header in ActionController::TestRequestArtem Rashev2016-11-152-2/+13
|/
* Missing require string/filters for `squish`Akira Matsuda2016-11-151-0/+2
* Fix style violationsRafael Mendonça França2016-11-141-1/+1
* Merge pull request #27007 from maclover7/jm-fix-26912Rafael Mendonça França2016-11-132-2/+12
|\
| * Don't error on an empty CONTENT_TYPEJon Moss2016-11-102-2/+12
* | Merge pull request #26222 from vipulnsward/26134-fixRafael França2016-11-132-1/+13
|\ \
| * | Format and send logs to logger.fatal from DebugExceptions instead of calling ...Vipul A M2016-11-122-1/+13
* | | Merge pull request #27024 from vipulnsward/changelog-editsAndrew White2016-11-131-1/+1
|\ \ \
| * | | Changelog editsVipul A M2016-11-121-1/+1
| |/ /
* | | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-137-11/+11
|\ \ \
| * | | Add missing `+` around a some literals.bogdanvlviv2016-10-277-11/+11