gem sources

Riot: for fast, expressive and focused unit tests

Ruby Inside  Sat, 10/31/2009 - 10:57

JustinRiot is a new Ruby test framework by Justin Knowlden that focuses on faster testing.

Justin was frustrated with his slow running test suites, despite employing techniques such as using factories, mocks and avoiding database access.

He realized that a slow-running suite makes one reluctant to run it or expand it - not good.


 

RubyGems 1.3.2: Now with Plugins

Ruby Inside  Wed, 04/22/2009 - 15:52

Last week, the latest version of Ruby packaging library/tool, RubyGems, was released. rubygems.pngVersion 1.3.2 not only has a bunch of bug fixes (including supporting https URLs for gem sources) and improvements, but a number of new features.


 

How To Install A Ruby 1.8 Stack on Ubuntu 8.10 From Scratch

Ruby Inside  Thu, 02/26/2009 - 20:39

ubuntu.pngWant to install Ruby, RubyGems, and a collection of common gems on Ubuntu 8.10 (Intrepid Ibex) in just a few minutes?

Here's the skinny.


 

Feedzirra - A New Ruby Feed Library “Built for Speed”

Ruby Inside  Tue, 02/03/2009 - 22:50

feedzirra.gif Feedzirra is an all-new Ruby feed parsing (it's not a generator) library by Paul Dix.

The choice of feed parsing libraries in Ruby has been reasonably limited so far, so Feedzirra is a most welcome addition to the Ruby ecosystem.


 

BOSSMan: Build Your Own Search Engine With Yahoo And Ruby

Ruby Inside  Tue, 08/19/2008 - 20:41

yahooboss.gifRecently, Yahoo! launched BOSS - the "Build Your Own Search Service." In all but name, it appears very similar to their older Yahoo!

Search API, as it allows you to query Yahoo's search index programatically.