Created by: thomascullen
problem:
rails g administrate:install
would fail to load the DashboardManifest
unless spring was stopped before running the command.
solution:
Require the DashboardManifest class after it is created to ensure it is loaded
fixes #448 (closed), #431 (closed), #453 (closed)