https://github.com/rails/rails-dom-testing
Last synced: about 1 month ago
Repository metadata:
Extracting DomAssertions and SelectorAssertions from ActionView.
- Host: GitHub
- URL: https://github.com/rails/rails-dom-testing
- Owner: rails
- License: mit
- Created: 2013-09-27T19:58:12.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T13:44:10.000Z (11 months ago)
- Last Synced: 2024-11-05T21:02:56.459Z (about 2 months ago)
- Language: Ruby
- Size: 224 KB
- Stars: 175
- Watchers: 20
- Forks: 57
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
Owner metadata:
- Name: Ruby on Rails
- Login: rails
- Email:
- Kind: organization
- Description:
- Website: https://rubyonrails.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/4223?v=4
- Repositories: 116
- Last Synced at: 2023-04-09T03:40:20.529Z
- Profile URL: https://github.com/rails
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 174
Total Committers: 32
Avg Commits per committer: 5.438
Development Distribution Score (DDS): 0.603
Commits in past year: 8
Committers in past year: 3
Avg Commits per committer in past year: 2.667
Development Distribution Score (DDS) in past year: 0.5
Name | Commits | |
---|---|---|
Kasper Timm Hansen | k****h@g****m | 69 |
Mike Dalessio | m****o@g****m | 20 |
Rafael Mendonça França | r****l@r****g | 17 |
Rafael Mendonça França | r****a@p****r | 15 |
Akira Matsuda | r****e@d****p | 5 |
dependabot[bot] | 4****] | 4 |
Sean Doyle | s****4@g****m | 4 |
John Duff | d****n@g****m | 4 |
Joshua Young | d****9@g****m | 3 |
Arthur Neves | a****n@g****m | 2 |
yuuji.yaginuma | y****a@g****m | 2 |
Rafael Mendonça França | r****a@g****m | 2 |
Matthew Draper | m****w@t****t | 2 |
David Heinemeier Hansson | d****d@l****m | 2 |
Dan Rice | d****n@z****m | 2 |
Guo Xiang Tan | t****d@h****m | 2 |
James Coleman | j****1@g****m | 2 |
Alex Ghiculescu | a****x@t****o | 2 |
Abdelkader Boudih | t****e@g****m | 2 |
Ben Lovell | b****l@g****m | 1 |
maclover7 | me@j****e | 1 |
Issy Long | me@i****k | 1 |
Nicolas Gnyra | 1****7 | 1 |
Nicolas Leger | n****r | 1 |
Peter Goldstein | p****n@g****m | 1 |
m-nakamura145 | m****5@g****m | 1 |
Yasuo Honda | y****a@g****m | 1 |
Aaron R | a****n@g****m | 1 |
David Cornu | d****u@g****m | 1 |
John Bampton | j****n@g****m | 1 |
and 2 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- rubygems: 467,320,249 total
- Total docker downloads: 821,064,172
- Total dependent packages: 21
- Total dependent repositories: 517,928
- Total versions: 16
- Total maintainers: 12
rubygems: rails-dom-testing
This gem can compare doms and assert certain elements exists in doms using Nokogiri.
- Homepage: https://github.com/rails/rails-dom-testing
- Documentation: http://www.rubydoc.info/gems/rails-dom-testing/
- Licenses: MIT
- Latest release: 2.2.0 (published over 1 year ago)
- Last Synced: 2024-11-10T23:34:03.915Z (about 1 month ago)
- Versions: 16
- Dependent Packages: 21
- Dependent Repositories: 517,928
- Downloads: 467,320,249 Total
- Docker Downloads: 821,064,172
-
Rankings:
- Dependent repos count: 0.028%
- Downloads: 0.035%
- Docker downloads count: 0.144%
- Dependent packages count: 1.051%
- Average: 1.511%
- Forks count: 3.445%
- Stargazers count: 4.363%
- Maintainers (12)
Dependencies
Gemfile.lock
rubygems
- activesupport 6.1.2.1
- concurrent-ruby 1.1.8
- i18n 1.8.9
- minitest 5.10.1
- nokogiri 1.11.1
- racc 1.5.2
- rails-dom-testing 2.0.3
- rake 13.0.1
- tzinfo 2.0.4
- zeitwerk 2.4.2
rails-dom-testing.gemspec
rubygems
- bundler >= 1.3 development
- minitest >= 0 development
- rake >= 0 development
- activesupport >= 5.0.0
- nokogiri >= 1.6
.github/workflows/ci.yml
actions
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
Gemfile
rubygems
- rubocop >= 0 development
- rubocop-minitest >= 0 development
- rubocop-packaging >= 0 development
- rubocop-performance >= 0 development
- rubocop-rails >= 0 development