1 रिपॉजिटरी
Architectural practices for moving business logic from controllers into models or service objects.
Distinguishing note: Candidates focused on hardware controllers or AI; this is specifically about software controller-model logic distribution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Lean Controller Patterns. Refine with filters or upvote what's useful.
This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi
Guides the movement of business rules from controllers to the model layer to maintain slim action handlers.