Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure assert_select can assert body tag | Rafael Mendonça França | 2014-11-18 | 1 | -1/+1 |
* | Parse HTML as document fragment. | Kasper Timm Hansen | 2014-09-29 | 1 | -1/+1 |
* | We don't need loofah for the assertions | Rafael Mendonça França | 2014-07-15 | 1 | -3/+2 |
* | Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T... | Timm | 2014-06-16 | 1 | -1/+12 |
* | Moved Dom and Selector assertions from ActionDispatch to ActionView. | Timm | 2014-06-16 | 1 | -4/+0 |
* | Removed tag.rb since it has been deprecated. | Timm | 2014-06-15 | 1 | -2/+0 |
* | Restructure TemplateAssertions-related code to eliminate circular requires. | wycats | 2011-05-22 | 1 | -7/+6 |
* | Remove assert_valid. It was already deprecated on Rails 2.3. | José Valim | 2010-07-19 | 1 | -2/+0 |
* | Fixed AD assertion autoloads [#3470 state:resolved] | Joshua Peek | 2009-11-09 | 1 | -3/+16 |
* | Move generic assertions into ActionDispatch | Joshua Peek | 2009-04-30 | 1 | -0/+8 |