Path to this page:
./
textproc/ruby-rails-dom-testing,
Ruby module to compare DOMs
Branch: CURRENT,
Version: 2.2.0nb1,
Package name: ruby31-rails-dom-testing-2.2.0nb1,
Maintainer: minskimThis Ruby module can compare DOMs and assert certain elements exist
in doms using Nokogiri.
Required to run:[
textproc/ruby-nokogiri] [
devel/ruby-activesupport52] [
lang/ruby31-base]
Master sites:
Filesize: 16.5 KB
Version history: (Expand)
- (2023-09-03) Updated to version: ruby31-rails-dom-testing-2.2.0nb1
- (2023-08-05) Updated to version: ruby31-rails-dom-testing-2.2.0
- (2023-07-09) Updated to version: ruby31-rails-dom-testing-2.1.1
- (2023-02-09) Updated to version: ruby31-rails-dom-testing-2.0.3
- (2021-10-07) Updated to version: ruby27-rails-dom-testing-2.0.3
- (2020-03-20) Updated to version: ruby26-rails-dom-testing-2.0.3
CVS history: (Expand)
2023-09-03 17:42:32 by Takahiro Kambe | Files touched by this commit (13) |
Log message:
Bump revision RUBY_RAILS_DEFAULT change.
|
2023-08-05 14:19:03 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-rails-dom-testing: update to 2.2.0
2.2.0 (2023-08-03)
What's Changed
* Allow user to choose the HTML parser used by @flavorjones in #109
* Fix string substitution regression by @nicoco007 in #110
New Contributors
* @nicoco007 made their first contribution in #110
|
2023-07-09 04:47:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-rails-dom-testing: update to 2.1.1
2.1.0 (2023-06-30)
What's Changed
* Address warning: mismatched indentations at 'when' with 'case' by @yahonda
in #74
* Make assert_dom_equal ignore insignificant whitespace when walking the
node tree by @jduff in #84
* Expand Substitution Matching Types support by @seanpdoyle in #90
* Alias assert_select methods to assert_dom versions by @seanpdoyle in #93
* Raise an error if the last arg is the wrong format by @ghiculescu in #96
* Fix replacement for multiple substitutions by @speckins in #76
* Better error message if response.body is blank or not parseable by
Nokogiri by @ghiculescu in #97
* selector_assertions/html_selector: No trailing . on content_mismatch by
@issyl0 in #102
* Use Minitest::Assertion#diff for content failure messages by @flavorjones
in #106
New Contributors
* @nicolasleger made their first contribution in #73
* @yahonda made their first contribution in #74
* @dependabot made their first contribution in #79
* @jduff made their first contribution in #86
* @amatsuda made their first contribution in #88
* @seanpdoyle made their first contribution in #90
* @ghiculescu made their first contribution in #96
* @jbampton made their first contribution in #95
* @speckins made their first contribution in #76
* @issyl0 made their first contribution in #102
* @flavorjones made their first contribution in #103
2.1.1 (2023-06-30)
What's Changed
* Fix issue when application isn't using minitest.
|
2021-12-19 07:29:32 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-rails-dom-testing: allow more rails version
Accept more rails version.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-09-10 18:49:20 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-rails-dom-testing: drop support rails51
Drop support for rails51.
|
2020-03-20 18:22:11 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-rails-dom-testing: allow rails60
Allow build with RUBY_RAILS 60.
|