Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the preferred gem or plugin when connecting to the mailchimp api via rails?

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

Any feedback is appreciated! Thanks!

share|improve this question

2 Answers

up vote 7 down vote accepted

The hominid gem seems to be the most full-featured and best maintained. Has wrappers for all(or almost all) of the api methods. Also, has the most people committing.

https://github.com/terra-firma/hominid

share|improve this answer
Hominid gem has moved to github.com/tatemae-consultancy/hominid AND they now recommend the officially supported gem rubygems.org/gems/mailchimp for new projects – Hollownest Aug 22 '12 at 16:15
Curious about this one re: the official release. Are there some strong examples of using it in some usecase scenarios? – ylluminate Aug 23 '12 at 23:52

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.