1 Repo
Allows customization by overriding default controllers and views with standard Rails rendering and inheritance.
Distinct from View and Controller Implementation: Distinct from View and Controller Implementation: focuses on the override mechanism for admin dashboards, not general view/controller creation.
Explore 1 awesome GitHub repository matching web development · Controller Override 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
Provides a pattern for overriding default admin controllers and views using standard Rails tools.