Richie Vos
Richie Vos
Here's a gist of my deploy: http://gist.github.com/244420 . I symlink the directories under vendor/gems though.
I am symlinking the directories under vendor/bundler_gems (vendor/gems in my case), but not the top-level directory. I actually would think the preferred method should be to only symlink the cache...
Restating my previous entry: After reading his blog post and re-reading the title, I agree you can't symlink vendor/gems (I think I've had this problem as well). I personally was...
That's a good idea, and I wonder if it'd be worthwhile for bundler itself to do some form of that, ie, if you run something like Bundler.require_env, if the environment...
That's a good strategy, and is what I use for managing my gems on my Rails projects. The exact case where this came up for me is a couple non-rails...
You need to require the rake tasks in your app. This is actually working as designed by rails. Add the following to your Rakefile: require 'delayed/tasks'
I'm not sure if I'm encountering the same issue being reported here, or a very similar one. The high-level setup of what I'm trying to do is have 2 electronic...
Looking at https://github.com/reef-pi/reef-pi/blob/main/controller/modules/ato/ato.go my guess is the bug getting hit in my case is due to the way Run is implemented. `Run` inside of its loop calls `Check`. `Check` calls...
I did some tweaks to get this to fully compile (caveat I have very little go experience). I also did some initial testing. This solution seems to work, though I...
@mcarmody > a smart power strip (from robo-tank), are you using the robo tank power strip, or do you mean a smart timer such as a wifi / kasa one?