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

Add picture_pack_tag to helper. #76

Merged
merged 1 commit into from Oct 11, 2023

Conversation

madogiwa0124
Copy link
Contributor

Description

Added picture_tag added in Rails v7.1 .

Not available in Rails v7.1 or less, so we raise NotImplementedError.

Similar pull request

Test

I have confirmed that the test passes in my local environment and GitHub Action in my repository.

https://github.com/madogiwa0124/simpacker/actions/runs/6448545875

Added `picture_tag` added in Rails v7.1 .

https://github.com/rails/rails/blob/v7.1.0/actionview/lib/action_view/helpers/asset_tag_helper.rb#L440-L499

Not available in Rails v7.1 or less, so we raise `NotImplementedError`.
@hokaccha hokaccha merged commit d2e30bf into hokaccha:master Oct 11, 2023
3 checks passed
@madogiwa0124 madogiwa0124 deleted the add-picture-pack-tag branch November 9, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants