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

Prevent rendering queue into view when using wrong syntax #167

Merged

Conversation

ur5us
Copy link
Contributor

@ur5us ur5us commented Jul 7, 2022

Return nil from append_* helpers so it does not matter whether one
uses <%= … %> or <% … %> ERB syntax.

Fixes #119

Copy link
Collaborator

@tomdracz tomdracz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Can you include the changelog entry and I'll merge. Thanks!

Return nil from `append_*` helpers so it does not matter whether one
uses `<%= … %>` or `<% … %>` ERB syntax.

Fixes shakacode#119
@ur5us ur5us force-pushed the feature/prevent-rendering-queue-into-view branch from 9924262 to d79de38 Compare July 8, 2022 08:23
@ur5us
Copy link
Contributor Author

ur5us commented Jul 8, 2022

@tomdracz Done and thank you for taking time.

@tomdracz tomdracz merged commit f5e6d97 into shakacode:master Jul 8, 2022
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.

append_javascript_pack_tag inserts (debugging?) text into the DOM
2 participants