The admin dashboard system by Instrumental Components gives your Rails app a modern, responsive admin dashboard area with a clean, extensible interface.
It's the place to manage all of your app's users, accounts, commerce products, orders, subscriptions, and more.
Before you can install the Teams component, you'll first need to install the Authentication component. Then proceed with Teams component installation:
rails g instrumental:admin
rails db:migrate
To give any user(s) access to your admin dashboard, update their admin
attribute to true
.
I created Instrumental Components to make designing and building professional apps with Ruby on Rails easy, fast, and fun. I use it on all of my projects and I hope it helps you build something great.