Changing IDEs
Saturday, September 5th, 2009I 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
Posts Tagged ‘Rails’Changing IDEsSaturday, September 5th, 2009I 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 Watir on Windows XP – InstallationThursday, May 28th, 2009Watir – 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 XPSunday, 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 2009Wednesday, April 15th, 2009It’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 backwardsSaturday, April 11th, 2009I 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, 2009The 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-URIsSunday, April 5th, 2009Passenger 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 PassengerThursday, April 2nd, 2009Mongrel 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 |