Is this your first visit? You may want to subscribe to the feed.

Tinder fixed after Campfire update

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.

Code: campfire, gem, ruby, tinder Jan 25, 2008 ● updated Oct 14, 2008 1 comment

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:

*

*


* I hate spam and will never sell or publish your email address.

(You may use textile in your comments.)

Subscribe

Browse by Tag