aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/response.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+2
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Improve assert_response helperKir Shatrov2016-09-141-1/+6
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-121-14/+14
* Show redirect response code in assert_response messagesJon Atack2015-12-111-10/+8
* Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-061-1/+1
* Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-041-0/+15
* Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-091-6/+6
* Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* use a lookup table for `assert_response`Aaron Patterson2015-07-131-3/+8
* refactor Redirecting so we do not need a controller instanceAaron Patterson2014-08-061-7/+2
* Fix regression on `assert_redirected_to`.Arthur Neves2014-05-131-1/+7
* Better error message for typos in assert_response argument.Victor Costan2013-11-251-0/+3
* Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-15/+5
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-3/+3
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Correct order of expected and actual argumentsAndrew White2012-05-201-1/+1
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-6/+0
* Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-13/+20
* Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-1/+1
|\
| * Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* | No need to extend ActiveSupport::Extend hereOscar Del Ben2012-04-041-2/+0
|/
* :success includes the whole 200 range, not just 200.Erich Menge2012-04-011-1/+1
* strip null bytes from Location header as wellBrian Lopez2012-03-151-1/+1
* Just use assert_equalAaron Patterson2012-01-061-3/+2
* refactor assert_responseAaron Patterson2012-01-061-7/+10
* test response assertionsAaron Patterson2012-01-061-8/+0
* no need for assert_blockAaron Patterson2012-01-061-3/+3
* stop using build_message for creating a stringAaron Patterson2012-01-061-1/+1
* Remove blank lineSantiago Pastorino2011-07-261-1/+0
* refactored 'assert_redirected_to': local call to validate_request! will be ca...thoefer2011-07-261-5/+4
* Corrected some typos and American vs. Queen's English issuesLee Reilly2011-05-291-4/+4
* Restructure TemplateAssertions-related code to eliminate circular requires.wycats2011-05-221-7/+0
* Flunk makes a lot more sense, doesnt it (hat tip @tenderlove)David Heinemeier Hansson2011-05-021-1/+1
* We cant use assert_block because its buggy in MiniTest and wont actually show...David Heinemeier Hansson2011-04-221-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* corrected the location of status code symbolsmisfo2011-01-291-1/+1
* _ is not a valid scheme name character, \w includes it and also is redundant ...Emilio Tagua2010-09-291-1/+1
* Remove redundant conditional.Emilio Tagua2010-09-291-5/+1
* escape constants that should not be linked toJoost Baaij2010-08-271-5/+5
* Modify assert_template to use instrumentationCarlhuda2010-03-171-52/+0