aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |_|_|/ |/| | |
* | | | Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-4/+4
| |/ / |/| |
* | | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\ \ \
| * | | Remove load_paths fileArthur Neves2016-02-271-2/+0
* | | | Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-0130-212/+468
|\ \ \ \
| * | | | Deprecate :controller and :action path parametersAndrew White2016-03-0130-212/+468
* | | | | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-023-24/+191
|/ / / /
* / / / add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-0/+7
|/ / /
* | | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-7/+16
|\ \ \
| * | | Added deprecation for older appsPrathamesh Sonpatki2016-02-251-7/+16
* | | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* | | | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-266-118/+1
| |/ / |/| |
* | | Additional review of 6b31761.Kasper Timm Hansen2016-02-251-1/+0
* | | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-256-35/+86
|/ /
* | Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* | Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* | Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-246-0/+127
|\ \
| * | Update Session to utilize indiffernt accessTom Prats2016-01-306-1/+118
| * | Update session to have indifferent accessTom Prats2016-01-291-0/+10
* | | 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
* | | Add `internal` attribute to routesJon Moss2016-02-221-0/+23
* | | Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* | | 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-222-2/+18
* | | 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-202-17/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Make collection caching explicit.Kasper Timm Hansen2016-02-202-17/+6
* | | | 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
* | | 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-171-9/+2
|\ \ \
| * | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-9/+2
| | |/ | |/|
* | | Merge pull request #23661 from meinac/add_gzip_mime_typeRichard Schneeman2016-02-161-1/+1
|\ \ \ | |/ / |/| |
| * | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-1/+1
* | | 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