Tinder fixed after Campfire update

campfire | gem | ruby | tinder January 25 2008

A week or so ago, 37 Signals released an update to Campfire that broke the ability to listen in a room with Tinder. Version 0.1.5 of Tinder has been released, which fixes the Room#listen method.

posted by brandon | updated January 25th 12:33 AM
comments feed

1 comment

  1. Hey, I needed a way to read the topic as well as assign it. This seems ok well:

    module Tinder
      class Room
        # Get the current topic
        def topic
          join
          h = (Hpricot(@room.body)/"#topic")
          h.inner_text.strip if h
        end  
      end
    end
    Evan Evan
    January 31, 2008 at 03:30 AM

Speak your mind:

(Required)

(Required)


(You may use textile in your comments.)

About

I'm Brandon Keepers, a web application developer that likes beautiful code, valid markup and adherence to standards. As a part of Collective Idea in Holland, Michigan, I practice Agile software development primarily using Ruby on Rails.

-86.103171 42.785037

Contact:

more ยป

Syndicate