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 7 support? #109

Open
aforty opened this issue Dec 2, 2022 · 4 comments
Open

Rails 7 support? #109

aforty opened this issue Dec 2, 2022 · 4 comments

Comments

@aforty
Copy link

aforty commented Dec 2, 2022

I just updated to rails 7 and I can't seem to get this to load. It looks like it never registers the inky extension. Has anyone gotten this to work?

@daniel-rikowski
Copy link

I'm using Inky with Rails 7 and Ruby 3.1 on Windows and Alma Linux.

I do use a simple monkey patch to remove layout breaking whitespace from the generated HTML, but this is for an Inky bug, and not related to the Rails version.

@randombrick
Copy link

I just updated to rails 7 and I can't seem to get this to load. It looks like it never registers the inky extension. Has anyone gotten this to work?

same 4 me

@phoet
Copy link

phoet commented Sep 20, 2023

looks like its completely gone with rails 7.1

inky-rb-1.4.2.0/lib/inky.rb:38:in `release_the_kraken'

NoMethodError:
# undefined method `gsub' for #<ActionView::OutputBuffer

@zealot128
Copy link
Contributor

I've made a simple change, it seems to work with Rails 7.1.beta1 now:

#110

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

No branches or pull requests

5 participants