ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

iainbeeston

@andycroll I just read your latest email (great as always) but I noticed there’s a big “why not” that you didn’t mention. `find_each` doesn’t work reliably if your model has a UUID primary key, because `find_each` works by ordering everything by primary key and UUIDs aren’t sequential. Annoyingly rails doesn’t warn you about this (although if I get time I might raise a PR for that) so it’s possible for it to silently skip records if you use UUIDs.