Displaying 3 results from an estimated 3 matches for "singley".
Did you mean:
single
2008 Oct 09
2
Bug in ifelse
Hi all, I am quite sure it's not a bug, but I am going nuts about this. I do
not possibly understand why I get different results for b1 and b2 as shown
below.
x=c(183,191,192,193,195,206,207,209,210,211,212,213,214,217,218,221,222,223,
224,225,227,228,229,230)
y=c(221,225,228,241,242)
z=y[y<max(x)] ##all Ys smaller than the maximum of X
a=ifelse(length(z)==0,NA,max(z)) ##assign NA if
2005 Aug 25
1
newbie questions about hosting address
...e: Contents of Rails digest..."
Today''s Topics:
1. Re: London on Rails (Chris Korhonen)
2. Re: Everyone wants a RoR framework (M. Edward (Ed) Borasky)
3. Acts as list with STI (Fran?ois Beausoleil)
4. ActiveRecord and Threads (Ryan Daigle)
5. Re: Re: Fear of Commitment (Christopher Singley)
6. Re: global variables (Fran?ois Beausoleil)
7. Re: London on Rails (Matthew Denner)
8. Suggestions for new view renderer - CodePieces (Jan Moli?)
9. different session cookies in app (G?bor SEBESTY?N)
10. Double Render Error: Reason? (Vamsee Kanakala)
-------------------------------------------...
2005 Sep 02
7
Form to update two tables
Hello there,
this is probably a very simple problem but I''m stuck.
I''m following the Login generator tutorial from rubyonrails. It''s all
worked fine so far. But I want to add a bit more functionality so that
when a user signs up in addition to chosing a login name and password
they type in a company name which is added to a seperate table called
COMPANIES. The id