This document describes the design of rbs_rails gem, and the future works.
It also describes Rails-related gems' RBS files in ruby/gem_rbs_collection repository.
RBS files in gem_rbs_collection
work with RBS Rails
Some classes, modules, and interfaces are depend on RBS Rails. Be careful to introduce breaking changes to them.
Generated RBS files
Currently this repository contains generated and hand-written RBS files. I want to distinguish them to run the generator continuously, but unfortunately they are mixed.
In the future, probably unifying these files is better. We do not need to distinguish generated and hand-written files.