|
|
|
|
|
by jeltz
167 days ago
|
|
As someone who has done a lot of Ruby coding I would say using a statically typed database is almost a must when using a dynamically type language. The database enforces the data model and the Ruby code was mostly just glue on top of that data model. |
|