Archive for the ‘Rails’ Category

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

Software S&M: Rails Development on Windows XP

Sunday, April 26th, 2009

(Professionals on closed course. Do not attempt this at home.)

I love my new company, but it’s an IT staffing outfit, not a software development organization. Sure, it would have been… Continue reading

RailsConf 2009

Wednesday, April 15th, 2009

It’s highly unlikely that I’ll make it to RailsConf this year, due to continuing employment uncertainties. Too bad, since it’s close by in Las Vegas. Vegas is hurting, so I understand… Continue reading

authlogic gem – and a step backwards

Saturday, April 11th, 2009

I was alerted to the authlogic gem yesterday, so I had to try it out. To my surprise, I discovered that the rails command was no longer working – WTF? I… Continue reading

Testing restful_authentication (Part 1)

Wednesday, April 8th, 2009

The restful_authentication plugin is really nice, and it’s a critical part of any eCommerce site, so you have to test the hell out of it – unless you actually like irate customers. Anyway, unit… Continue reading

Configuring Passenger sub-URIs

Sunday, April 5th, 2009

Passenger sub-URIs allow you to run multiple Rails aplications under one Apache virtual host, which is great for development. Although Phusion has documented how to do this, I was having trouble. Eventually I got… Continue reading

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