awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesController Action Resolution

Mechanisms for mapping incoming HTTP requests to specific handler methods within a controller.

Distinct from Controller Method Overriders: None of the candidates cover the general process of resolving which controller method to execute based on a request path.

Explore 2 awesome GitHub repositories matching web development · Controller Action Resolution. Refine with filters or upvote what's useful.

Awesome Controller Action Resolution GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • revel/revelrevel का अवतार

    revel/revel

    13,224GitHub पर देखें↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    The project maps incoming web requests to specific controller methods by resolving the target action.

    Go
    GitHub पर देखें↗13,224
  • varvet/punditvarvet का अवतार

    varvet/pundit

    8,509GitHub पर देखें↗

    Pundit is an authorization framework for Ruby applications that enforces permissions through plain Ruby policy objects. It maps controller actions to policy methods, automatically inferring which policy class and query method to call based on the action name, and raises a custom exception when access is denied. The framework distinguishes itself by using plain Ruby classes without external DSLs or configuration files, and by providing a development-time verification guard that raises an error if a controller action runs without an authorization call. It also supports namespace-based policy or

    Maps controller action names to policy methods for automatic permission checking.

    Rubyruby
    GitHub पर देखें↗8,509
  1. Home
  2. Web Development
  3. Controller Action Resolution