aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-224-6/+22
* Make per form token work when method is not providedRafael Mendonça França2016-02-221-2/+16
* Merge pull request #23752 from vipulnsward/23524-fix-button_to_deleteRafael Mendonça França2016-02-221-48/+60
|\
| * Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...Vipul A M2016-02-221-70/+38
| * Fixed passing of delete method on button_to tag, creating wrong form csrf tokenVipul A M2016-02-211-0/+44
* | Fix typographical errorGustavo Villa2016-02-221-1/+1
* | Merge pull request #23682 from ShikChen/fast_strxorSantiago Pastorino2016-02-211-1/+2
|\ \
| * | Improve the performance of string xor operationshik2016-02-151-1/+2
* | | Merge pull request #23695 from kaspth/remove-automatic-collection-cachingKasper Timm Hansen2016-02-202-17/+6
|\ \ \ | |_|/ |/| |
| * | Make collection caching explicit.Kasper Timm Hansen2016-02-202-17/+6
* | | Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-192-11/+18
* | | Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-192-3/+37
* | | Tests for AC::Parameters#==Benjamin Quorning2016-02-191-0/+6
* | | Fix master buildJon Moss2016-02-181-1/+1
|/ /
* | fields_for_style needs to test for AC::ParametersAaron Patterson2016-02-172-1/+22
* | partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2Aaron Patterson2016-02-171-4/+1
* | Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-172-1/+14
* | Merge pull request #23729 from maclover7/rm-unused-journeyRafael França2016-02-172-8/+0
|\ \
| * | Remove unused Journey codeJon Moss2016-02-172-8/+0
* | | Fix typoRafael Mendonça França2016-02-171-1/+1
* | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-172-10/+3
|\ \ \
| * | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-162-10/+3
* | | | Fix code styleRafael Mendonça França2016-02-171-3/+4
| |/ / |/| |
* | | Merge pull request #23661 from meinac/add_gzip_mime_typeRichard Schneeman2016-02-163-1/+6
|\ \ \
| * | | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-133-1/+6
* | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-161-7/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-7/+11
* | | | Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-163-3/+3
|\ \ \ \
| * | | | Use a URL instead of an URL everywhereAbhishek Jain2016-02-153-3/+3
* | | | | Remove unused test controller actionAndrew White2016-02-161-5/+0
* | | | | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* | | | | Add require and move escape to private methodAndrew White2016-02-161-1/+6
* | | | | Move test for #22828 into it's own testAndrew White2016-02-161-2/+10
* | | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...Andrew White2016-02-162-1/+8
|\ \ \ \ \
| * | | | | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-302-1/+8
* | | | | | Corrected secret_key_basevs4vijay2016-02-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-152-16/+0
| |_|_|/ |/| | |
* | | | Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-15/+8
* | | | Check `partial_rendered_times` to clarify expectations.Kasper Timm Hansen2016-02-121-1/+4
* | | | Test collection caching with callable cache key.Kasper Timm Hansen2016-02-121-0/+25
| |/ / |/| |
* | | Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-2/+3
|\ \ \
| * | | Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* | | | Add fixes accidentally removed.Kasper Timm Hansen2016-02-123-3/+4
* | | | Flesh out request encoding + response parsing changelog entry.Kasper Timm Hansen2016-02-121-2/+11
* | | | use rails instead of rakeGaurav Sharma2016-02-121-2/+2
| |_|/ |/| |
* | | Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-122-4/+2
|\ \ \
| * | | - Fixed and removed long arguments to rake routesVipul A M2016-02-122-4/+2
* | | | Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* | | | [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* | | | [ci skip] Fix syntax error in CHANGELOG example.Kasper Timm Hansen2016-02-111-1/+1