aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Respect `log_warning_on_csrf_failure` setting for all CSRF failuresMatthew Caruana Galizia2016-05-231-0/+31
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-182-3/+3
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-30/+1
* Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-2/+2
* Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-061-1/+2
|\
| * Fixes #23964Ryan T. Hosford2016-03-131-1/+2
* | Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-0/+16
* | Add more info to insecure URL generation errorDerek Prior2016-04-261-2/+1
* | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-urlJeremy Daer2016-04-251-0/+13
|\ \
| * | Discart the schema and host information when building the per-form tokenRafael Mendonça França2016-04-201-0/+13
* | | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-2/+2
|\ \ \
| * | | Refactor handling of :action default in routingAndrew White2016-02-161-2/+2
* | | | Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-3/+5
* | | | Fix ApplicationController.renderer.defaults.merge!Jon Moss2016-04-201-0/+8
| |/ / |/| |
* | | 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