Andrew Shannon Brown
Andrew Shannon Brown
A problem with this approach is that the heroku.yml file (at least in my project) is checked into my repo, whereas my .gitconfig file is not and would ideally refer...
https://github.com/donovanhide/eventsource/pull/36 offers an alternate approach.
I moved the redirecting logic into a new `redirectingClient`, which I believe should be used instead of the defaultClient. I don't think the user has to set up anything. I...
If the environment is not included in the prefix, then the s3 buckets will collide if a shared bucket is not used. I was thinking that if the user chooses...
Sure. The most common case where I use for a self join is something that I can currently write like this: ``` ruby class Event < ActiveRecord::Base scope :first_time, ->...
I your suggestions all design decisions that I can understand, but in the end they don't help me answer my questions, which is how to best represent a self join....
Looks like a dup of https://github.com/activerecord-hackery/squeel/issues/313 which was closed, but this behavior definitely fails.
I assume AR can pass the test. It was in my app and it started failing when I added squeel. Unfortunately, I don't know any more about AR than taking...
That true, but I'm not in the habit of using squeel unless I really need it to make things more readable, so my workaround has the property that it equally...
I was thinking about in a DM but I could imagine it would be generally useful.