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

<channel>
	<title>Pressmark &#187; ruby</title>
	<atom:link href="http://bookmark.alexgirard.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://bookmark.alexgirard.com</link>
	<description></description>
	<pubDate>Tue, 05 May 2009 15:47:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>local-openid: Single User, Ephemeral OpenID Provider</title>
					
			<link>http://bogomips.org/local-openid/</link>
				
				
		<comments>http://bookmark.alexgirard.com/local-openid-single-user-ephemeral-openid-provider/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 07:44:12 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[openid]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://bookmark.alexgirard.com/local-openid-single-user-ephemeral-openid-provider/</guid>
		<description><![CDATA[“local-openid allows users with shell accounts on servers to authenticate with OpenID consumers by editing a YAML file in their home directory instead of authenticating through HTTP/HTTPS. ”]]></description>
			<content:encoded><![CDATA[<p>“<i>local-openid allows users with shell accounts on servers to authenticate with OpenID consumers by editing a YAML file in their home directory instead of authenticating through HTTP/HTTPS. </i>”</p>]]></content:encoded>
			<wfw:commentRss>http://bookmark.alexgirard.com/local-openid-single-user-ephemeral-openid-provider/feed/</wfw:commentRss>

		<source url="http://bogomips.org/local-openid/">local-openid: Single User, Ephemeral OpenID Provider</source>
		
		</item>
		<item>
		<title>Rails for PHP Developers - Regular Expressions in Ruby</title>
					
			<link>http://railsforphp.com/2008/01/17/regular-expressions-in-ruby/</link>
				
				
		<comments>http://bookmark.alexgirard.com/rails-for-php-developers-regular-expressions-in-ruby/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:34:11 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[regexp]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://bookmark.alexgirard.com/?p=20</guid>
		<description><![CDATA[Ruby uses Perl-compatible regular expressions, so if you’re familiar with the preg_* functions in PHP, you’re already well on your way to learning regular expressions in Ruby. ]]></description>
			<content:encoded><![CDATA[<p>Ruby uses Perl-compatible regular expressions, so if you’re familiar with the preg_* functions in PHP, you’re already well on your way to learning regular expressions in Ruby. </p>]]></content:encoded>
			<wfw:commentRss>http://bookmark.alexgirard.com/rails-for-php-developers-regular-expressions-in-ruby/feed/</wfw:commentRss>

		<source url="http://railsforphp.com/2008/01/17/regular-expressions-in-ruby/">Rails for PHP Developers - Regular Expressions in Ruby</source>
		
		</item>
		<item>
		<title>dm-is-tree/lib/dm-is-tree/is/tree.rb at master from sam&#8217;s dm-more — GitHub</title>
					
			<link>http://github.com/sam/dm-more/tree/master/dm-is-tree/lib/dm-is-tree/is/tree.rb</link>
				
				
		<comments>http://bookmark.alexgirard.com/dm-is-treelibdm-is-treeistreerb-at-master-from-sams-dm-more-%e2%80%94-github/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 20:59:31 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[datamapper]]></category>

		<category><![CDATA[dm]]></category>

		<category><![CDATA[is_tree]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://bookmark.alexgirard.com/?p=19</guid>
		<description><![CDATA[      # An extension to DataMapper to easily allow the creation of tree
      # structures from your DataMapper models.]]></description>
			<content:encoded><![CDATA[<p>      # An extension to DataMapper to easily allow the creation of tree<br />
      # structures from your DataMapper models.</p>]]></content:encoded>
			<wfw:commentRss>http://bookmark.alexgirard.com/dm-is-treelibdm-is-treeistreerb-at-master-from-sams-dm-more-%e2%80%94-github/feed/</wfw:commentRss>

		<source url="http://github.com/sam/dm-more/tree/master/dm-is-tree/lib/dm-is-tree/is/tree.rb">dm-is-tree/lib/dm-is-tree/is/tree.rb at master from sam&#8217;s dm-more — GitHub</source>
		
		</item>
		<item>
		<title>Sinatra</title>
					
			<link>http://sinatra.rubyforge.org/</link>
				
				
		<comments>http://bookmark.alexgirard.com/sinatra/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:50:21 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[minimal]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://bookmark.alexgirard.com/?p=16</guid>
		<description><![CDATA[Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort. ]]></description>
			<content:encoded><![CDATA[<p>Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort. </p>]]></content:encoded>
			<wfw:commentRss>http://bookmark.alexgirard.com/sinatra/feed/</wfw:commentRss>

		<source url="http://sinatra.rubyforge.org/">Sinatra</source>
		
		</item>
	</channel>
</rss>
