> So I am pissed at Rails...why? > [...] > My Rails migration which creates the "users" table has a very clear > constraint that the email field is unique. I expect the MySQL table to > be created with the correct constraint. Dumb me, I didn't test my > assumption.
I'm not telling you not to use erlyweb, but that's probably a MySQL issue, and will probably do the same thing under erlyweb/mysql. <http://dreams.a-wake.net/?p=137 > "MySQL even up to its 5.0 version does not support CHECK CONSTRAINTS". Using Postgres under erlyweb *or* Rails will fix that particular problem. > I talk to many very smart and experienced developers using Rails. We > all commiserate on the same issues. This leads me to believe that its > not that I'm using Rails wrong or just don't get it. Its that I do > get it and I simply don't like it. Fair enough :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
