1 repository
Sets a custom layout for the entire admin dashboard by passing a layout name to the view generators.
Distinct from Admin Layout Components: Distinct from Admin Layout Components: focuses on overriding the entire layout, not building layout components.
Explore 1 awesome GitHub repository matching web development · Admin Layout 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
Sets a custom layout for the entire admin dashboard via view generator configuration.