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)

Most upvoted comments

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

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'

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

Could not find compatible versions

Because rails >= 7.1.1, < 7.1.2 depends on railties = 7.1.1
  and rails >= 7.1.0, < 7.1.1 depends on railties = 7.1.0,
  rails >= 7.1.0, < 7.1.2 requires railties = 7.1.0 OR = 7.1.1.
And because rails >= 7.1.2 depends on railties = 7.1.2
  and meta_request >= 0.7.4 depends on railties >= 3.0.0, < 7.1,
  meta_request >= 0.7.4 is incompatible with rails >= 7.1.0.
So, because Gemfile depends on rails ~> 7.1.0
  and Gemfile depends on meta_request ~> 0.7.4,
  version solving has failed

@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?