-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
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. |
same 4 me |
looks like its completely gone with rails 7.1 inky-rb-1.4.2.0/lib/inky.rb:38:in `release_the_kraken' NoMethodError: |
I've made a simple change, it seems to work with Rails 7.1.beta1 now: |
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?
The text was updated successfully, but these errors were encountered: