cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Generate rails app without git, by default, allow override options #83

Open dazza-codes opened 7 years ago

dazza-codes commented 7 years ago

Essentially, this is supposed to add the --skip-git option to rails new. But it allows a config override. (I didn't find any specs that test this, so I'm relying on the integration specs.)