Seeking Opportunities
Contact Me

Sequel Articles

ruby code using ROM to upsert player list into the players table

UPSERTing with ROM and Sequel

Imagine that you have a parent entity, say a baseball Team, that has-many Players. I want to have an edit page for the Team that includes the Players on the Team.

Read More