Monatsarchiv für Juni 2009

Ruby – Test::Unit – Invoke a single test from the command line

Mittwoch, den 24. Juni 2009

Sometimes you don’t want to execute your while test suite but only a single test of it. Actually this is easy as pie. Just append –name and the name of the test method. ruby your_test.rb –name test_new_call_a_doesn_pick_up That’s it.

Curb and curl: (1) Protocol https not supported or disabled in libcurl

Sonntag, den 21. Juni 2009

If you receive an error message like the following from either curb or curl: curl: (1) Protocol https not supported or disabled in libcurl Then you might want to recompile curl with ssl support. If you are a Mac OS X user and you are using MacPorts this might look like this: sudo port install [...]

MySQL – Stop replication

Montag, den 15. Juni 2009

If you want to mysql slave to stop replicating from your master db server you might want to start removing all the replication entries from my.conf. After you have done this you might experience that your server still wants to connect to the master. In order to stop this, you need to remove a file [...]

Treibstofff.de now in English

Montag, den 15. Juni 2009

Since most more visitors speak English than German we decided to publish in English from now on. So it’s about the same content but only a different language.