search for: new_rec

Displaying 3 results from an estimated 3 matches for "new_rec".

Did you mean: new_res
2005 Dec 19
3
created_on, created_at defaulting to 2000/01/01 00:00:00
...<UserLoginHistory:0x3a0cde8 @attributes={"created_on"=>Sat Jan 01 00:00:00 Central Standard Time 2000, "updated_on"= >Sat Jan 01 00:00:00 Central Standard Time 2000, "user_id"=>1, "created_at"=>Sat Jan 01 00:00:00 Central Standard Time 2 000}, @new_record=true> >> ?> ulh.save => true >> ulh => #<UserLoginHistory:0x3a0cde8 @attributes={"created_on"=>Sat Jan 01 00:00:00 Central Standard Time 2000, "updated_on"= >Mon Dec 19 15:08:52 Central Standard Time 2005, "id"=>"4", &qu...
2011 Nov 08
1
another sizeof tweak
Line 776 of dovecot-2.0.15/src/lib-storage/index/maildir/maildir-sync-index.c reads: memcmp(old_rec, &new_rec, sizeof(old_rec)) != 0) { Should that be sizeof(*old_rec)?
2011 May 24
4
Rails hates my recursive function
I''m trying to create a function that will take input in the form "a12345678" and output text in the form "a12-34-5678" if and only if the input text is * not* in the form "adam smith" The goal is to allow my users to enter either names separated by a space, or the student id number into a single search field and have the results be returned based on the