David Henner

Results 62 comments of David Henner
trafficstars

After some debugging the PID files did exist but I think god was looking for them in the wrong place. I removed `w.pid_file = File.join(RAILS_ROOT, "tmp/pids/delayed_job#{num}.pid")` and everything started working....

BTW: putting some print statements in the gem I found right before you check for `!active?` the `pid_file` was nil (or empty string)

I could be wrong I think this was my use case: With `w.pid_file` \* `w.start` specified & no PID's running I call: ``` god -c /etc/god.conf ``` - Then the...

That sounds cool. I haven't thought about it but I imagine it wouldn't be too difficult. Do you have more ideas on how a typical loyalty program works? I'm guessing...

I'll try to look at this after I have more sleep.

I'm going to do a bit of changing to this. I think adding this as a helper method might work best. Also there is a low stock banner & out_of_stock...

Can you show me the benchmarks you saw? The difference aren't obviously much faster. My code does some string interpolation Multiple times but that is super fast (plus checks for...

Scott did I answer this in a personal email or google group. If not I am very sorry. I swear I thought I have answered this.

@DTwigs You can model this with one product and different combinations of variants. (variants would most likely have different prices) If you give me your example I'll try to break...

I was on the phone with a guy needing this functionality yesterday. It looks like several people are doing similar things. I actually watched him go through the process and...