rails_panel: SystemStackError: stack level too deep with Rails 6.1
This gem is failing in Rails 6.1 with a SystemStackError: stack level too deep error.
See rails/rails#40698
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 25
- Comments: 16 (1 by maintainers)
Installing from github seems to solve the problem. Put the following in the Gemfile:
gem 'meta_request', github: 'dejan/rails_panel', branch: 'master', glob: 'meta_request/meta_request.gemspec'New version of the gem (meta-requst-0.7.3) is released. Thanks everyone.
yep, same for me
same issue on 0.7.3
This has solved it for me 👍
@dejan is there any chance that you merge the PR that fixes this issue and publish a new version on npm?
doesn’t works for rails 7:
Could not find compatible versions
@dejan is it possible to release a new version of the gem? Thx
This is blocking our upgrade and we’ll have to dump the gem until it’s fixed. Any news?