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.

ActiveRecord Callsites

The second release of Scrooge implements a much more efficient callsite based approach.No hindrance with tracking and scoping - just drop in, and you’re good to go.All contexts ( backend processes, test suite etc. ) in addition to the usual request / response cycle is supported.See the README footer for details on what callsites are, and how they work.

50+ Ruby-related Blogs to Read

A list of over 50 Ruby-related blogs of Rubyists and companies, to read.

I also enjoy reading Matt Todd’s tumblelog. Not only about Ruby, but very inter…
sigh When will I learn Rf don’t auto-link? Let’s try again: Matt Todd’s tumbelo…
More proof that, no, not all geeks can produce HTML :) I guess this is why so m…
+1 vote for A Fresh Cup. :) …

Ruby Basics - Videos on Methods & Conditions

Two beginner-level videos covering basic syntax of Methods (5:50) and Conditions (6:40). The Methods video covers basic syntax rules of methods in Ruby including using ‘def’ and ‘end’; the optional ‘return’ keyword; naming conventions for boolean methods (?), destructive methods (!) and setters (=); using default arguments and a variable number of arguments; and, the alias keyword. The Conditions video discusses syntax rules for: if, elsif, else, unless, the ternary operator and case statements.

The methods video does not play. It complains that it is “private.”
Fixed. Thanks for letting me know.

EuRuKo seats running out

The European Ruby Conference (Barcelona May 9-10th 2009) opened their registration site two days ago and apparently there’s big demand for it. There are now only 40 available seats left. If you are planning to attend, do not wait. Register at www.euruko2009.org

Help: Anyone know of a good way to identify slow running Test::Unit tests?

I’ve been digging around for a good technique for identifying slow running tests after reading this article. I’ve been playing with ruby-prof and test timer, but I’m not happy with the results. It looks like this is possible with RSpec, but I can’t find anything for Test::Unit. Help!

One of my friends has information on how to do it. See details here. …
I just tried Tim Connor’s plugin out - it’s 100% easy to use and awesome. Highl…
I modified the tobi_test_time plugin (it’s just 1 file actually) that prints o…
You should really look at my plugin then, AC. It’s much easier to spot them if…

Starting up with a friend

The following article is a must read for anyone involved in a small company, mostly as founders, but also for any sort of partner or employee. Given the amount of startups and small businesses in the Ruby/Rails community, I figured it could be of interest, despite not being directly Ruby or Rails-related. Starting up with a friend

This really isn’t relevant, but… it’s so well done that I’ll let you off :) But…
To resolve peters comment, you should have called it how to start a ruby techno…

RSS Feed does not include all posts on ruby flow?

I just noticed my feed reader does not display all topics posted on Ruby Flow. Is it a bug or a feature? If you look at the RSS feed page below, you’ll notice it does not include one single post on Mar 8th, however there are several actually. RSS Feed

Above comment is correct. The reason was to avoid spam. I consider feed (and Tw…
That’s totally understandable. Feed readers will miss some good posts though. I…
I just set up a scraper on Feed43 to do a “raw” feed for you if you prefer to u…
Great! I’ll use it and blame myself if I got spams ;-)
Loading older posts