Techie February 2022
Definition
Active Admin is a Ruby on Rails gem for generating administration interfaces.
Make sure Devise is installed and properly configured.
1. Add the gem
Open up your Gemfile and add these lines. NB: This has been tested with Rails 7 ☑️
and run:
2. Set up activeadmin in your app
3. Visit http://localhost:3000/admin and log in using:
User: admin@example.com
Password: password
4. Register a model
To register your first model, run:
Thanks for reading, see you in the next one!