awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesController Override Patterns

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.

Awesome Controller Override Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • thoughtbot/administrateAvatar de thoughtbot

    thoughtbot/administrate

    6,028Voir sur 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

    Provides a pattern for overriding default admin controllers and views using standard Rails tools.

    JavaScript
    Voir sur GitHub↗6,028
  1. Home
  2. Web Development
  3. View and Controller Implementation
  4. Controller Override Patterns