Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
| | | | | ref: https://github.com/rails/rails/pull/18763#issuecomment-72349769 | ||||
* | Make sure assert_select can assert body tag | Rafael Mendonça França | 2014-11-18 | 1 | -4/+5 |
| | | | | | | | | | This reverts commit f93df52845766216f0fe36a4586f8abad505cac4, reversing changes made to a455e3f4e9dbfb9630d47878e1239bc424fb7d13. Conflicts: actionpack/lib/action_controller/test_case.rb actionview/lib/action_view/test_case.rb | ||||
* | document_root_element need to be public | Rafael Mendonça França | 2014-11-17 | 1 | -5/+5 |
| | |||||
* | Parse HTML as document fragment. | Kasper Timm Hansen | 2014-09-29 | 1 | -1/+1 |
| | | | | This is to match the changes in Rails Dom Testing rails/rails-dom-testing#20. | ||||
* | Do not memoize document_root_element in view tests | Rafael Mendonça França | 2014-09-08 | 1 | -2/+1 |
| | | | | | | | Memoizing will not make possible to assert the output of the view if it is changed after the first assert_select call Related with plataformatec/simple_form#1130 and rails/rails-dom-testing#15 | ||||
* | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md actionpack/test/controller/integration_test.rb actionview/CHANGELOG.md | ||||
| * | don't access named routes internals | Aaron Patterson | 2014-07-30 | 1 | -1/+1 |
| | | | | | | | | just ask whether or not the route is defined | ||||
* | | We don't need loofah for the assertions | Rafael Mendonça França | 2014-07-15 | 1 | -2/+1 |
| | | | | | | | | We can just use nokogiri | ||||
* | | Make output_buffers used in tests be utf-8 encoded. Fixing unknown encoding ↵ | Timm | 2014-06-16 | 1 | -1/+3 |
| | | | | | | | | ASCII-8BIT test errors. | ||||
* | | Support for changes in SelectorAssertions. | Timm | 2014-06-16 | 1 | -5/+6 |
| | | |||||
* | | Required rails-dom-testing in test_case.rb | Timm | 2014-06-16 | 1 | -1/+3 |
| | | |||||
* | | Moved Dom and Selector assertions from ActionDispatch to ActionView. | Timm | 2014-06-16 | 1 | -0/+1 |
| | | |||||
* | | Replaced html-scanner with Loofah. | Timm | 2014-06-15 | 1 | -1/+1 |
|/ | |||||
* | Fix subscriptions not being unsubscribed. | Guo Xiang Tan | 2014-04-14 | 1 | -1/+2 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+272 |