Practical eCommerce

 

My First Rails Plugin

Introducing acts_as_mailchimp

Author: Brian Getting
Publish Date: July 22, 2008
Blog: Developers' Corner
Tags: ruby, rails, plugin, acts_as_mailchimp, email

avatar

Well, now that we are wrapping up the final details of our new website, and have pushed it into production, I can get back to blogging more reliably. More importantly, after a nearly 10 month development cycle I have plenty to blog about, such as my first Rails plugin.

That's right, I wrote a plugin for Rails called acts_as_mailchimp that will easily allow a Rails application to interact with Mail Chimp, which is an email service provider. Installation is as simple as typing:

script/plugin install git://github.com/bgetting/acts_as_mailchimp.git

Once installed, you can begin interacting with the Mail Chimp API from your application, although the plugin is not a complete wrapper and has limited functionality. For me, the reason for writing it was to help other developers that may be facing the challenges that I was facing:

There is much more documentation in the ReadMe file of the plugin, or on the repository page at Github. If anyone decides to use the plugin, I'd love to hear feedback and, of course, suggestions on making it better.

Add a Bookmark: Add 'My First Rails Plugin' to Del.icio.us Digg 'My First Rails Plugin' on Digg.com Submit 'My First Rails Plugin' to reddit.com Blink 'My First Rails Plugin' Add 'My First Rails Plugin' to dzone Seed 'My First Rails Plugin' on Newsvine Add 'My First Rails Plugin' to Furl Add 'My First Rails Plugin' to Spurl Add 'My First Rails Plugin' on simpy.com Add 'My First Rails Plugin' to fark.com BlogMark 'My First Rails Plugin' Add 'My First Rails Plugin' to Yahoo! myweb2 Add 'My First Rails Plugin' to wists.com

0 Comments

Bloggers Wanted

We’re looking for merchants and other ecommerce professionals to share their experiences with our readers. If this interests you, we invite you to contact us.

Inside Practical eCommerce