Remove ActiveAdmin dashboard
Just remove the controller and change the root:
ActiveAdmin.setup do |config|
config.root_to = 'posts#index'
...
end
Source: https://stackoverflow.com/questions/11087362/setting-root-page-to-activeadmin-default-login-page