jaynetics / activeadmin_assets

Run ActiveAdmin v4 without asset setup
MIT License
5 stars 0 forks source link

Gem Version Build Status Coverage

ActiveAdminAssets

This gem is for you if you want to be able to run ActiveAdmin v4+ without any asset setup, e.g.:

Like the asset gems of old, it includes static copies of all required assets and injects them automatically.

Caveats

Installation

Add activeadmin_assets to your Gemfile.

Usage

That's it 😁. If you want, you can configure the path to serve static assets from:

ActiveAdminAssets.path = '/x/admin-assets' # default: '/active_admin_assets'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jaynetics/activeadmin_assets.

License

The gem is available as open source under the terms of the MIT License.