Skip to content

Instantly share code, notes, and snippets.

@bergerjac
Created March 31, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergerjac/06ee87337a2de74b43e0 to your computer and use it in GitHub Desktop.
Save bergerjac/06ee87337a2de74b43e0 to your computer and use it in GitHub Desktop.
active admin assets
# nano config/initializers/assets.rb
Rails.application.config.assets.precompile += %w(active_admin/*.gif active_admin/*.png)
@bergerjac
Copy link
Author

"Asset filtered out and will not be served..."

$ nano config/initializers/assets.rb
$ rails s
# nav to: http://localhost:3000/admin/login
# verify working
# Ctrl + C to stop rails server
$ git rm --force -- config/initializers/assets.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment