<?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>Brent Sordyl's blog &#187; breadcrumbs</title>
	<atom:link href="http://www.sordyl.info/tag/breadcrumbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sordyl.info</link>
	<description>Daily links to e-Learning and Web Technology resources</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:00:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy and flexible breadcrumbs for Rails « require ‘brain’</title>
		<link>http://www.sordyl.info/2010/01/17/links1/</link>
		<comments>http://www.sordyl.info/2010/01/17/links1/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:00:03 +0000</pubDate>
		<dc:creator>BrentSordyl</dc:creator>
				<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
Simple Example
01	class ApplicationController < ActionController::Base
02	  add_breadcrumb 'Home', '/'
03	  ...
04	end
05	class ThingsController < ApplicationController
06	  add_breadcrumb 'Things', 'things_path'
07	  add_breadcrumb 'Create a new thing', '', :only => [:new, :create]
08	  add_breadcrumb &#8216;Edit a thing&#8217;, &#8221;, :only => [:edit, :update]
(Link: Easy and flexible breadcrumbs for Rails « require ‘brain’)
]]></description>
			<content:encoded><![CDATA[<p>
Simple Example<br />
01	class ApplicationController < ActionController::Base<br />
02	  add_breadcrumb 'Home', '/'<br />
03	  ...<br />
04	end<br />
05	class ThingsController < ApplicationController<br />
06	  add_breadcrumb 'Things', 'things_path'<br />
07	  add_breadcrumb 'Create a new thing', '', :only => [:new, :create]<br />
08	  add_breadcrumb &#8216;Edit a thing&#8217;, &#8221;, :only => [:edit, :update]<br />
(Link: <a class="deliciouslink" href="http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/" title="Easy and flexible breadcrumbs for Rails « require ‘brain’" target="_blank">Easy and flexible breadcrumbs for Rails « require ‘brain’</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sordyl.info/2010/01/17/links1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsLodge &#8211; Crumble plugin</title>
		<link>http://www.sordyl.info/2009/07/08/links1/</link>
		<comments>http://www.sordyl.info/2009/07/08/links1/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:00:13 +0000</pubDate>
		<dc:creator>BrentSordyl</dc:creator>
				<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
Crumble &#8211; It&#8217;s like breadcrumbs for your Rails application!
It&#8217;s a tiny combination of a helper and a simple configuration class to make breadcrumbs cool, because they&#8217;re not.
(Link: RailsLodge &#8211; Crumble plugin)
]]></description>
			<content:encoded><![CDATA[<p>
Crumble &#8211; It&#8217;s like breadcrumbs for your Rails application!<br />
It&#8217;s a tiny combination of a helper and a simple configuration class to make breadcrumbs cool, because they&#8217;re not.<br />
(Link: <a class="deliciouslink" href="http://www.railslodge.com/plugins/1486-crumble" title="RailsLodge - Crumble plugin" target="_blank">RailsLodge &#8211; Crumble plugin</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sordyl.info/2009/07/08/links1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
