Add `skip-collision-check` option to generator by y-yagi · Pull Request #36603 · rails/rails

Until Rails 5.2, generators can run same name multi times without destroying. But Rails 6.0(with Zeitwerk) can't this. In Rails 6.0, an error occurs due to class name collision check. The check...