Displaying 2 results from an estimated 2 matches for "test_summary".
2008 Oct 31
1
[LLVMdev] llvm-gfortran testresults for 2.4?
Anton,
Can you post you results from contrib/test_summary for a make
check-fortran of llvm 2.4's gcc 4.2 compilers on linux? I'll
remove the offending flags from CC1_SPECS in darwin.h on
llvm 2.4 and post the same results for i686-apple-darwin9. Are
there any major issues left with the functionality of gfortran
under llvm?
Jack
2006 Mar 31
18
Modelling Foreign Keys
Can someone point me to a reference or tutorial that shows how to map
foreign key relationships in the model?
For example given:
Users
id
name
email
Posts
id
user_id
title
How do I associate user_id with users.id in the Post and User models?
has_many and belongs_to don''t seem to do it.
--
Posted via http://www.ruby-forum.com/.