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