TrimAgency / htcht

The internal development CLI for Trim Agency
MIT License
3 stars 1 forks source link

Capitalization with Rails Generator #44

Open ryantstone opened 7 years ago

ryantstone commented 7 years ago

When running htcht rails new fooBar it generates without issue but the config/application.rb will generate the module fooBar line in non-capitalized form even though running the same command outside of htcht will capitalize it effectively. This will stall booting up docker the first time.

stevetwitte commented 6 years ago

we can put a check in for this but if you run it with FooBar it will work fine