Archive for the ‘Ruby’ Category

A New Look for the Web Site

Tuesday, November 10th, 2009

My mostly static web site was hacked together about 5 years ago with straight HTML tags using the XEmacs editor. To say the least, it was starting to look pretty frayed around the edges, not… Continue reading | 1 Comment

Rewind Ruby 1.9.1 (or “Put The Candle Back”)

Wednesday, October 21st, 2009

I updated all the gems for my current Rails development project that is using Ruby 1.9.1. This also included an upgrade to Phusion Passenger 2.2.5. Then I upgraded to Ruby 1.9.1-p243, which promptly crashed… Continue reading

Changing IDEs

Saturday, September 5th, 2009

I have been bouncing between the RadRails and NetBeans IDEs for quite some time now. I like them both a lot, but I have not been able to make RadRails Test::Unit work 100%… Continue reading

Fun With Regular Expressions

Thursday, August 20th, 2009

If I wrote code all day, every day, I’m sure I could become really good at manipulating regular expressions. The obscure syntax is sort of Zen-like with a large dose of Perl obfuscation-fu. A one-liner… Continue reading

Watir on Windows XP – Installation

Thursday, May 28th, 2009

Watir – Web Application Testing in Ruby – I’m thinking about adding this as part of my standard Rails integration tests. I like the idea of capturing keystokes that a user might actually run. Plus… Continue reading | 2 Comments

Goodbye Mongrel, Hello Passenger

Thursday, April 2nd, 2009

Mongrel has been a great web server for Ruby and Rails, but with the significant changes in Ruby 1.9.1 (native threads for instance), I decided to switch to Phusion Passenger and Apache. If nothing else… Continue reading

Ruby 1.9.1 (Entry 1)

Wednesday, April 1st, 2009

I installed Ruby 1.9.1 from the Ruby site. I did the default “configure ; make ; make test ; make install” dance as root using gcc 4.1.2. This puts all… Continue reading