Welcome to Giant Robots Smashing Into Other Giant Robots — a weblog about development, business, design and technology — written by thoughtbot.
cruise_control.rb campfire plugin
We’ve been somewhat unhappy with our current Cerberus installation, so we’ve decided to jump on the CC.rb bandwagon. Though there were a couple of problems when adding projects (I’ll try to expand on that in another post), the overall experience was pretty good—installation was a breeze, and the plugin system makes extending it dead simple.
As proof…
Campfire plugin for cruise_control.rb
A builder plugin for CruiseControl.rb that sends build notices to campfire chat rooms.
Download
You can get the tarball here, or grab it from svn at http://svn.thoughtbot.com/plugins/cruise_control.rb/campfire_notifier. You can even track it via externals:
svn propset svn:externals 'campfire_notifier http://svn.thoughtbot.com/plugins/cruise_control.rb/campfire_notifier' builder_plugins/installed
Installation
- Create a Campfire account that you will use for sending notifications.
- Copy campfire_notifier_plugin folder to builder_plugins/installed (or use the externals method above)
- Modify builds/your_project/cruise_config.rb by adding the following lines:
Project.configure do |project| ... project.campfire_notifier.domain = 'thoughtbot' project.campfire_notifier.room = '38367' project.campfire_notifier.ssl = false project.campfire_notifier.username = 'sender@gmail.org' project.campfire_notifier.password = 'sender_password' ... end
About this entry
You're reading an entry on GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS, the company weblog of thoughtbot, inc.
- Author:
- Tammer Saleh
- Published:
- April 19th 10:52 AM
- Updated:
- April 19th 10:53 AM
- Sections:
- Development
thoughtbot is hiring
We are hiring web developers and web designers in both Boston and New York, NY.
What are we up to?
We built Shoulda, an eclectic set of additions to Test::Unit; Paperclip to manage uploaded files without hassle; Jester, a REST/ActiveResource client library written in Javascript, and Squirrel, an enhancement for ActiveRecord's find syntax; — amongst some other projects.

Chad (President) and Jon (CTO) co-authored a technical book titled Pro Active Record: Databases with Ruby and Rails, which explores the ins and outs of the ActiveRecord ruby library. You can buy it today at Amazon.com.
About thoughtbot, inc.
We are a small web application development consulting business, with offices in Boston, MA and New York, NY. If you're looking to find a team for your next web development project or your new web application — get in touch.
11 comments
Jump to comment form