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!
|
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! |
|||
|
|
|
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. |
|||||
|
|
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 |
|||
|
|