RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Updated Ruby Switcher: Working With Multiple Ruby Versions Has Never Been This Easy

The Ruby Switcher is a super-lightweight tool for quickly switching between Ruby versions. You can easily experiment with Ruby 1.9 to try out a gem or two, and if you run into issues, you can safely retreat back to 1.8.x (after you report the Ruby 1.9 problems to the gem’s maintainers, of course). The latest version includes single-line commands that install the various Ruby versions for you. Wanna try out Ruby 1.9.1? Just type install_ruby_191, and the Ruby Switcher handles the rest. The Ruby Switcher gives you shell-specific Ruby versions: while one terminal window is testing out a gem or app in Ruby 1.9, you can have another terminal performing the same tests with Ruby 1.8.7 (or JRuby, or Ruby 1.8.6, or REE, or Leopard Ruby, etc.). When switching between Ruby versions is this seamless, there’s no reason not to experiment.

This is terrific (Although I did have a problem installing REE, and sent you th…

Pomodoro Technique for more productive work

Pomodoro Technique - Agile way to organize, measure and set value for your productive work. Are there any Ruby Shops practising it?

Here’s one way to find out. http://www.railsmaturitymodels.com/practices/the-po…
Some of the team at Hashrocket do Pomodoros; our own Stephen Caudill created ht…
I’ve been using Scott Barron’s Tomato app: http://github.com/rubyist/tomato/dow…

Audio interview with DHH

Randal L Schwartz has interviewed David Heinemeier Hansson for his FLOSS Weekly show. DHH talks about Rails, 37Signals, and how he came to coding late in life (relatively speaking).

one of best interviews with DHH
Yeah, it was a lot of fun, and a bit of a challenge. Thanks for linking to my s…

Ruby, Rack and CouchDB = lots of awesomeness

In his latest post, Matt Aimonetti covers the simple steps to create a Rack middleware and how to log CouchDB queries or any thing happening in your application. Using Couch, you can log directly to a remote database and process/display them there. Even if you don’t care about Couch, it’s a great middleware example and shows some interesting Ruby tricks.

Loading older posts