I\'m somewhat new to the Rails asset pipeline so I might be doing something wrong. I\'m trying to use Active Admin for my backend and twitter bootstrap css for my front end
For me changing application.css to following solves the problem:
application.css
*= require bootstrap *= require_tree . *= stub "active_admin"