Scott Jacobsen

Results 8 comments of Scott Jacobsen

I was having this issue, and my theory is that it is related to how I was caching my gem builds - essentially my ruby 2.6.6 branch was using gems...

Thanks for the link to the setup-ruby caching instructions. I was going off the actions/cache instructions which are not as good. Now I'm hashing my .ruby-version into the cache key,...

Thanks. Yes, this works. It is starting to look like it could be a gem conflict. I just made a little test script with no dependencies and Jard is working...

Be warned - there are so many gems in my rails project, I'm not sure when or if I'll get a chance to narrow it down :)

:+1: to this - I'm currently just doing `Notification.deliver("")` for slack, and that works fine, but making the param optional would be ideal. I considered passing the slack channel names...

There appears to be a problem here (at least for me) - if `ActiveRecord::SchemaDumper.prepend Scenic::SchemaDumper` in `lib/scenic.rb` runs before the `prepend` in the initializer then the prepended method does not...

This appears to be a bad interaction with [overcommit](https://github.com/sds/overcommit). In my `.overcommit.yml` I have: ```yml PostRewrite: CustomScript: enabled: true required_executable: './.git/hooks/old-hooks/post-rewrite ``` which should call the git branchless hook first...

Re-opened in hopes of converting to a discussion, but I don't know how to do that.