Hello everyone, my app is Twitter based, and all I have to do is get the tweets of a given user and retweet it in other twitter profile.. so when user1 tweets, user2 must automatically retweet. I think I must write some background job to make this work but I don''t know how? Any ideas? Any gem intended for things like this? Thanks! -- 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.
On Sep 6, 12:58 pm, rodrigo3n <rodrig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello everyone, my app is Twitter based, and all I have to do is get > the tweets of a given user and retweet it in other twitter profile.. > so when user1 tweets, user2 must automatically retweet. I think I must > write some background job to make this work but I don''t know how? Any > ideas? Any gem intended for things like this?Check out these gems: http://ruby-toolbox.com/categories/queueing.html I''ve used delayed_job and have been happy with it. -- 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.
Thanks! On Sep 7, 12:45 am, "E. Litwin" <elit...-ur4TIblo6goN+BqQ9rBEUg@public.gmane.org> wrote:> On Sep 6, 12:58 pm, rodrigo3n <rodrig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello everyone, my app is Twitter based, and all I have to do is get > > the tweets of a given user and retweet it in other twitter profile.. > > so when user1 tweets, user2 must automatically retweet. I think I must > > write some background job to make this work but I don''t know how? Any > > ideas? Any gem intended for things like this? > > Check out these gems:http://ruby-toolbox.com/categories/queueing.html > > I''ve used delayed_job and have been happy with it.-- 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.