My rails project utilizes Twitter Bootstrap for the main site's look and feel. In order to make kaminari fit in a bit better, I added the kaminari-bootstrap gem. So far, so good.
The problem is that the kaminari-bootstrap HTML breaks the pagination in active_admin.
The ideal thing would be to find a way to only enable kaminari-bootstrap for the main site, and not for active admin.