Charles on Software

Opinions about designing, programming and using software

Browsing Posts tagged Ruby

As I’ve noted before, in addition to running Ruby and Rails on my Linux boxes, I’m also running them on my Windows boxes.  Dave Keener, a colleague from NovaRUG, e-mailed me asking for advice on how to set them up under Windows.  Here is an expanded version of what I told him.  Note that this [...]

I went to test the URI class from the Addressable gem, looking for a replacement for the URI of the standard ruby library.  The gem installation went smoothly, but as soon as I tried to use it, I got this error: irb(main):003:0> require ‘addressable/uri’ LoadError: no such file to load — addressable/uri from (irb):3:in `require’ [...]