I''m wondering how to go about setting up an app to allow data collection offline that is later sync''d to the master db... I picture the data collection being done on a PDA or something similar and then docked and uploaded to the master online db, are there plugins that handle this? Any ideas or links to other similar discussions are appreciated. Thanks, SH --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Any ideas? On Oct 23, 4:58 pm, shenry <stuarthe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m wondering how to go about setting up an app to allow data > collectionofflinethat is latersync''d to the master db... > > I picture the data collection being done on a PDA or something similar > and then docked and uploaded to the master online db, are there > plugins that handle this? > > Any ideas or links to other similar discussions are appreciated. > Thanks, > > SH--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You could write a small ruby app that reads the data and then posts to you site through HTTP. On Oct 24, 7:44 am, shenry <stuarthe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Any ideas? > > On Oct 23, 4:58 pm, shenry <stuarthe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m wondering how to go about setting up an app to allow data > > collectionofflinethat is latersync''d to the master db... > > > I picture the data collection being done on a PDA or something similar > > and then docked and uploaded to the master online db, are there > > plugins that handle this? > > > Any ideas or links to other similar discussions are appreciated. > > Thanks, > > > SH--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---