aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
| * | actually test what the name saysphoet2015-06-011-1/+1
* | | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-019-381/+100
|\ \ \
| * | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-309-381/+100
| |/ /
* | | Merge pull request #20284 from kaspth/fix-caching-testRafael Mendonça França2015-06-011-3/+7
|\ \ \ | |/ / |/| |
| * | Replace expectation with state check.Kasper Timm Hansen2015-05-301-3/+7
* | | Fix warning about ambiguous first argumentArun Agrawal2015-05-291-1/+1
* | | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-287-12/+22
* | | Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-271-0/+20
|\ \ \
| * | | Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-181-0/+20
* | | | Merge pull request #17788 from sivagollapalli/masterArthur Nogueira Neves2015-05-201-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Issue#17703 Test case for tempfile attributeSiva Gollapalli2015-04-161-0/+5
| |/ /
* | | Give authentication methods the ability to customize response message.Keenan Brock2015-05-032-6/+6
* | | Removed unused code from request_forgery_protection testsPrathamesh Sonpatki2015-04-261-17/+0
* | | Why do we add a top-level constant here?Akira Matsuda2015-04-251-5/+3
* | | Remove unused WorkshopsController class in redirect_test.Bryce Boe2015-04-231-3/+0
|/ /
* | Merge pull request #19736 from kmcphillips/masterRafael Mendonça França2015-04-141-0/+17
|\ \
| * | Override default form builder for a controllerKevin McPhillips2015-04-131-0/+17
* | | Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-121-25/+0
|/ /
* | fix a wrong feature test method nameTaishi Kasuga2015-04-111-1/+1
* | fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-091-0/+25
* | Fix ActionPack tests after changes to missing template loggereileencodes2015-04-061-0/+1
* | head no_content when there is no template or action performedStephen Bussey2015-04-051-6/+16
* | Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+8
* | Fix failing tests for #19474Andrew White2015-03-231-2/+2
* | remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+2
* | Fix kwargs warning in `test_get_xml`eileencodes2015-03-201-1/+1
* | Fix test messages use directly true, false and nil instead of their symbolAkshay Vishnoi2015-03-191-3/+3
* | Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-0/+17
* | Merge pull request #19291 from hired/return-truthy-value-from-headRafael Mendonça França2015-03-131-0/+11
|\ \
| * | Return true from head methodJoel Hayhurst2015-03-121-0/+11
* | | Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-8/+0
|/ /
* | Call super last in before_setupeileencodes2015-03-091-0/+12
* | pass a config to the route setAaron Patterson2015-03-051-6/+10
* | Merge pull request #18775 from yasyf/issue_5122Rafael Mendonça França2015-03-031-0/+10
|\ \
| * | Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-241-0/+10
* | | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+2
* | | fix NameError in `skip_filter`. callback doesn't exist.yuuji.yaginuma2015-02-271-0/+8
* | | Fix default headers in test responsesJeremy Kemper2015-02-252-16/+64
* | | Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+58
|\ \ \ | |/ / |/| |
| * | Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+58
* | | Use other controller instead of sharing the controllerRafael Mendonça França2015-02-241-18/+17
* | | Make TestController available to all test classesRafael Mendonça França2015-02-241-16/+16
* | | Merge pull request #19060 from iainbeeston/deprecate-skip-action-callbackRafael Mendonça França2015-02-241-2/+22
|\ \ \
| * | | Deprecate `AbstractController::Callbacks#skip_action_callback`Iain Beeston2015-02-241-2/+22
* | | | Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-222-5/+3
|/ / /
* | | Merge pull request #18665 from sgrif/sg-test-route-allSean Griffin2015-02-201-0/+22
|\ \ \
| * | | Allow `method: "all"` as a valid routing test optionSean Griffin2015-01-231-0/+22
* | | | Merge pull request #18917 from lautis/non-string-csrf-tokenRafael Mendonça França2015-02-181-0/+7
|\ \ \ \
| * | | | Handle non-string authenticity tokensVille Lautanala2015-02-121-0/+7
| | |/ / | |/| |
* / | | Implement http_cache_forever to ActionControllerArthur Neves2015-02-151-0/+53
|/ / /