Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails: Which is the preferred Mailchimp gem?

Which is the preferred gem or plugin for using the Mailchimp API with Rails?

There's a list here, but I have yet to try any: mailchimp ruby

Any feedback is appreciated! Thanks!

like image 467
djburdick Avatar asked Aug 16 '10 22:08

djburdick


2 Answers

With recent research, we found the gibbon gem to be a full featured and easy to use API wrapper for MailChimp. Hominid seems a bit more complex to use, and lacking in community discussion. The Gibbon gem is located at https://github.com/amro/gibbon

I found some great blog posts that describe how to get started with the Gibbon gem:

Mailchimp Integration with Ruby on Rails

How to subscribe a member into MailChimp using Ruby On Rails

Email marketing for your rails app made easy with Mailchimp

like image 90
cpezza85 Avatar answered Oct 18 '22 16:10

cpezza85


These days Hominid is recommending the offical Mailchimp gem instead: https://bitbucket.org/mailchimp/mailchimp-api-ruby/

like image 31
Vincent Avatar answered Oct 18 '22 17:10

Vincent