Upgrade RailsAdmin from 2.x to 3.x
masterUpgrading from version 2.x to 3.x requires attention to Webpack/Webpacker support, which introduces new dependencies and configuration requirements.
To facilitate the upgrade, run the installation generator:
rails g rails_admin:installThe generator will suggest the required changes based on your application's current setup.