We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after logging in /admin/login
uninitialized constant Spina::Theme::OpenStruct
continues to happen downgrading to Rails 7.1.0
could also just be a scope of that module name issue maybe prepend with ::OpenStruct.new({ ...
I added ostruct to my gemfile and I still get the error.
Might be related to Ruby Ostruct being pulled out of system gems though. I didn't see evidence of that with Ruby 3.2.6 but Ruby 3.5.0
The text was updated successfully, but these errors were encountered:
I was able to get this working without changing that file with: Ruby 3.2.6 Ruby on Rails 6.1.7.10 Spina 2.18.0 Graphicsmagick 1.0.6
The ROR version being the important part, the rest for reference only.
Sorry, something went wrong.
I've just added a require 'ostruct'. Should work in any place. I've just added it on top of the Spina initializer.
require 'ostruct'
No branches or pull requests
after logging in /admin/login
uninitialized constant Spina::Theme::OpenStruct
continues to happen downgrading to Rails 7.1.0
could also just be a scope of that module name issue maybe prepend with ::OpenStruct.new({ ...
I added ostruct to my gemfile and I still get the error.
Might be related to Ruby Ostruct being pulled out of system gems though. I didn't see evidence of that with Ruby 3.2.6 but Ruby 3.5.0
The text was updated successfully, but these errors were encountered: