awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • thoughtbot/administrateالصورة الرمزية لـ thoughtbot

    thoughtbot/administrate

    6,028عرض على 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
    عرض على GitHub↗6,028
  1. Home
  2. Web Development
  3. View and Controller Implementation
  4. Controller Override Patterns