rubybox
2011-Jan-11 06:39 UTC
Non commercial solution to import contacts from google/hotmail/yahoo/etc
Dear Everyone, Ive been looking for some contacts importer and found nummerous questions on this with no real solution. Is there someone who could advice on a gem/plugin or way to achieve this? So Far I only found google contacts api and the contacts gem ( outdated ) and in nummerous online topics only some commercial serivces like plaxo are mentioned, is there no free way of code to do this in rails? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Garrett Lancaster
2011-Jan-11 06:43 UTC
Re: Non commercial solution to import contacts from google/hotmail/yahoo/etc
It''s hard to standardize this because it depends heavily on the model you use in your rails app. It''s up to you to provide the mapping from their export data to your user model. That said, that doesn''t preclude a solution for a specific user schema floating out there somewhere.> ------------------------------------------------------------------------ > > rubybox <mailto:voorruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > January 11, 2011 12:39 AM > > > Dear Everyone, > > Ive been looking for some contacts importer and found nummerous > questions on this with no real solution. > > Is there someone who could advice on a gem/plugin or way to achieve > this? > > So Far I only found google contacts api and the contacts gem > ( outdated ) and in nummerous online topics only some commercial > serivces like plaxo are mentioned, is there no free way of code to do > this in rails? >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2011-Jan-11 10:01 UTC
Re: Non commercial solution to import contacts from google/hotmail/yahoo/etc
rubybox wrote in post #973849:> Dear Everyone, > > Ive been looking for some contacts importer and found nummerous > questions on this with no real solution. > > Is there someone who could advice on a gem/plugin or way to achieve > this? > > So Far I only found google contacts api and the contacts gem > ( outdated ) and in nummerous online topics only some commercial > serivces like plaxo are mentioned, is there no free way of code to do > this in rails?I''ve heard of gems such as Contacts and Blackbook, but never used them myself. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Sandip
2011-Jan-11 10:03 UTC
Re: Re: Non commercial solution to import contacts from google/hotmail/yahoo/etc
use contacts gem On Tue, Jan 11, 2011 at 3:31 PM, Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> rubybox wrote in post #973849: > > Dear Everyone, > > > > Ive been looking for some contacts importer and found nummerous > > questions on this with no real solution. > > > > Is there someone who could advice on a gem/plugin or way to achieve > > this? > > > > So Far I only found google contacts api and the contacts gem > > ( outdated ) and in nummerous online topics only some commercial > > serivces like plaxo are mentioned, is there no free way of code to do > > this in rails? > > I''ve heard of gems such as Contacts and Blackbook, but never used them > myself. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > Sent from my iPhone > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- sαη∂ιρ Rαηѕιηg --- blog www.funonrails.com twitter @sandipransing skype sandip.ransing -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.