Greg Blass

Results 34 comments of Greg Blass

> A better way, as suggested here https://stackoverflow.com/questions/39624035/capistrano-and-api-keys-in-env-variables#answer-39628182 > > Put your NVM source script in your `.bashrc` which is still evaluated even during an non-interactive SSH session. Just make...

@cschoene Thank you, that worked for me! I need to get my client off of CentOS at some point :)

EDIT: I apologize, I should have read the docs - the javascript_pack_tag needs to come after turbolinks in the head. When I do that, it works perfectly fine for me.

Just checking in here to see what the best practice is to use premailer with webpacker. I can't get it working for the life of me, no matter what I...

Thank you very much @waltjones and @ngelx!!

@william-eth - That worked for me for the time being to silence the depreciation (like others said it was flooding my console)

Definitely a deal breaker for me. I can't figure out how to give the right column a minimum width, or the bottom column a minimum height. And here I thought...

@kristjan07 I ended up using http://layout.jquery-dev.com/ for the project that I needed it for, and it worked well. Its not well documented but they added a minHeight and minWidth recently:...

The Mime Types feature was removed from carrierwave. As of now it seems impossible to set the mime type correctly using this gem, resulting in thumbnails not displaying from on...