Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Fix Vanity::Rails::Helpers#vanity_js for Rails 6; and fix Appraisal definitions #391

Merged
merged 11 commits into from
Jul 27, 2022
Merged

Fix Vanity::Rails::Helpers#vanity_js for Rails 6; and fix Appraisal definitions #391

merged 11 commits into from
Jul 27, 2022

Conversation

ariel-codes
Copy link
Contributor

Adds Rails 6 and 6.1 to Appraisals and fixes Vanity::Rails::Helpers#vanity_js for Rails 6, as in Rails 6+ render file: isn't rendered through ERB anymore. Resolves #390.

Not particularly satisfied with my current solution, but it seemed the simplest one.

Actually adds Rails 6 and 6.1 to Appraisals

Fixes Vanity::Rails::Helpers#vanity_js for Rails 6, because of
https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#default-template-handler-is-now-raw
@ariel-codes ariel-codes marked this pull request as draft July 13, 2022 22:18
@bensheldon
Copy link
Collaborator

@ariel-codes thanks for catching that 🎉 Do you feel equipped to tackle those errors, or do you need a hand?

@bensheldon bensheldon marked this pull request as ready for review July 27, 2022 15:40
@bensheldon
Copy link
Collaborator

Whew! 😓 Took a minute to get to green 🟢

Thank you @ariel-codes for catching the problem and fixing it! 🎉

@bensheldon bensheldon merged commit 9b7448d into assaf:master Jul 27, 2022
@bensheldon bensheldon changed the title Fix Rails 6 appraisals fixes Vanity::Rails::Helpers#vanity_js for Rails 6; and fixes Appraisal definitions Jul 27, 2022
@bensheldon bensheldon added the bug label Jul 27, 2022
@bensheldon bensheldon changed the title fixes Vanity::Rails::Helpers#vanity_js for Rails 6; and fixes Appraisal definitions Fix Vanity::Rails::Helpers#vanity_js for Rails 6; and fix Appraisal definitions Jul 27, 2022
@bensheldon
Copy link
Collaborator

This has been released 🎉 : https://github.com/assaf/vanity/releases/tag/v4.0.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Appraisals don't actually test on Rails 6
2 participants