aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add periodJon Moss2017-04-301-1/+1
* | | | | Add docs for Router::Utils.unescape_uri methoddixpac2017-04-301-0/+4
* | | | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-0/+1
* | | | | Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-1/+7
| |/ / / |/| | |
* | | | `respond_to_missing?` should be privateRyuta Kamizono2017-04-223-11/+13
| |_|/ |/| |
* | | Add test case to make sure we can implicit convert a Parameters to a HashRafael Mendonça França2017-04-201-0/+7
* | | Fix all style guides violationsRafael Mendonça França2017-04-196-6/+6
* | | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-188-33/+13
* | | Follow the style guide rules in the documetationRafael Mendonça França2017-04-181-30/+30
* | | Improve documentationRafael Mendonça França2017-04-181-4/+4
* | | Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-182-5/+49
* | | Use the right assetions to better error messagesRafael Mendonça França2017-04-181-7/+7
* | | Add test to make sure that to_unsafe_h don't mutate the targetRafael Mendonça França2017-04-181-0/+10
* | | Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-182-0/+42
* | | Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-182-17/+19
* | | Test the correct objectRafael Mendonça França2017-04-181-1/+1
* | | Use more specific check for :format in route pathAndrew White2017-04-182-1/+20
* | | Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-0/+90
* | | Move CHANGELOG.md entry from Active Support to Action PackJon Moss2017-04-111-0/+12
* | | Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-102-0/+2
* | | Improve logging when Origin header doesn't matchJon Leighton2017-04-062-1/+16
|/ /
* | Merge pull request #28606 from maclover7/jm-fix-25820Andrew White2017-03-304-1/+64
|\ \
| * | Do not include default response headers for AC::MetalJon Moss2017-03-294-1/+64
* | | Merge pull request #28603 from mikeastock/alias-reverse-mergeSean Griffin2017-03-292-0/+18
|\ \ \ | |/ / |/| |
| * | Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-292-0/+18
* | | Add test to make sure subclasses also get helpersRafael Mendonça França2017-03-291-0/+16
|/ /
* | Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-292-6/+13
* | Merge pull request #28514 from y-yagi/follow_up_to_28056Andrew White2017-03-281-8/+10
|\ \
| * | Fix store accessors in parameters testyuuji.yaginuma2017-03-221-8/+10
* | | Make sure that ActionController::Api can include helpersRafael Mendonça França2017-03-271-0/+26
* | | Merge pull request #28528 from domcleal/parseerror-const-deprecationRafael França2017-03-221-1/+2
|\ \ \
| * | | Use DeprecatedConstantAccessor for AD::ParamsParser::ParseErrorDominic Cleal2017-03-221-1/+2
* | | | Small grammar fixJon Moss2017-03-221-1/+1
* | | | Small grammar fixJon Moss2017-03-221-2/+1
|/ / /
* | | Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-2231-96/+96
|\ \ \
| * | | [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-1331-96/+96
* | | | Start Rails 5.2 developmentMatthew Draper2017-03-222-410/+3
| |/ / |/| |
* | | Merge pull request #28056 from sngeth/wrap_store_accessors_in_paramsRafael França2017-03-212-1/+18
|\ \ \
| * | | Wrap store accessors in parametersSid Ngeth2017-03-212-1/+18
* | | | Fix test assertionRafael Mendonça França2017-03-211-1/+1
* | | | Fix test that was asserting the wrong thingRafael Mendonça França2017-03-211-1/+1
|/ / /
* | | Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-212-15/+5
* | | Always use original url_for when generating direct routesAndrew White2017-03-172-1/+9
* | | Add support for calling nested direct routes (#28462)Andrew White2017-03-174-32/+48
* | | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-173-4/+6
|\ \ \
| * | | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-133-4/+6
* | | | Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-0/+2
* | | | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-3/+3
* | | | Updates incorrect documentation [ci skip]Dmitriy Budnik2017-03-161-4/+3
* | | | Remove unnecessary params mungingAndrew White2017-03-152-2/+62