Displaying 2 results from an estimated 2 matches for "cqxiao".
Did you mean:
ciao
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks,
Just a quick message saying that, after much demand, I wrote a quick
write-up for the RoR + XUL thing I did yesterday:
http://www.zedshaw.com/blog/programming/ruby_xul.html
It lays out the few simple things I did, has a bit of rant on an
unrelated topic, and other stuff but it''s short still.
On a related note, I''d like to thank "xal" on IRC for reminding
2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
Hi, Jarkko:
Thanks for the quick reply.
I understand I can use ActiveRecord to specify the relation between the
table as you have suggested,
The part that I have trouble to understand is
1. Since I have a third table ProvWorkAtDept, do I need to specify this
table somewhere when I define Provider or Dept?
2. If the provider view has both the provider name and several depts the
provider