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

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

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

2 个仓库

Awesome GitHub RepositoriesRails Engine Mounting Patterns

Mounts as a self-contained Rails engine within a host application, inheriting its middleware stack and routing.

Distinct from Rails Application Generators: Distinct from Rails Application Generators: focuses on the engine mounting mechanism, not project scaffolding.

Explore 2 awesome GitHub repositories matching part of an awesome list · Rails Engine Mounting Patterns. Refine with filters or upvote what's useful.

Awesome Rails Engine Mounting Patterns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thoughtbot/administratethoughtbot 的头像

    thoughtbot/administrate

    6,028在 GitHub 上查看↗

    Administrate is a Rails engine that generates full CRUD admin interfaces for any model in a Rails application, providing create, read, update, delete, search, and pagination capabilities out of the box. It functions as a convention-based dashboard generator that maps model attributes to default field types and views, while supporting customization through standard Rails controller and view overrides. The framework distinguishes itself through a field type abstraction layer that encapsulates data display and input logic into reusable classes, and a hook-point content injection system that allo

    Mounts as a self-contained Rails engine within a host application for admin functionality.

    JavaScript
    在 GitHub 上查看↗6,028
  • fatfreecrm/fat_free_crmfatfreecrm 的头像

    fatfreecrm/fat_free_crm

    3,629在 GitHub 上查看↗

    Fat Free CRM 是一个基于 Ruby on Rails 框架的开源客户关系管理平台。它提供了一个集中式界面,用于管理销售流水线、跟踪潜在客户、联系人和商业机会,并通过自定义字段、标签和团队分组来组织组织数据。 该平台被设计为一个模块化业务应用,支持通过插件系统进行扩展,并能够作为 Rails 引擎集成到现有项目中。这种架构允许动态模式扩展,使用户能够定义自定义数据字段以捕获特定的业务信息,而无需更改核心系统文件。 该系统包括对配置和部署的全面支持,允许自定义应用设置并与各种数据库引擎集成。它提供了用于配置一致开发环境的工具,并支持部署到云托管平台。安全性通过既定的漏洞报告和分发安全公告渠道进行维护。

    Encapsulates distinct features into isolated, mountable components to maintain a clean separation of concerns.

    Ruby
    在 GitHub 上查看↗3,629
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Rails Application Generators
  5. Rails Engine Mounting Patterns