<?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/"
	>

<channel>
	<title>flip&#039;s &#187; Ruby 1.8</title>
	<atom:link href="http://flip.netzbeben.de/category/development/ruby/ruby-1-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://flip.netzbeben.de</link>
	<description>development, emo music, webdesign and inspiration</description>
	<lastBuildDate>Mon, 03 Aug 2009 05:30:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Functional test for HTTP Basic Authentication in Rails 2</title>
		<link>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/</link>
		<comments>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:31:54 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby 1.8]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=15</guid>
		<description><![CDATA[If you want to provide a username and password for a HTTP Basic Authentication in one of your functional tests, simply use the following:

def test_should_get_index
  @request.env["HTTP_AUTHORIZATION"] = "Basic " + Base64::encode64("username:password")
  get :index
  assert_response :success
  assert_not_nil assigns(:articles)
end

Keywords: rails test, functionals, authorization, basic http authentication, how to test
]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/06/functional-test-for-http-authentication-in-rails-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ruby: a &#124;&#124;= b</title>
		<link>http://flip.netzbeben.de/2007/07/ruby-a-b/</link>
		<comments>http://flip.netzbeben.de/2007/07/ruby-a-b/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 23:29:17 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby 1.8]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/2007/07/17/ruby-a-b/</guid>
		<description><![CDATA[a &#124;&#124;= b
means
a = b if a.nil? &#124;&#124; a == false
]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2007/07/ruby-a-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
