My uncle started to work as a truck driver. I must say, it is a tough job. You are driving from Barcelona to Warsaw, then to Zagreb and … He enjoys it. He travels a lot and see the whole Europe. He has got one major problem. The problem is navigation. Since the truck drivers… Continue reading tamtami.com story
Month: October 2006
Full text search in Ruby on Rails 3 – ferret
There are several possibilities how to use ferret in RoR. This post will show the easy way – using the acts_as_ferret plugin. To show the syntax and code, I will use the same data objects as in the Full text search in ruby on rails 2 – MySQL Installation Ferret installation is easy gem install… Continue reading Full text search in Ruby on Rails 3 – ferret
Functional testing with Watir
So, we have a public web application accessible 24×7. Even if we do not process financial transactions or control airport traffic, this poses a kind of stress upon us. To relieve it, functional testing is our true companion. By functional testing I mean simulating an end user’s traversal through the application. This means that, contrary… Continue reading Functional testing with Watir