Results 45 comments of Ian Young
trafficstars

Not saying this is necessarily the _right_ solution, but it's the one I came up with messing with rbenv on my own a while ago, and it's been working fine...

FWIW, I think this adapter could add some nice support for ActiveRecord::Enum that would allow it to coexist. In short, it could detect if there is an existing enum defined...

+1, I'd be excited to see this.

Yeah, I think it's a documentation change that's needed. Zappa is now bundling some connect middleware to serve the vendor javascript, and it looks like an intentional change on @mauricemach's...

I just ran into this recently. It's a tough one because browsers handle redirects transparently in `XmlHttpRequest`, so the PJAX JS can't stop the request from going to the external...

@probot-stale[bot] awww, that would be a shame! This is a real issue, after all.

Well, that's too bad. I wish someone would take a look at this issue besides you, stalebot.

Thanks for the report! I don't really know how GHE works, but is that bouncing you to a login page? It seems like the path of `/sessions/_auth_request_bounce` isn't going to...

Indeed - I actually recently added a way to specify per-request options: ``` coffeescript gh.withOptions(apiVersion: 'v3.raw').get "/foo" ``` But if we need to treat the response data as something other...