Introducing Boring Generators gem which aims to make your development faster by delegating boring setups to the gem.
ReadAn approach to write test cases for the generators added to reduce efforts and automate your workflow.
ReadLearn how to setup your application to do multipart file upload to Active Storage using GraphQL-ruby and Apollo
ReadBefore Rails 6.1 the enum default were configured on the database level but now Rails 6.1 allows to configure the enum defaults on the model.
ReadBefore Rails 6.1 to add comparison operators in where clause you need to use raw SQL notation. Rails 6.1 adds support for where clause with comparison operator.
Read