Posts Tagged ‘REST’

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.

  • Michael Hartl’s Rails 3 Tutorial Book July 28, 2010
    The Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free online chapter by chapter. Now, Michael's going three steps further: […]
  • Mailman – Like Sinatra for E-mail July 28, 2010
    Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes based on the messages that come in. […]