Administrate Field Active_storage

screenshot of Administrate Field Active_storage
rails

support active storage in administrate

Overview:

The Administrate::Field::ActiveStorageRailsCI is a tool used to preview various types of files within an admin panel in a Ruby on Rails application. This tool requires the installation of additional libraries like mupdf, Poppler, and ffmpeg to enable previewing of PDFs, videos, and Office files. Additionally, it provides guidance on setting up and managing attachments in Rails models while ensuring efficient handling of Active Storage objects.

Features:

  • Support for previewing PDF files using mupdf or Poppler
  • Ability to preview video files after installing ffmpeg
  • Facilitates viewing Office files as pictures with activestorage-office-previewer integration
  • Options for configuring has_one_attached and has_many_attached relationships
  • Prevention of N+1 queries for optimized Active Storage performance
  • Ability to remove or delete attachments within the Administrate interface
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.