Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Pledgie – A new Rails powered donations site

By Peter Cooper / March 3, 2007

Picture 5
Pledgie is a new Rails-powered Web site that allows anyone to raise funds online for meaningful causes. There is no charge for the service. Instead, Pledgie's goal is to create an online version of the personal, one-on-one interactions that traditionally are at the heart of successful grassroots volunteerism. Pledgie has recently been successful in helping Rick Olson and Justin Palmer raise some money to support their Mephisto blogging system.

Pledgie was created by Mark Daggett and Garry Dolley. Mark Daggett is a Social Software artist and researcher. Garry Dolley is a professional programmer and open source software advocate. Both are very active in the Ruby community and I took the opportunity to ask them some questions about their Rails development experiences.

Who's behind Pledgie and how did you meet?

Mark: Garry and I met each other while working for Revver.com. Revver has a very progressive and open-minded team who care very much about the content creators that post to revver.com. It was nice coming to work and knowing that you were doing something different than 99% of the rest of the social software websites, which use user-submitted work mainly and intellectual property and data mining fodder. Revver also contracted with a few A-listers of the Rails world. As a result I got to work with, and learn from people including Court3nay of Caboo.se fame.

Through our day to day interactions Garry and I realized that we share many things in common including a mutual passion for open source software and Rails development. When I decided to leave Revver to pursue a PhD, Garry and I agreed to keep each other up-to-date on opportunities to collaborate in the future.

Why did you decide to develop Pledgie when there are already several incumbents in the market? What does Pledgie bring to the table that, perhaps, others don't?

There are several other projects, which have online fund-raising as their goal. When researching the need for a project like Pledgie we found most of these projects underemphasized an essential component in fund raising, which is the level to which they empower their community. Many of these sites required you to be a non-profit corporation or be pre-approved before you can start collecting donations.

Pledgie seeks to be as open and transparent as possible, which means we do no prescreening of campaigns or vetting of content (except for things like hate speech). Pledgie instead relies on the community to weed out fraud and scams, much in the same way other successful communities including craigslist.org and wikipedia.org do. Pledgie also tries to encourage discourse between the campaign owner and potential donors. For example, anyone has the ability to comment on a campaign regardless if they have donated or not, and the campaign owner cannot remove those comments, though they can respond to them.

Have there been any success stories on the funding front yet?

As luck would have it our first "real" campaign came from a fund-raising drive I created for Rick Olson's and Justin Palmer's Mephisto project. Mephisto is a free and open-source blogging system that is used by probably thousands of people online. Yet, I felt that Justin and Rick were only being rewarded by "Digg posts", which as you know can't buy beer (yet). Even though they had a button to donate using PayPal, I felt Mephisto would be a great test run for Pledgie.

I created the campaign with a really modest goal of $250.00, and then prodded the people on #mephisto to make a small donation to show Rick and Justin that they valued their work. I went to bed, and when I woke up it was like Christmas, all of the traffic from Rick's blog was hammering Pledgie.com. In less than six hours (from the time I went to be from the time I woke up) the Mephisto campaign met their goal. Over the next couple of days they kept receiving donations and now they are close to doubling the initial goal.

In terms of actual development dollars $250.00 will not go very far, however what did impress me was how quickly people were willing to rally around Rick and Justin. I think it shows that they have a tremendous amount of goodwill within the Ruby on Rails community. Simultaneously, it shows that Pledgie is an effective platform to express that goodwill.

How is Pledgie deployed?

Garry: Pledgie is deployed by a simple shell script which stops lighttpd, updates the codebase to the latest revision, and starts lighttpd again. Nothing fancy, very plain. We don't use Capistrano because we felt it was overkill for the job. Capistrano is good when your setup is a little more involved than ours, especially with multiple servers that need parallel updates. When Mark and I started, we agreed on a "no yak shave" policy, so for deployment I felt it unnecessary to spend the time setting up Capistrano when a 2 minute shell script would do just as well for what we had.

What's your background with Ruby and Rails?

Garry: I discovered Ruby on Rails in fall 2005 when he was researching more efficient methods of developing web applications. After reading Agile Web Development with Rails, his research was done. I chose Rails to make my next application, which was a web-based eBay auction manager. In order to support this application, I wrote eBay4R, a Ruby library for eBay's Web Services SOAP API, because Ruby had no support for eBay's API at the time. Later mark and I collaborated on RAM (Ruby Asset Manager - previously covered on Ruby Inside), another great Rails power-application. At Revver, I maintain their RoR-based video portal and also the ActiveRevver library.

Mark: As Garry mentioned, Revver and RAM were my first large scale Rails projects. Now, Pledgie takes up the majority of my free-time, but I do manage to extract some of Pledgie's functionality into plug-ins, which I post on my site LocusFocus. As part of my academic research I am working on a voice over IP application, which runs using rails and the Voxio service.

What do you see in the future for you, your Rails development, and Pledgie?

Garry: In the future, I see myself doing pretty much the same thing, which is coding, learning, and working on cars. As new fathers, we both hope to have more time to spend with our families. I hope to continue learning more and more about Rails (RESTful routes is next on my list) and contributing back to the community. For Pledgie our goal is to continue to improve the functionality, and user experience. Pledgie, has a very slim code-base, which we have worked hard to keep clean and lean; as we add features we'll be equally focused on refactoring where needed to prevent the code from getting bloated.

Mark: I love Ruby because of the semantic beauty of the language. I love Rails because of the conceptual rigger that is used to organize the framework. For those reasons, I cannot see myself using anything other than RoR in the future. While Pledgie is surging right now in its growth, and there is lots of positive buzz around the site the real test of the idea will be what people do with the money they make. My focus in the near term on Pledgie will be to give the donors and campaign creators ways to document how their money was used. It is exciting to be interviewed for Ruby Inside because your readers are all first-movers in the RoR space. I know I speak for Garry when I say we'd be very thankful for any feedback from your readers on their experiences using Pledgie.com.

Comments

  1. PledgieAreNoobs says:

    What a joke. They have less than 90 "users" and less than 60 events. The "tag cloud" is mostly empty and made up too.

  2. Peter Cooper says:

    Would you like the word "new" redrawn in big shiny Web 2.0 letters? :)

Other Posts to Enjoy

Twitter Mentions