headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Feature/add administrate #34

Closed noahsettersten closed 6 years ago

noahsettersten commented 6 years ago

Here I've added Administrate, along with a custom RolesField around our user roles as well as the helper used in a handful of our apps to allow hiding resources from the sidebar and fixing sorting parameters.

This is behind an option that can be declined to skip Administrate setup.

Additionally, this pulls in the new administrate-field-trix gem that I created this morning to make a Field::Trix available for immediate use in Administrate dashboard.

Issues #9, #26, and #27 are completed by this PR.