|
|
|
|
|
by sergiotapia
4192 days ago
|
|
The Rails team make so many developers happy worldwide, it's incredible. Thank you from the bottom of my heart for making my job suck less. --- A quick questions regarding Foreign Key support, in the past I would use these concepts normally but does this mean that before Rails did not use Foreign Keys (in the strict rdbms sense)? Does this mean that there are now easy performance gains if you're using their new -real- foreign key support? |
|
Foreign key constraints aren't about performance - they are about maintaining [referential integrity].
previously...
Now this will throw an error. [referential integrity] http://en.wikipedia.org/wiki/Referential_integrity