aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35054 from bogdanvlviv/exercise-redirect_backRyuta Kamizono2019-01-261-0/+29
|\
| * Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* | Loosen check of error cause fileyuuji.yaginuma2019-01-261-2/+2
* | Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-241-2/+19
* | Prefer strings over regex expressionsYuki Nishijima2019-01-241-22/+20
|/
* Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-223-42/+12
|\
| * Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-223-42/+12
* | Merge pull request #35020 from alkesh26/ationpack-typo-fixesRafael França2019-01-222-4/+4
|\ \
| * | 1. Replaced unused variables by `_`.alkesh262019-01-222-4/+4
| |/
* | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-55/+0
|\ \ | |/ |/|
| * Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
* | Changed webserver to web server.alkesh262019-01-221-1/+1
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-174-190/+18
* | Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-1/+0
* | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-8/+0
* | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-7/+0
* | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-173-12/+42
* | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-162-1/+9
|/
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-092-4/+4
* Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-0/+10
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-217-147/+113
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-213-3/+3
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* Merge pull request #34737 from r7kamura/feature/test-case-params-nilKasper Timm Hansen2018-12-181-0/+12
|\
| * Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+12
* | More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
|/
* Merge branch 'master' into host-authorizationEileen M. Uchitelle2018-12-171-0/+14
|\
| * Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+160
|/
* Use `Testing::Parallelization` in Action Packs's testyuuji.yaginuma2018-11-281-77/+1
* Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-3/+13
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-191-0/+22
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-131-0/+22
* | Allow rescue from parameter parse errorsGannon McGibbon2018-11-132-0/+60
* | Use request object for context if there's no controllerAndrew White2018-10-221-2/+8
* | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-2/+2
* | Fix `ActionController::Parameters#each_value` and add changelog entry to this...Bogdan2018-10-151-2/+6
* | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-41/+3
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-034-18/+13
* | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-1/+1
|\ \
| * | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-1/+1
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-0/+16
|\ \ \
| * | | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-0/+16
* | | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-0/+15
|/ / /
* | | Merge pull request #33979 from lzap/masterRafael França2018-09-271-0/+18
|\ \ \