search for: incremenetally

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

Did you mean: increentally
2006 May 30
2
acts_as_queue
wondering if anyone tried this patch. (i havent, seeing as its 1228 lines long, 10 months old, and cant take serious a patch many orders larger than competing web frameworks) in many cases i want to keep about 10 things around, eg recent searches, new items (spanning multiple classes), referers, page views, without logging them for perpetuity. so i guess this isnt a normal queue, more like a
2006 Aug 21
1
Copying files from DOS environment based on archive bit
Hi Folks, I've a Linux server that has a disk on a Windows NT-based machine mounted via samba so that it appears as /share/pd on the Linux box. I am trying to automate a backup procedure that pushes files from the NT disk to another site as a ZIP file using scp. All is working OK, but I'd now like to make the backup 'incremental' so can anyone think of a way I can grab files off
2005 Feb 12
3
ActiveRecord not updating record
Hi, I''m having some problems using ActiveRecord to update records in a sqlite database. This isn''t exactly as rails question, since I''m doing this initial import outside of rails, but I''m hoping someone hear might have an idea as to what my problem is. The basic problem is with the following code (which is run in a big loop) m = Movie.find_by_title_and_year