aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-052-3/+11
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-057-8/+8
* Fix style guide violationsRafael Mendonça França2017-01-051-3/+3
* String#end_with? should be faster than Regexp hereAkira Matsuda2017-01-051-1/+1
* No need to :doc: a public methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-033-17/+11
* List full class nameJon Moss2017-01-031-1/+1
* Remove deprecated Metal#envRafael Mendonça França2017-01-032-5/+4
* Extract variant setter to process methodJon Moss2017-01-022-4/+10
* Bump license years for 2017Jon Moss2016-12-313-3/+3
* fix with_routing when testing api only controllersJulia López2016-12-293-2/+33
* Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-292-1/+22
* Use proper output format [ci skip] (#27498)प्रथमेश Sonpatki2016-12-291-1/+1
* Update request.rb --ci skipShardul Parab2016-12-291-0/+3
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-283-3/+3
* Optimize Journey::Route#scoreBen Hughes2016-12-283-6/+15
* Small edits to actionpack/CHANGELOG.mdJon Moss2016-12-271-2/+2
* Remove random extra spaces from Action Pack and Railties CHANGELOG.mdJon Moss2016-12-271-1/+1
* renderers typo fix [ci skip]ota42y2016-12-271-1/+1
* assert_equal takes expectation firstAkira Matsuda2016-12-262-3/+3
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...Akira Matsuda2016-12-251-2/+1
* "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