toby cabot

Results 22 comments of toby cabot

I think that the problem is not that we get "context cancelled" errors but that the code which tries to ignore them isn't working. For example, in the log messages...

The tests had gotten rusty since the last time they were run. I got them passing then merged these commits and fixed the test breakage. @ROMOPAT please give the rails3...

Not sure. What are the consequences of negative ids?

I'm not opposed to having them unsigned but I still don't see any evidence of benefit. The link you provided simply describes the integer types and their sizes, it doesn't...

Thank you for the fix - LGTM!

I just went through the installation instructions and noticed that they should be ``` gem 'rails-bigint-pk', '~>1.2.0' ``` If you're using 1.1.0 (based on the current README which is wrong)...

Looking at the books table above, it looks as if the PK and some of the FK's (author_id, series_id) are big but one of them (featured_id) is still 32 bits....

I haven't tried it since I don't have any Rails 5 apps but would love to hear how it works for you.