Tim Pope
Tim Pope
Only on my own ego.
That's a passable workaround but something is still off with your rbenv config if you need it.
Well, sounds like you've sidestepped most of the issues hookup is trying to resolve. What do you want to happen instead? Just run `rake db:migrate` when it's done?
A no-op `bundle install` is slower than `bundle check` (6 seconds versus 3 seconds on the project sitting in front of me). I'd love to ditch it, but for `git...
Not sure what's going on here but would welcome a fix!
SSL was trivial. JSON's challenging just because you have to add it at the same time as the rest of the v5 upgrade (thanks Pivotal), but if the responses are...
That would be fine. Just make it as a separate change.
My general strategy would be to add a `v5_request` method, and then port the requests one by one. That way you're not stuck trying to fix a half dozen requests...
Basically take [this](https://github.com/tpope/pickler/blob/65f366d61afe5cbb8abdf6ea87d6cccc1aac5b5d/lib/pickler/tracker.rb#L34-43), change `xml` to `json`, and `BASE_PATH` to `V5_BASE_PATH` (which you'll of course have to define). Next step will probably be making `_json` methods to go with the...
It's been a while since I've touched it. I'd be willing to hand the reigns to an eager replacement maintainer.