ctran / annotate_models

Annotate Rails classes with schema and routes info
Other
4.41k stars 598 forks source link

Add AnnotateRoutes::AnnotationProcessor and AnnotateRoutes::RemovalProcessor #1008

Closed nard-tech closed 8 months ago

nard-tech commented 8 months ago

Redo version of #793

cf. #790, #792

In order to refactor AnnoateRoutes, I added AnnotateRoutes::AnnotationProcessor and AnnotateRoutes::RemovalProcessor.

Refactoring AnnotateRoutes is not finished in this PR yet.

Some class methods in AnnotateRoutes is removed in the next PR.