看到一些 gem 有 generator 目录
请问这个目录 是怎么生成的,有什么作用?
自动生产 migration,model,controller,view 等的模板文件,通常继承Rails::Generator::NamedBase或者Rails::Generator::Base https://github.com/rails/rails/tree/master/railties/lib/rails/generators
Rails::Generator::NamedBase
Rails::Generator::Base