<?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; Rails 2.0</title>
	<atom:link href="http://flip.netzbeben.de/category/development/ruby/ruby-on-rails/rails-2-0/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>Smilies in Rails using BBCodeizer</title>
		<link>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/</link>
		<comments>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:22:52 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Emo]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Rails 1.2]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=36</guid>
		<description><![CDATA[I&#8217;ve already described how to enable support for Smilies in Rails using RedCloth. If you want to use BBCodeizer instead of RedCloth (Textile), here&#8217;s how to do it.  We need to extend the BBCodeizer class. We could do this by creating a file in our /lib directory (e.g. my_string.rb), which has to be included [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/08/smilies-in-rails-using-bbcodeizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smilies in Rails using RedCloth</title>
		<link>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/</link>
		<comments>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:16:03 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=24</guid>
		<description><![CDATA[There&#8217;s also a guide to use Smilies in Rails using BBCodeizer.
RedCloth doesn&#8217;t come with support for smilies, so i&#8217;ve added it for one of my projects.
You need to extend the RedCloth class. You could do this by creating a file in your /lib directory, which you have to include in your environment.rb. Here an example [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/07/smilies-in-rails-using-redcloth/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rails: routes and special characters like dots</title>
		<link>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/</link>
		<comments>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:00:26 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Rails 1.2]]></category>
		<category><![CDATA[Rails 2.0]]></category>
		<category><![CDATA[Rails 2.1]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=23</guid>
		<description><![CDATA[Rails doesn&#8217;t seem to like dots and other special chars in its routes.
If you want to use URLs like http://www.domain.com/post/1/just_a_test.. logically the following route seems to be sensible:
map.connect '/post/:id/:title', :controller => 'forum', :action => 'show_post'
But rails won&#8217;t like the dots. Use a route like the following to allow a URL with special characters to be [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/07/rails-routes-and-special-characters-like-dots/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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>Rails 2: authenticate_or_request_with_http_basic and Apache</title>
		<link>http://flip.netzbeben.de/2008/06/authenticate_or_request_with_http_basic-and-apache/</link>
		<comments>http://flip.netzbeben.de/2008/06/authenticate_or_request_with_http_basic-and-apache/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 21:33:10 +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 On Rails]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=13</guid>
		<description><![CDATA[I&#8217;ve tried to use the new authenticate_or_request_with_http_basic function of Rails 2 to include a simple authentication for some special pages in an application. But Apache kept refusing authorization, even if the authenticate_or_request_with_http_basic-block was set to be always true.
To fix this, add or change this in your public/.htaccess (if using FastCGI):
RewriteRule ^(.*)$ dispatch.fcgi [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
Keywords: rails2 rails [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2008/06/authenticate_or_request_with_http_basic-and-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
