Interessant, was das iPhone so alles aufzeichnet: iPhone Tracker This open-source application maps the information that your iPhone is recording about your movements. It doesn’t record anything itself, it only displays files that are already hidden on your computer. Download the application Read the FAQ via petewarden/iPhoneTracker @ GitHub.
Die Weinfreunde sind seit heute Nacht migriert und werden nun auch von einem wordpress Blog bedient – schaun mer mal
Mit einer kurzen Unterbrechung von nur ca. 8 Jahren wird nun wieder geblogged: 2003 gab es schon mal ein moveable type blog bei tissot.de , dann ein Wechsel zu Zope CoreBlog (hmm, ob das wohl mal wieder migriert wird?) und nun wordpress als Vorbereitung für die Weinfreunde
Scenario:
When I follow the link “…”
undefined local variable or method `node’ for #<Capybara::Driver::Node tag=”a” path=”/html/body/div[1]/a”> (NameError)
require 'cucumber/rails/capybara_javascript_emulation'
I am impressed by the cucumber framework – this is the first time I start test driven development, and even more: behaviour driven development. Beware of the “writers block” if you start your first feature: nice experience
ok, here the tech stuff for ruby on rails: to enable those pretty color coded outputs: change std_opts in /config/cucumber.yaml as follows:
std_opts = “–format #{ENV['CUCUMBER_FORMAT'] || ‘pretty‘} –strict –tags ~@wip”

