Wed Dec 12 11:16:00 UTC 2007

skitch for ruby developers

Posted in Rails at 11:16 AM by matt

If you are developer using ruby a lot, or rails a lot, and find yourself in the irb console all the time, or trading code with other developers a lot I highly recommend utility belt .

I can type lines of code

>>def say_hi
>>  puts ‘hi’ #note it autoindents for me here too
>>end

Copy that code, and then just type

>>pst

and then my browser opens up into a beautiful pastie url

If you are a designer and don’t have Skitch yet then you are missing out.

Comments »

  1. matt said,

    December 12th, 2007 at 11:31 AM

    also, the utility belt works in ./script/console as well.

Leave a Comment