Displaying 3 results from an estimated 3 matches for "valdat".
Did you mean:
valat
2006 Jan 04
4
many to many link table compound primary key explosion
Hi,
I have a many-to-many relationship between two tables, questions and
answers. My MySQL schema for the link table creates a primary key from
the two fields to prevent duplicate records. When I add the same answer
to the same question more than once, rails attempts to create a
duplicate record and explodes with a MySQL error:
MysqlError: Duplicate entry ''3-3'' for key 1:
1999 Jan 25
1
NT domain accounts keep being locked out
Hi
Using samba-2.0.0 on aix3.2.5.. Was using 1.9.18p10 before with no
problems. I am authenticating through an NT domain (HCHQ) and have
smb.conf set so most shares are public (though one gets updated by me
every now and then). We never used encrypted passwords.
I had 'read only = true' and 'write list = andreww jons' (I also 'force
user' so that files are owned by me..)
2006 Jan 20
10
1st attempt at rails testing - could really use some help...
Howdy, I''m attempting my first rails test & I could use some help... I
have the test posted at http://rafb.net/paste/results/YjWkIh45.html...
when I run it, the test fails, but the db table is never restored & it
seems that the fixtures file was never loaded... Any ideas as to what
I''m doing wrong? Thanks!
--
Posted via http://www.ruby-forum.com/.