aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+1
* | | Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
* | | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-161-3/+1
* | | Add missing requireDavid Heinemeier Hansson2017-01-161-0/+1
* | | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* | | AC::ParamsWrapper::Options needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-132-2/+2
* | | fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
* | | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-124-7/+7
* | | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-111-2/+3
* | | Fix grammar in action_dispatch/http/parameters.rb [ci skip]kenta-s2017-01-111-1/+1
|/ /
* | Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
* | Use already defined Encoding constant rather than freezing a StringAkira Matsuda2017-01-111-1/+1
* | Make ActionDispatch::Request.parameter_parsers public APIRafael Mendonça França2017-01-111-1/+11
* | Update `cookies` helper on all HTTP requestsJon Moss2017-01-051-3/+2
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-054-4/+4
* | 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-032-17/+7
* | Remove deprecated Metal#envRafael Mendonça França2017-01-031-5/+0
* | Extract variant setter to process methodJon Moss2017-01-022-4/+10
* | Bump license years for 2017Jon Moss2016-12-312-2/+2
* | fix with_routing when testing api only controllersJulia López2016-12-291-2/+5
* | Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-291-1/+1
* | 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-281-1/+1
* | Optimize Journey::Route#scoreBen Hughes2016-12-282-5/+14
* | renderers typo fix [ci skip]ota42y2016-12-271-1/+1
* | 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
* | 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-215-23/+44
* | Merge pull request #27408 from matthewd/charset-fixMatthew Draper2016-12-202-4/+6
|\ \
| * | Only default the response charset when it is first setMatthew Draper2016-12-202-4/+6
* | | Merge pull request #27146 from maclover7/jm-fix-27145Eileen M. Uchitelle2016-12-191-2/+0
|\ \ \ | |/ / |/| |
| * | Do not clear HTTP_COOKIES header after requestJon Moss2016-12-111-2/+0
* | | 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-091-1/+1
* | 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
* | Document 'false' as option for 'action_on_unpermitted_parameters'Daniel Carral2016-11-291-2/+2
* | [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
|\ \
| * | Fix a force ssl redirection bug that occur when session store disabled.Taishi Kasuga2016-11-221-1/+1
* | | [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-232-22/+19
|/ /