Brian Leonard
Brian Leonard
Thanks for taking the time to write this up @aks It reads like a good summary of the issue at hand. I don't suppose you want to give it a...
@jeremy with your knowledge of the AR internals, any thoughts on this? Have you done anything to fix this issue in your environment?
hey @sax - a few thoughts. maybe we could generically hook those spots you found interesting in a callback or something. then people could do what they wanted. `analytics_handler` or...
@sax @jacobbednarz any thoughts on these two PRs (https://github.com/taskrabbit/makara/pull/126 and https://github.com/taskrabbit/makara/pull/103)? I'm just catching up and attempting to be a good citizen here. Are you using either one of them...
Thanks @sax
That's cool. It sounds like as you say, `BEGIN` and `COMMIT` should trigger the same transaction code that the `.transaction` block does now. Maybe we should stop doing the block...
The old method requires cookies, too. It has to store the "session context" guid somewhere. One way or another, that contet has to be saved. In our iOS app (using...
That was a fairly impressive opening comment :-) Thank you. If I'm reading it right, there are few things in there. 1. Would it be better to stick to master...
That's great @rosa - I'd love to see a PR and talk about more specific spots. It looks like you have something going already :-) so let's go from there....
I personally wouldn't worry too much about the config ids - can probably use the ones from the config file with a `gsub(/weird stuff/, "_")` or something. Of course maybe...