Dave Hamilton
Dave Hamilton
I ran into this, too and found a solution. `env-cmd` uses the package [commander](https://github.com/tj/commander.js) for its CLI functionality, including support for version, usage and options. That package supports grouping multiple...
I ran into this as well. A workaround is to include the helper from copywriting into your application helper: ``` ruby module ApplicationHelper include Refinery::Copywriting::CopywritingHelper ```
I also ran into this with stack traces copied from Crashlycs, but for me the stack traces for Android worked fine and the iOS stack traces did not. I removed...