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