-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ActiveAdmin #196
Remove ActiveAdmin #196
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! See below for one suggestion before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove these also
pin "chartkick", to: "chartkick.js"
pin "Chart.bundle", to: "Chart.bundle.js"
in config/importmap.rb
these were used to make some graphs in active admin dashboard
Thank you @kasugaijin! I missed that, it's fixed now |
Tests are failing but looks like they are unrelated to my changes (broken on main) |
Yup @marlena-b it was just fixed in main, I feel pretty good about merging this in |
Describe your change in plain English.
Removes ActiveAdmin from the project.
Link to the issue
Fixes #13