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 is an open-source customer relationship management platform built on the Ruby on Rails framework. It provides a centralized interface for managing sales pipelines, tracking leads, contacts, and business opportunities, and organizing organizational data through custom fields, tags, and team-based groupings. The platform is designed as a modular business application that supports extensibility through a plugin system and the ability to integrate as a Rails engine within existing projects. This architecture allows for dynamic schema extensions, enabling users to define custom data f
Encapsulates distinct features into isolated, mountable components to maintain a clean separation of concerns.