Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOn install : the asset "active_admin.css" is not present in the asset pipeline. #6007
Comments
|
It looks like this is solved by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a bug?
On a fresh install with rails 6 and rails-sass no assets get installed and going to '/admin' results in an error: The asset "active_admin.css" is not present in the asset pipeline.
Expected behavior
Should go to a login screen
Actual behavior
An error is thrown
How to reproduce
Fresh install according to the guide's 'Installation' section