Hi there. Thanks for the nice gem.
I noticed a problem where this gem was not getting loaded properly within my Rails application. I found it only worked by manually placing a require capitalize_names within the application.
Is this something to do with the naming you have decided to go with here, i.e., the choice to use a dash instead of an underscore in the gem's name? I believe the dash is normally for extensions, yes?
Hi there. Thanks for the nice gem.
I noticed a problem where this gem was not getting loaded properly within my Rails application. I found it only worked by manually placing a
require capitalize_nameswithin the application.Is this something to do with the naming you have decided to go with here, i.e., the choice to use a dash instead of an underscore in the gem's name? I believe the dash is normally for extensions, yes?