• Automatically reload rails_admin configuration when in development mode
  • Automatic Model List
  • To avoid having to maintain a list of models manually you can extend your ORM to collect them upon initialization.
  • Alternative method for the RailsAdmin versions that does not extend ApplicationController
  • Less Desirable Method ("Dirty" just sounds so... dirty.)
  • Move your RailsAdmin.config block into the app controller for dynamic reloading of changes in dev, etc
  • Then stare at the various examples below...