-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
undefined local variable or method `name' for #<RailsAdmin::MainController #3454
Comments
Full stack trace, please. |
NameError: undefined local variable or method `name' for #RailsAdmin::MainController:0x000000000c4db0 1 File "shared/bundle/ruby/3.0.0/gems/rails_admin-3.0.0.beta2/app/controllers/rails_admin/main_controller.rb" line 47 in method_missing |
Sorry for the issue, just pushed the fix. Please try with the master branch.
|
hi
we updated from ruby2.7 to ruby 3 and from rails6.1 to rails7
since the update, everything is ok on development environment, but we can't access anymore to rails_admin in staging environment.
we only have this error :
NameError: undefined local variable or method `name' for #RailsAdmin::MainController:0x000000000c74c0 (Most recent call first)
gems/rails_admin-3.0.0.beta2/app/controllers/rails_admin/main_controller.rb line 47 in method_missing
gems/rails_admin-3.0.0.beta2/app/controllers/rails_admin/main_controller.rb line 52 in respond_to_missing?
any idea how we could debug this ?
thanks
The text was updated successfully, but these errors were encountered: