Administrate

screenshot of Administrate
rails
scss

A Rails engine that helps you put together a super-flexible admin dashboard.

Overview

Administrate is a library for Ruby on Rails applications that automatically generates admin dashboards. These dashboards provide a clean and easy-to-use interface for non-technical users to manage records in the application. Administrate aims to provide a better user experience for site admins and be easier for developers to customize compared to other similar libraries like Rails Admin and ActiveAdmin.

Features

  • Automatic generation of admin dashboards
  • Clean interfaces for creating, editing, searching, and deleting records
  • Customizable appearance, behavior, and contents of the dashboard
  • No DSLs (domain-specific languages)
  • Support for standard tools such as plain Rails controllers and views
  • Modular architecture with core components and plugins
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.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.