Scooby-Do’s way of saying “Ruby Lovers Roundup”…  A quick review of recent happenings (and writings) in the Ruby  development community… and what a fun round up it is! The ruby rock stars are pushing agile development in sunny Florida … and the sunny Java guy is resting from Java to talk about Ruby RSpec RESTing and testing..

Tim Bray took a break from his other stuff to run more RSpec tests. Is he RESTing or testing, or both at the same time? He’s misusing RSpec (like Andy McKee abuses the guitar) — and that kind of innovation could lead to a cool new invention — but only if he plays with it long enough to discover something new and interesting.

Obie Fernandez is pushing paired programming the HashRocket way. Looks like they are having fun with it, and getting some good results. True believers in agile programming methods are already doing this, and everyone else is watching it closely, or closing their eyes, and trying to ignore it with one pragmatic eye still open.

David H. Hansson was not really “thinking out loud”, but he recently twittered:

getdropbox.com is exactly what I need to complete the two computer conundrum. Great execution. Can’t wait to be able to pay for it.

DHH also released Rails 2.1.1 — with lots of little bug fixes.

Dave Thomas is having fun with procs in Ruby 1.9

Michael Galpin talked about rapid prototyping with Apache Derby and JRuby on Rails over on IBM developerworks.

Did I mention that JRuby 1.1.4 was released? –  with a 2-20x increase in speed for most features

John Lam (the Microsoft IronRuby guy) helps you connect the dots and solve the really big problems in this video captured at the last RubyFringe.

Nick Sieger talks about jazzing things up with JRuby in this InfoQ video interview.

… and from the awesome fresh news department … enjoy the awesome fresh rails documentation.

Leave a Reply

  • How To Find Ruby User Groups March 9, 2010
    Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun. If you're lacking for inspiration or want to get to know some Rubyists within certain parts of the world (or just around the corner, if you're lucky), headin […]
  • Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby March 8, 2010
    Vagrant is a Ruby-based tool for building and deploying virtualized development environments. It uses Oracle's open-source VirtualBox virtualization system along with the Chef configuration management engine along with lots of Ruby goodness to automate the creation and provisioning of virtual machines for development purposes. […]