One of my Rails migrations uses a uuid as the primary key. The Postgres extension gen_random_uuid() should solve this issue, but I continue to get the error aft
I have a table named Nodes. Each node belongs to one father of the same table, and has one child on the same table too. This is the Node model: class Node <
I've seen lots of examples of making Docker containers for Rails applications. Typically they run a rails server and have a CMD that runs migrations/setup then