aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* 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
* String#end_with? should be faster than Regexp hereAkira Matsuda2017-01-051-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-3/+3
* Use sufficient a regexp anchor to check `@response.content_type.to_s`yui-knk2015-10-221-1/+1
* Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-1/+1
* 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
* Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-1/+1
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-1/+1
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1
* We don't need loofah for the assertionsRafael Mendonça França2014-07-151-3/+2
* Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T...Timm2014-06-161-1/+12
* Moved Dom and Selector assertions from ActionDispatch to ActionView.Timm2014-06-161-4/+0
* Removed tag.rb since it has been deprecated.Timm2014-06-151-2/+0
* Restructure TemplateAssertions-related code to eliminate circular requires.wycats2011-05-221-7/+6
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-191-2/+0
* Fixed AD assertion autoloads [#3470 state:resolved]Joshua Peek2009-11-091-3/+16
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-0/+8