Contributions
Library
Provide an easy way to manage code ownership over a database schema.
Article
Thinking of upgrading your Ruby on Rails application? This article sheds light on the complexities of the upgrade process and introduces a practical approach to address them. Explore the details and gain valuable insights to make your Rails upgrade journey smoother.
Article
Writing CRUD controllers in Rails may seem easy, but as your application grows, you'll find it increasingly difficult to maintain and update your code. In this article, you'll learn why extracting business logic from your controllers and creating focused, testable business actions is a necessary change.
Library
Loader to solve N+1 issues for good. Highly recommended for GraphQL API.
Library
Database validations for ActiveRecord
Library
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
Library
Simple tool to maintain factories and traits from FactoryBot