search for: date_modifi

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

Did you mean: date_modified
2006 Jan 11
3
Just update 1 field
Hi All, I wonder how I can get rails to update just one field when I do Myfile.save. Right now this happens when I do a Myfile.save: UPDATE myfiles SET `folder_id` = 0, `filesize` = 1, `data` = ''2f7573722f6c6f63616c2f6d ... f7061636b65743d33324d'', `user_id` = 0, `date_modified` = ''2006-01-11T23:33:57+0100'', `filename` = ''mysqlscripts.sql'' WHERE id = 4 but when just the filename has changed I''d rather see something like this: UPDATE myfiles SET `filename` = ''mysqlscripts.sql'' WHERE id = 4 Is this possibl...
2010 Mar 29
1
Realtime Issue
...Set("SIP/1156-000055ce", "DEVICE=SIP/1156") in new stack -- Executing [x at default:3] Set("SIP/1156-000055ce", "NULL="username=john.smith,name=John Smith,department=Dept_A,routable=no,extension=1234,device=SIP/1156,voice mail=no,monitor=yes,visible=yes,date_modified=2010-02-09 14:12:01,"") in new stack -- Executing [x at default:4] NoOp("SIP/1156-000055ce", "DEVICE is SIP/1156") in new stack -- Executing [x at default:5] NoOp("SIP/1156-000055ce", "USERNAME is ") in new stack -- Executing [x at...
2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I know the answer will have a lot to do with the hardware, but in general, is Action Mailer up to the task of completing an operation like this in reasonable time?