Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rails-html-sanitizer: Add types for rails-html-sanitizer gem #705

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Oct 28, 2024

This gem is responsible for sanitizing HTML fragments in Rails applications. Specifically, this is the set of sanitizers used to implement the Action View SanitizerHelper methods sanitize, sanitize_css, strip_tags and strip_links.

refs: https://github.com/rails/rails-html-sanitizer

This gem is responsible for sanitizing HTML fragments in Rails
applications. Specifically, this is the set of sanitizers used to
implement the Action View SanitizerHelper methods sanitize,
sanitize_css, strip_tags and strip_links.

refs: https://github.com/rails/rails-html-sanitizer
Copy link

@tk0miya Thanks for your contribution!

Please follow the instructions below for each change.
See also: https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md

Available commands

You can use the following commands by commenting on this PR.

  • /merge: Merge this PR if CI passes

rails-html-sanitizer

This RBS files are newly added.

You can merge this PR immediately if the CI passes.
Just comment /merge to merge this PR.

@tk0miya
Copy link
Contributor Author

tk0miya commented Oct 29, 2024

/merge

@github-actions github-actions bot merged commit 0ca3010 into ruby:main Oct 29, 2024
4 checks passed
@tk0miya tk0miya deleted the rails-html-sanitizer/new branch October 29, 2024 16:35
tk0miya added a commit to tk0miya/conference-app that referenced this pull request Oct 29, 2024
The types of commonmarker and rails-html-sanitizer are now registered
to gem_rbs_collection.  They are developed in this repo and moved to
common types repository now.

* ruby/gem_rbs_collection#704
* ruby/gem_rbs_collection#705
tk0miya added a commit to tk0miya/conference-app that referenced this pull request Oct 30, 2024
The types of commonmarker and rails-html-sanitizer are now registered
to gem_rbs_collection.  They are developed in this repo and moved to
common types repository now.

* ruby/gem_rbs_collection#704
* ruby/gem_rbs_collection#705
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant