Skip to content
Discussion options

You must be logged in to vote

It seems I've solved the issue, sorry for interrupting.

Some details/flow which might be useful for someone:

  1. First I've created fresh rails 7.0 app and added active admin and devise gems to confirm it actually works. It worked. I should definitely do this before opening the issue here
  2. I've put whole Gemfile/.lock to the new app to confirm some other dependency does not break things. It worked. This confirms it's in my code
  3. Because I've tried before removing any active admin dependencies and still couldn't find the core cause I've tried the other way: remove "all" the code and bring it back one by one (configs, initializers, views, whole app)

And I've found our custom controller

module A…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hagi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #8900 on December 30, 2025 15:47.