aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Properly verify that cache accepts and user `expires` value.Vipul A M2016-04-171-1/+4
* Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-0/+9
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* Fixes #24239Ryan T. Hosford2016-04-041-0/+21
* Strong ETag validatorsJeremy Daer2016-03-311-15/+43
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-0/+33
* Merge pull request #22854 from jcoyne/missing_templateSean Griffin2016-03-111-0/+15
|\
| * Render default template if block doesn't renderJustin Coyne2016-02-251-0/+15
* | Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+20
* | Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+6
* | Remove http_cache_forever's version parameterJean Boussier2016-03-051-9/+1
* | Deprecate :controller and :action path parametersAndrew White2016-03-0119-114/+292
|/
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-252-35/+83
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+9
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-1/+1
* Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* 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
* | Merge pull request #23695 from kaspth/remove-automatic-collection-cachingKasper Timm Hansen2016-02-201-16/+5
|\ \ | |/ |/|
| * Make collection caching explicit.Kasper Timm Hansen2016-02-201-16/+5
* | Deprecate AC::Parameters#== with a HashBenjamin Quorning2016-02-191-2/+4
* | Fix AC::Parameters#== with other AC::ParametersBenjamin Quorning2016-02-191-0/+33
* | 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-171-0/+21
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-0/+9
* Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-161-1/+1
|\
| * Use a URL instead of an URL everywhereAbhishek Jain2016-02-151-1/+1
* | Remove unused test controller actionAndrew White2016-02-161-5/+0
* | 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-161-0/+7
|\ \
| * | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-0/+7
* | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-151-6/+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
| |/ |/|
* | Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-111-0/+10
* | Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-101-11/+24
* | Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-101-0/+43
|\ \
| * | Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-0/+43
* | | disable controller / view thread spawning in testsAaron Patterson2016-02-051-1/+8
* | | Merge pull request #23342 from y-yagi/remove_unused_variableRafael França2016-01-301-1/+1
|\ \ \
| * | | remove unused variable from render testyuuji.yaginuma2016-01-301-1/+1
* | | | Handle response_body= when body is nileileencodes2016-01-301-0/+16
|/ / /
* | | Merge pull request #22800 from dgynn/pr_cache_helper_optionsRafael Mendonça França2016-01-291-0/+12
|\ \ \
| * | | restore ability to pass extra options to cache storesDave Gynn2015-12-261-0/+12
| | |/ | |/|