Hello all,
Before these warnings, loading error were silently dismissed, which lead to some confusion, as in 'Why is my model not in the sidebar?'. Now every model (or assumed as such with Rails autoload_path) is either added or logged.
Maybe the situation can be bettered by refining the rescue LoadError, NameError to print more precise warnings and add an option to dismiss them.
The relevant code is here:
I don't know if it's a good idea to create RailsAdmin load path configuration. It is RailsAdmin as in Rails' admin, and you really are expected to follow Rails conventions.
RailsAdmin should provide options for configuration over Rails's if the expected behavior cannot be obtained automatically in all situations, which is not the case here.