Sometimes it is useful to be able to generate “fake data” on the fly. Perhaps you need to populate a database, supply some “dummy” data to a user, or test how your app deals with a wide range of input. This How will show you how. Click here to read on »

{ 1 comment }

How To Install a Ruby Gem

by Mr How on November 9, 2008 · 2 comments

RubyGems is the de facto packaging and package management system for Ruby libraries. Nearly all Ruby libraries are available as “gems” so it’s essential to know how to install them.

Click here to read on »

{ 2 comments }