Chad McGimpsey

Results 9 comments of Chad McGimpsey

I've made a gist on how to monkey patch will_paginate v3.0.7 to add rel="next" & rel="prev" links to your header. I only use this on pages that require custom link...

Thanks! It would also be great if it could be set at runtime in the Uploader, or via a `Proc` in the model. We have an uploader that has multiple...

Has anyone gotten this plugin to work reliably since early October? We have the First Alert HomeKit-enabled smoke detectors, which have been discontinued (probably because they are terrible) and are...

Luckily, I created my Nest account over a decade ago, so I could sign in using the Nest auth code technique. It has been working for a day... we'll see...

The error occurs because on the first request, the server responds with the session-id header that needs to be included with every request. On the subsequent request, the em-http-request connection...

In our model we have a method like: ``` ruby def find_top_10_tags tag self.popular_tags.limit(10).where{name.like "#{tag}%"} end ``` In the future we are going to add more logic to find tags...

@gchiaren Did you ever resolve this? The same thing is happening to me.

Ok, thanks. I've noticed that certain jobs cause DJ to fail, and sometimes DJ will process multiple jobs and just keep on going. All the jobs pass our tests and...

FYI - This issue might be related: https://github.com/collectiveidea/delayed_job/issues/935 I've switched to using foreman in dev mode, so instead of running `bin/delayed_job start` I'm now just using `bin/rails jobs:work` in my...