aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-221-3/+3
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-3/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-10/+8
* warning: ambiguous first argument; put parentheses or a space even after `/' ...utilum2018-04-201-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-15/+15
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* fix with_routing when testing api only controllersJulia López2016-12-291-0/+24
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-25/+25
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-52/+52
* Deprecate :controller and :action path parametersAndrew White2016-03-011-4/+16
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-9/+9
* only call methods that are on the superclassAaron Patterson2015-07-141-2/+2
* only have one TestResponse classAaron Patterson2015-07-131-1/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-209/+0
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+3
* adding that assert_template with :layout will raise ArgumentError for unknown...Carsten Wirth2014-12-161-0/+7
* Expectations firstAkira Matsuda2014-08-181-7/+7
* Merge branch 'master' into loofahRafael Mendonça França2014-08-171-0/+23
|\
| * Fix assert_template for files.Guo Xiang Tan2014-08-141-0/+23
* | Removed require's for html-scanner.Timm2014-06-161-1/+0
* | Removed tag.rb since it has been deprecated.Timm2014-06-151-5/+0
|/
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-10/+6
* Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+18
* Fix warningsCarlos Antonio da Silva2013-03-071-2/+2
* Allow use of assert_template with the :file option.Justin Coyne2013-03-011-0/+35
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-1/+1
* assert_template: validating option keysRoberto Soares2012-11-251-0/+6
* `assert_template` fails with empty string.Roberto Soares2012-11-231-0/+7
* `assert_template` fails with empty string when a template has been renderedRoberto Soares2012-11-231-0/+7
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-0/+22
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* Improve assert_template layout checkingAlexey Vakhov2012-05-041-0/+15
* Fix assert_template :layout => nil assertionAlexey Vakhov2012-05-041-0/+12
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-0/+10
* Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-0/+4
* Remove default match without specified methodJose and Yehuda2012-04-241-10/+10
* Remove deprecation warning from test related to old process apiCarlos Antonio da Silva2012-01-061-1/+1
* Revert "remove deprecated API"Aaron Patterson2012-01-051-1/+1
* remove deprecated APIAaron Patterson2012-01-051-1/+1