|
|
|
|
|
by Robin_Message
5121 days ago
|
|
(rant) Since Rails devs don't appear to believe in databases (and to be fair, if I was targeting MySQL version 3 I'm not sure I would believe in them much either), they don't bother using database features for binding. Instead having their own half baked (well, it 90% baked now, but it still has the occasional squishy bit) binding system. Same for validations, foreign keys, primary keys, indexes, enumerations, etc. (/rant) |
|