aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | 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
* | | | Add options for rake routes taskVipul A M2016-02-021-7/+27
* | | | 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-292-0/+15
|\ \ \
| * | | restore ability to pass extra options to cache storesDave Gynn2015-12-262-0/+15
| | |/ | |/|
* | | Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* | | Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* | | doc typoAkira Matsuda2016-01-271-2/+2
* | | add a skip for failing testAaron Patterson2016-01-261-1/+2
* | | fix permitted? conditional for `render` callsAaron Patterson2016-01-261-0/+11
* | | clear view path cache between testsAaron Patterson2016-01-261-0/+5
* | | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+31
|\ \ \
| * | | allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-0/+31
* | | | Merge pull request #23167 from maclover7/fix-21032Rafael França2016-01-211-0/+6
|\ \ \ \
| * | | | Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-0/+6
* | | | | - Fix warning introduced in https://github.com/vipulnsward/rails/commit/77acc...Vipul A M2016-01-221-1/+3
* | | | | Re-add ActionController::ApiRenderingJon Moss2016-01-201-0/+20
|/ / / /
* | | | Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-0/+63
|\ \ \ \
| * | | | Fix marking of custom routes for JourneyAndrew White2016-01-201-0/+63
* | | | | Merge pull request #17573 from zerothabhishek/masterGodfrey Chan2016-01-203-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-203-9/+9
* | | | | Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-12/+0
|/ / / /