Displaying 1 result from an estimated 1 matches for "firstianus".
2006 Mar 25
12
Newbie question about database consistency
I''m a newbie for RoR, and also web dev and database design (but been
doing C++ apps for years). I''m trying to learn to use RoR and mySQL by
doing a toy project. What I''m trying to do is a web base reservation app
for lab machines. I have a number of machines, each can be reserved on
hourly basis. So I set up a the following tables: users, machine,
reservations. The