Selenium (by Thoughtworks) is on open source tool for automated functional tests. It’s simplicity makes it an excellent candidate for introducing automated functional testing in your project.
Setting up the Interactive Ruby Shell (IRB) for non-english keyboards on Windows XP
For some reason it is difficult to use the [] and {} characters when using IRB with a non-english keyboard on Windows XP. To get it working together with tab completion:
- Create a new environment variable called “HOME” and set it to your user home folder (e.g. C:\Documents and Settings\peterk).
- Create a text dcument called “.inputrc” in your user home folder with the following content:
Ik0tWyI6ICJbIg0KIk0tXSI6ICJdIg0KIk0teyI6ICJ7Ig0KIk0tfSI6ICJ9Ig0KIk0tXCI6ICJcIg0KIk0tfCI6ICJ8Ig0KIk0tQCI6ICJAIg0KIk0tfiI6ICJ+IiA=
- Make sure irb.bat is using the –readline option (irb.bat is located in the bin folder of your ruby installation).
That’s it!
Latest news from Javapolis 2005
My colleague Marcus Ahnve is blogging from Javapolis 2005 in Antwerp, Belgium. For the latest information about EJB3, Dolphin, Java Server Faces and Spring 2.0 see Head On.
Status on Fangs update to Firefox 1.5
An update to make Fangs compatible with Firefox 1.5 is in the works. It almost works, but Firefox 1.5 broke the default setting for how developers can access the document object in javascript. I will try to update it as soon as possible. Thank you for all the encouraging emails.
Rails more popular among Java devs compared to Dotnet devs
Just an observation, but everytime I speak about Rails with Dotnet developers they are less impressed than their Java counterparts. This may not be so strange considering that Rails solves a lot of issues unheard of in the Dotnet world.