Tag: ActiveAdmin
“Using ActiveAdmin for Admin Dashboard in Rails”
Using ActiveAdmin for Admin Dashboard in Rails ActiveAdmin is a powerful open-source administrative framework for Ruby on Rails applications that allows developers to easily create and manage a customizable admin dashboard. It provides a user-friendly interface for managing data, performing CRUD operations, and handling various administrative tasks. Installing ActiveAdmin in your Rails application is a…
“Creating a Custom CMS with Rails and ActiveAdmin”
Creating a Custom CMS with Rails and ActiveAdmin Building a custom Content Management System (CMS) can be a challenging task. However, with the power of Ruby on Rails and the convenience of ActiveAdmin, creating a personalized CMS becomes a much smoother process. What is a CMS? A Content Management System (CMS)…