Justin Tomich
Justin Tomich
Hello! Both the location and version of bash are different. Homebrew generally provides the latest: bash 4.4.12(1)-release at the moment, while (on Sierra, haven't upgraded) Apple provides 3.2.57(1)-release. I use...
Thanks! I updated to the newest gem, and gave it a whirl. I get farther... `picobox install` no longer fails. But unfortunately `picobox init rails` fails. It may well be...
Hello @yumitsu, thanks for the contribution, this is a great start! I'm still reading through the PR and considering the change. I do see one potential issue that probably needs...
Hi @RumbosN, I've considered adding support for an invitation to be refused for a long time. There is merit to the feature, but it will also considerably grow the "footprint"...
Not a dumb question at all, I definitely need to expand and clean up the documentation. The "account" is a resource you're inviting people to join for this particular example....
You're getting 'undefined method: invitable_name'. The method invitable_name is added by the `invitable` mixin. The readme has a section about it. Basically, any resource you want to invite users to,...
The default translations live in the gem at `config/locales/invitation.en.yml`. You can make your own locale file in your app (in config/locales) and just overload any values you want to modify....
Nothing prepared. I've been hesitant to add UI to gems. But as this one has some interest, let me consider further. Thanks!