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.

Share

Die Weinfreunde sind seit heute Nacht migriert und werden nun auch von einem wordpress Blog bedient – schaun mer mal ;)

Share

Share

… und nun sollten neue Einträge auch bei Twitter erscheinen – schaun mer mal …

Share

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

Share

to test non raills applications with cucumber use https://github.com/thuss/standalone-cucumber as a starting point

Share

enable the git bundle in textmate:

set TM_GIT to the path of your git binary eg. /usr/local/git/bin/git (via Advanced Preferences)

Share

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)

Solution:
remove the line

require 'cucumber/rails/capybara_javascript_emulation'

 

in /features/support/env.rb
Share

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”

Share
© 2011 Tissot Blog Suffusion theme by Sayontan Sinha