<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ph values</title>
	<atom:link href="http://phvalues.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phvalues.wordpress.com</link>
	<description>Stephan on testing, software (good and bad), Ruby and the world at large</description>
	<lastBuildDate>Wed, 23 Nov 2011 16:44:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phvalues.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ph values</title>
		<link>http://phvalues.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phvalues.wordpress.com/osd.xml" title="Ph values" />
	<atom:link rel='hub' href='http://phvalues.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Removing Stored Passwords on Windows</title>
		<link>http://phvalues.wordpress.com/2011/06/14/removing-stored-passwords-on-windows/</link>
		<comments>http://phvalues.wordpress.com/2011/06/14/removing-stored-passwords-on-windows/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 07:45:47 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=234</guid>
		<description><![CDATA[Another note to self: To remove passwords on a Windows machine (done on a Win 7, should work on XP &#38; Vista at least, too) Hit [Windows-Key]-R (or start a command line) then control keymgr.dll There you are, delete passwords in the open window as necessary.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=234&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2011/06/14/removing-stored-passwords-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading a Ruby Version Using &#8216;rvm&#8217;</title>
		<link>http://phvalues.wordpress.com/2011/02/21/upgrading-a-ruby-version-using-rvm/</link>
		<comments>http://phvalues.wordpress.com/2011/02/21/upgrading-a-ruby-version-using-rvm/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 16:33:09 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=228</guid>
		<description><![CDATA[Another note to self (mostly): If you&#8217;re using rvm (and you should), to upgrade an existing Ruby version old to a new version new you can do this (on a command line): rvm upgrade new old At the time of this writing, that would be: rvm upgrade 1.9.2-p180 1.9.2-p136 Thanks to Wayne Seguin for tweeting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=228&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2011/02/21/upgrading-a-ruby-version-using-rvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>NoMethodError in Rails Tests — Fun With Fixtures</title>
		<link>http://phvalues.wordpress.com/2010/11/18/nomethoderror-in-rails-tests-fun-with-fixtures/</link>
		<comments>http://phvalues.wordpress.com/2010/11/18/nomethoderror-in-rails-tests-fun-with-fixtures/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 11:29:11 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[fixtures]]></category>
		<category><![CDATA[NoMethodError]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=222</guid>
		<description><![CDATA[In case there&#8217;s this weird error message when running unit tests for a Rails app, chances are that your fixtures need some attention. Especially if the schema changed… NoMethodError: undefined method ‘name’ for # method method_missing in test_process.rb at line 511 method method_missing in test_case.rb at line 158 method rescue in run in setup_and_teardown.rb at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=222&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2010/11/18/nomethoderror-in-rails-tests-fun-with-fixtures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate 1.5.10 … and Ruby 1.9.2</title>
		<link>http://phvalues.wordpress.com/2010/11/13/textmate-1-5-10-%e2%80%a6-and-ruby-1-9-2/</link>
		<comments>http://phvalues.wordpress.com/2010/11/13/textmate-1-5-10-%e2%80%a6-and-ruby-1-9-2/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 10:49:17 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=210</guid>
		<description><![CDATA[There&#8217;s a new version of Textmate available. Cool, thanks! However after installing … I couldn&#8217;t run Rake tasks anymore (the keyboard short cut to remember: Shift-Ctrl-R). In &#8216;rake_mate.rb&#8217; (line 49, /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RakeMate/rake_mate.rb). I inserted &#8220;.lines&#8221; to make it look like this: tasks = [DEFAULT_TASK] + tasks.lines.grep(/^rake\s+(\S+)/) { &#124;t&#124; t.split[1] } Additionally I had to &#8216;re-copy&#8217; the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=210&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2010/11/13/textmate-1-5-10-%e2%80%a6-and-ruby-1-9-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Save to &#8216;invisible&#8217; folders on Mac OS X</title>
		<link>http://phvalues.wordpress.com/2010/11/10/save-to-invisible-folders-on-mac-os-x/</link>
		<comments>http://phvalues.wordpress.com/2010/11/10/save-to-invisible-folders-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 20:14:45 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=204</guid>
		<description><![CDATA[And another reminder to self: Saving to invisible files in save file dialogs on the Mac is described at macs.about.com. Hint to remember: Hidden files are also called dot files and the keybord combination is ⌘⇧. (Command-Shift .)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=204&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2010/11/10/save-to-invisible-folders-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>More RVM, TextMate, Ruby and (!) Rails godness</title>
		<link>http://phvalues.wordpress.com/2010/11/09/more-rvm-textmate-ruby-and-rails-godness/</link>
		<comments>http://phvalues.wordpress.com/2010/11/09/more-rvm-textmate-ruby-and-rails-godness/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 09:07:51 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=195</guid>
		<description><![CDATA[Here&#8217;s another article on the topic of rvm, Textmate, Ruby &#38; Rails: Blended Musings (http://blendedmusings.blogspot.com/2010/10/getting-rvm-textmate-ruby-187-and-192.html)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=195&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2010/11/09/more-rvm-textmate-ruby-and-rails-godness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Another note to self: RVM, TextMate and Ruby 1.9.2</title>
		<link>http://phvalues.wordpress.com/2010/11/08/another-note-to-self-rvm-textmate-and-ruby-1-9-2/</link>
		<comments>http://phvalues.wordpress.com/2010/11/08/another-note-to-self-rvm-textmate-and-ruby-1-9-2/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 09:41:51 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[1.9.2]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=193</guid>
		<description><![CDATA[Getting rvm and Ruby 1.9.2 and TextMate can be a bit of work, especially if you&#8217;re using rake as well inside TextMate. Good Thing there&#8217;s a solution already: Jim blogged about it at &#8220;RVM, ruby 1.9 and TextMate&#8220;. Thanks Jim! &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=193&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2010/11/08/another-note-to-self-rvm-textmate-and-ruby-1-9-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby, Sequel and Trees</title>
		<link>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/</link>
		<comments>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:50:01 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sequel]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=172</guid>
		<description><![CDATA[While working on some tree structure a couple of unit tests failed, when creating some form of summary of said tree structure. First of all here&#8217;s a condensed form of the code: require 'sequel' DB = Sequel.sqlite DB.create_table :items do primary_key :id String :name String :foo, :default =&#62; 'NOT SET' Integer :item_id end class Item [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=172&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>About 40 Years Ago And Metrics</title>
		<link>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/</link>
		<comments>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 18:50:11 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Value]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=170</guid>
		<description><![CDATA[The term &#8220;Software Engineering&#8221; is coming to age: It was coined slightly more than 40 years ago in Garmisch-Partenkirchen, Germany. Tom DeMarco wrote a very interesting article about his opinion about the topic, which is available online at the IEEE Software magazine: &#8220;Software Engineering: An Idea Whose Time Has Come and Gone?&#8221; Let me cite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=170&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Show the full path in Finder</title>
		<link>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/</link>
		<comments>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:24:57 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[full path]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=164</guid>
		<description><![CDATA[As described over at &#8220;Mac OS X (Tiger and Leopard) Configuration Tips&#8221; you can configure Finder to display the full path to the currently displayed folder by using this (in a terminal of your choice): defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES Change back to the default (of the default) using &#8216;NO&#8217; instead of &#8216;YES&#8217;. Apparently [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&amp;blog=1027150&amp;post=164&amp;subd=phvalues&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
