activeadmin

How to add ActiveAdmin to Rails API only application

January 21, 2024
development
ruby, rails, activeadmin

How to add ActiveAdmin to Rails API only application # Recently at work, I was tasked with creating a back office for our application. We decided to opt for a ready-made solution. The top contender was ActiveAdmin, but I also briefly explored other options such as RailsAdmin and Administrate. In the end, ActiveAdmin was ultimately chosen, primarily due to its superior customizability among the three options, which was crucial for our needs. ...