Tom Smyth

Results 9 comments of Tom Smyth

Nice work. I don't quite follow your narrative about replace (what is replace for?) I will dig into the code and also try to find the original spot in my...

It looks from the linked conversation that the redirect_uri flow is doable with this gem using `set_bearer_token` but the documentation in the README seems incomplete in terms of explaining how...

+1 I might could contribute this one. Can you give an implementation pointers?

Any thoughts on this?

How about `select id, parent_id, name, (select max(generations) from division_hierarchies where descendant_id=divisions.id) as depth from divisions`

Any updates here? I too would like to have this. Could contribute work if needed.

@robguthrie So does this mean your roots have nil rank? Or do you set them to default to 0 or 1 or something? Did you make any progress adding this...

I just took a closer look at the deprecation email I got from Google way back when, and it references a client ID I had been using when messing around...

+1 on this one @javan. I'm creating a gem for enqueueing Delayed Job jobs without the Rails stack and would like to also add a custom whenever job for folks...