awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
activeadmin avatar

activeadmin/activeadmin

0
View on GitHub↗
9,701 星标·3,324 分支·Ruby·MIT·6 次浏览activeadmin.info↗

Activeadmin

ActiveAdmin is a framework for building administrative back-office dashboards and data management screens within Ruby on Rails applications. It functions as a dashboard generator that automatically creates web interfaces for managing database records based on the Active Record pattern.

The project utilizes a declarative domain specific language to map Ruby classes to administrative controllers and views. It employs convention-over-configuration routing to generate standard endpoints and provides a template-override hierarchy for customizing the user interface.

The framework includes a responsive admin interface with support for dark mode and mobile devices. Its broader capabilities cover database record management, internal tooling development, and application state debugging via an integrated interactive console.

Features

  • Admin Dashboard Generators - Provides an automated tool for generating administrative interfaces to manage application data based on business patterns.
  • Admin Interfaces - Provides a comprehensive administrative interface for generating dashboards and data management panels.
  • Record Management Interfaces - Offers a structured interface for creating, updating, and managing database records with built-in validation.
  • Active Record Management Interfaces - Implements a web interface for managing database records based on the Active Record pattern.
  • Dashboard Generators - Functions as a dashboard generator that automatically creates administrative interfaces for web applications.
  • Internal Tool Builders - Serves as a platform for rapidly creating administrative dashboards and data management interfaces for internal team use.
  • Ruby on Rails Frameworks - Provides a comprehensive administrative framework built specifically for the Ruby on Rails ecosystem.
  • Template Overrides - Provides a template-override hierarchy allowing users to replace built-in admin templates with local files.
  • Admin Interface Customizations - Allows modification of the administrative panel layout, navigation, and display properties via template overrides.
  • Resource Mapping DSLs - Implements a declarative DSL to map Ruby classes to administrative controllers and views for rapid interface generation.
  • Responsive Layouts - Implements fluid and adaptive page structures to ensure the admin dashboard works across mobile browsers.
  • Administrative Controller Injections - Injects administrative logic into the Rails request cycle by hooking into the framework routing and controller inheritance layers.
  • Convention-Over-Configuration Routers - Automatically generates standard RESTful administrative endpoints by mapping resource definitions to predefined route patterns.
  • Admin and Management - Provides an admin panel.

Star 历史

activeadmin/activeadmin 的 Star 历史图表activeadmin/activeadmin 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Activeadmin 的开源替代方案

相似的开源项目,按与 Activeadmin 的功能重合度排序。
  • flask-admin/flask-adminflask-admin 的头像

    flask-admin/flask-admin

    6,071在 GitHub 上查看↗

    Simple and extensible administrative interface framework for Flask

    Python
    在 GitHub 上查看↗6,071
  • wagtail/wagtailwagtail 的头像

    wagtail/wagtail

    20,366在 GitHub 上查看↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Pythoncmsdjangohacktoberfest
    在 GitHub 上查看↗20,366
  • railsadminteam/rails_adminrailsadminteam 的头像

    railsadminteam/rails_admin

    7,957在 GitHub 上查看↗

    Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It provides a graphical user interface for creating, reading, updating, and deleting database records, serving as a secure back office for database content management and administrative data auditing. The project distinguishes itself through a reflection-based schema mapping system that automatically generates CRUD interfaces from database metadata. It includes specialized tools for data versioning and change auditing to track administrative activity, as well as utilities for import

    Ruby
    在 GitHub 上查看↗7,957
  • theodinproject/theodinprojectTheOdinProject 的头像

    TheOdinProject/theodinproject

    4,282在 GitHub 上查看↗

    The Odin Project is an open-source, full-stack web development curriculum that guides learners from basic scripting to deploying complete applications through a structured, project-based learning path. It functions as a self-directed bootcamp covering frontend, backend, databases, and job-seeking skills, with a peer-to-peer learning community where developers give and receive structured help through a forum. The platform distinguishes itself through a project-based curriculum engine that presents curated resources and assignments requiring independent problem-solving rather than step-by-step

    Rubycurriculumhacktoberfestodin
    在 GitHub 上查看↗4,282
查看 Activeadmin 的所有 30 个替代方案→

常见问题解答

activeadmin/activeadmin 是做什么的?

ActiveAdmin is a framework for building administrative back-office dashboards and data management screens within Ruby on Rails applications. It functions as a dashboard generator that automatically creates web interfaces for managing database records based on the Active Record pattern.

activeadmin/activeadmin 的主要功能有哪些?

activeadmin/activeadmin 的主要功能包括:Admin Dashboard Generators, Admin Interfaces, Record Management Interfaces, Active Record Management Interfaces, Dashboard Generators, Internal Tool Builders, Ruby on Rails Frameworks, Template Overrides。

activeadmin/activeadmin 有哪些开源替代品?

activeadmin/activeadmin 的开源替代品包括: flask-admin/flask-admin — Simple and extensible administrative interface framework for Flask. wagtail/wagtail — Wagtail is an open-source content management system built on the Django web framework. It provides a structured,… railsadminteam/rails_admin — Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It… theodinproject/theodinproject — The Odin Project is an open-source, full-stack web development curriculum that guides learners from basic scripting to… plataformatec/devise — Devise is a comprehensive identity management system and authentication framework for Ruby on Rails applications. It… thoughtbot/administrate — Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application,…