Skip to content

Tag Archives: rails

acts_as_list :scope

With a helpful nudge from Artur, we’ve been using UUID primary keys on almost all of our Rails models to ward off scalability problems further down the line (see this for a decent guide to how and why).
In general, Rails copes with it all extremely well. As you’d expect, Rails handles standard MySQL primary keys [...]