<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>rpheath.com comments</title>
    <link>http://rpheath.com/</link>
    <description>Comments on the personal blog of Ryan Heath.</description>
    <language>en-us</language>
    <item>
      <title>Nick on "Railscasts Contest: 5 Rails Tips"</title>
      <description>&lt;p&gt;Hey Ryan -&lt;/p&gt;


	&lt;p&gt;I really enjoyed this post. I think I&amp;#8217;m going to use the nav helper in my next app, as I&amp;#8217;m getting tired of recycling my old code. Yours is more elegant, anyways. Thanks for sharing these tips!&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jul 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/323-railscasts-contest-5-rails-tips#comment-698</link>
    </item>
    <item>
      <title>robert on "Consuming SOAP services in Ruby"</title>
      <description>&lt;p&gt;Just dropping a note saying you helped at &lt;em&gt;least&lt;/em&gt; one person.&lt;/p&gt;


	&lt;p&gt;Thanks for the great post. Helps a &lt;span class="caps"&gt;SOAP&lt;/span&gt; newb like me figure out what the hell he&amp;#8217;s doing when a client decides to ask for integration with ancient technology ;)&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jun 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/298-consuming-soap-services-in-ruby#comment-697</link>
    </item>
    <item>
      <title>Ryan on "Railscasts Contest: 5 Rails Tips"</title>
      <description>&lt;p&gt;No problem, I&amp;#8217;m glad you find the plugins useful. And thanks for catching the syntax hiccup&amp;#8212;it&amp;#8217;s fixed now.&lt;/p&gt;</description>
      <pubDate>Fri, 23 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/323-railscasts-contest-5-rails-tips#comment-696</link>
    </item>
    <item>
      <title>deadsunrise on "Railscasts Contest: 5 Rails Tips"</title>
      <description>&lt;p&gt;Ryan, thanks a lot for the plugins, I&amp;#8217;m using the navigation helper in most of my apps.&lt;/p&gt;


	&lt;p&gt;There is a  )  missing from the Fading Messages using jQuery code.&lt;/p&gt;


	&lt;p&gt;$(document).ready(    is not closed.&lt;/p&gt;</description>
      <pubDate>Fri, 23 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/323-railscasts-contest-5-rails-tips#comment-695</link>
    </item>
    <item>
      <title>Nick on "Rails plugin: EasySearch"</title>
      <description>&lt;p&gt;This is pretty cool, but it seems like it has quite a few caveats for what it&amp;#8217;s actually able to provide. I do like its simplicity, however.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/325-rails-plugin-easysearch#comment-693</link>
    </item>
    <item>
      <title>Kyle on "Railscasts Contest: 5 Rails Tips"</title>
      <description>&lt;p&gt;Very nice.&lt;/p&gt;</description>
      <pubDate>Mon, 19 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/323-railscasts-contest-5-rails-tips#comment-692</link>
    </item>
    <item>
      <title>Luke on "Ruby conditions"</title>
      <description>&lt;p&gt;Cheers mate, thats exactly what I needed, and I&amp;#8217;ll be sure to contact you with how it&amp;#8217;s going once I get started :)&lt;/p&gt;</description>
      <pubDate>Tue, 13 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-691</link>
    </item>
    <item>
      <title>Ryan on "Ruby conditions"</title>
      <description>&lt;p&gt;Well, while this may or may not be the best reference around, it&amp;#8217;s the one I seem to use the most when I need to lookup something in the documentation: &lt;a href="http://www.noobkit.com/"&gt;Noobkit&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Here&amp;#8217;s a good &lt;a href="http://labuschin.com/rails"&gt;Ruby on Rails Link Library&lt;/a&gt; that I came across a few days ago.&lt;/p&gt;


	&lt;p&gt;Of course, here&amp;#8217;s the &lt;a href="http://www.pragprog.com/titles/ruby/programming-ruby"&gt;Pickaxe&lt;/a&gt; (book on Ruby, not Rails). And here&amp;#8217;s the &lt;a href="http://www.rubycentral.com/pickaxe/"&gt;online version&lt;/a&gt; (it&amp;#8217;s not updated, but still a good read for beginners).&lt;/p&gt;


	&lt;p&gt;After reading the Pickaxe, here&amp;#8217;s the &lt;a href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition"&gt;&lt;span class="caps"&gt;AWDWR&lt;/span&gt;&lt;/a&gt; book (third edition)&amp;#8212;a must read for any Rails developer.&lt;/p&gt;


	&lt;p&gt;Here&amp;#8217;s the &lt;a href="http://railsforum.com/index.php"&gt;RailsForum&lt;/a&gt; for when you&amp;#8217;re stuck on something and ready to pull your hair out.&lt;/p&gt;


	&lt;p&gt;If you&amp;#8217;re going to get into Rails, read a Ruby book first! I cannot stress that enough. Learning Ruby via Rails is &lt;em&gt;not&lt;/em&gt; the way to go, as you&amp;#8217;ll quickly become confused as to what is Ruby and what is Rails. Plus, not knowing Ruby will dramatically impact how good your Rails code is. Rails is awesome, but blindly depending on all that it does is, in my opinion, is wrong. It&amp;#8217;s better to understand what it&amp;#8217;s doing, and know how to work around it when things aren&amp;#8217;t &lt;em&gt;exactly&lt;/em&gt; what you need.&lt;/p&gt;


	&lt;p&gt;And of course, I&amp;#8217;d be happy to help with any initial questions you might have. You can contact me via this site or via email. Hope that helps!&lt;/p&gt;</description>
      <pubDate>Mon, 12 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-690</link>
    </item>
    <item>
      <title>Luke on "Ruby conditions"</title>
      <description>&lt;p&gt;I had some &amp;#8216;troll&amp;#8217; comment me once. So I banned his IP. Just leave this invalid to practice his abbreviations on YouTube.&lt;/p&gt;


	&lt;p&gt;Anyway, thats a pretty nifty thing you&amp;#8217;ve found. I remember the unless statement from that console you showed me a while back.&lt;/p&gt;


	&lt;p&gt;Incidientally, since I&amp;#8217;ll probably have a look into Rails soon when I leave my job, know any good places to start mate? Tutorials, books, etc.&lt;/p&gt;</description>
      <pubDate>Mon, 12 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-689</link>
    </item>
    <item>
      <title>leet haxor on "Ruby conditions"</title>
      <description>&lt;p&gt;Someone not realizing that &lt;span class="caps"&gt;YHBT&lt;/span&gt; means&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;YOU HAVE BEEN TROLLED&lt;/span&gt;&lt;/p&gt;


	&lt;p&gt;is even more fun than all of my previous comments here.&lt;/p&gt;


	&lt;p&gt;Please learn2internet at your next convenience.&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-688</link>
    </item>
    <item>
      <title>Jay on "Ruby conditions"</title>
      <description>&lt;p&gt;That guy is a tool. I don&amp;#8217;t understand people who get aroused by leaving meaningless, retarded comments. &lt;span class="caps"&gt;YHBT&lt;/span&gt;??? Did you get that from your &lt;span class="caps"&gt;BFF&lt;/span&gt;???&lt;/p&gt;


	&lt;p&gt;It seems that Ruby&amp;#8217;s increasing popularity makes those who don&amp;#8217;t understand it compelled to challenge, when in reality, it doesn&amp;#8217;t matter &lt;em&gt;at all&lt;/em&gt;. It&amp;#8217;s very strange to me.&lt;/p&gt;


	&lt;p&gt;And to the &amp;#8220;leet haxor&amp;#8221;, we&amp;#8217;re all glad Ruby &amp;#8220;fanbois&amp;#8221; amuse you. Your immaturity has amused us, so thanks for that. However, it&amp;#8217;s time to let it go now. =D&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-687</link>
    </item>
    <item>
      <title>leet haxor on "Ruby conditions"</title>
      <description>&lt;p&gt;Oh don&amp;#8217;t flatter yourself, I don&amp;#8217;t &amp;#8220;follow your feeds&amp;#8221; or check &amp;#8220;your site&amp;#8221;.  In between other things, I checked * my comments *, because Ruby fanbois amuse me.&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;YHBT&lt;/span&gt;, HAND. =D&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-686</link>
    </item>
    <item>
      <title>Ryan on "Ruby conditions"</title>
      <description>&lt;p&gt;Must be interesting enough for you to have my feed(s), huh? Or do you just like to visit several times over a few hours? Either way, I&amp;#8217;m surprised, considering how &amp;#8220;boring&amp;#8221; this site is for you. Maybe I could check with you before I post something from now on, so that I know it&amp;#8217;s worthy. After all, I &lt;em&gt;am&lt;/em&gt; just a leet haxor.&lt;/p&gt;


	&lt;p&gt;Bottom line: I don&amp;#8217;t claim to be brilliant or a great programmer or any of the other things that you have somehow taken offense to. So what&amp;#8217;s the point you&amp;#8217;re trying to make, here? You think &lt;span class="caps"&gt;ASP&lt;/span&gt;.Net is better than Ruby? You&amp;#8217;d rather code in C? Great for you!&lt;/p&gt;


	&lt;p&gt;I program in Ruby because I choose to. I actually happen to like it. I&amp;#8217;m sorry to see that it makes you upset. And since I don&amp;#8217;t work on sites as big as Twitter, I guess I&amp;#8217;m safe from my applications &lt;em&gt;falling over&lt;/em&gt;.&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-685</link>
    </item>
    <item>
      <title>leet haxor on "Ruby conditions"</title>
      <description>&lt;p&gt;Whoa, you really showed this anonymous coward who&amp;#8217;s boss around these parts of the intersphere.  I just hope you post as interesting of a post when you find out about for loops.&lt;/p&gt;


	&lt;p&gt;Multiple post statement conditions: Ruby.
Being able to run a site bigger than or as big as Twitter without falling over: Perl, &lt;span class="caps"&gt;PHP&lt;/span&gt;, Java, &lt;span class="caps"&gt;ASP&lt;/span&gt;.Net, C, Python&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-684</link>
    </item>
    <item>
      <title>Ryan on "Ruby conditions"</title>
      <description>&lt;p&gt;&lt;span class="caps"&gt;ANONYMOUS COWARD READS POST AND HAS NO IDEA WHAT IT&lt;/span&gt;&amp;#8217;S &lt;span class="caps"&gt;ABOUT&lt;/span&gt;: MORE &lt;span class="caps"&gt;RIGHT NOW&lt;/span&gt;&lt;/p&gt;


	&lt;p&gt;Obviously this wasn&amp;#8217;t about discovering the &lt;code&gt;unless&lt;/code&gt; keyword (which has been with Ruby since the early days, 1993 I believe), but I guess I can&amp;#8217;t expect everyone to understand that. It was about using &lt;code&gt;if&lt;/code&gt; and &lt;code&gt;unless&lt;/code&gt; to handle two opposite conditions, chained together against the same statement, all inline, and reads like English.&lt;/p&gt;


	&lt;p&gt;&lt;em&gt;Can Perl do that???&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;And anyway, even if it was solely about discovering the &lt;code&gt;unless&lt;/code&gt; keyword, what was the point of that comment? To make you look knowledgeable at the expense of someone else? If so, that sort of backfired.&lt;/p&gt;


	&lt;p&gt;Maybe next time you should keep your comments to yourself, &lt;strong&gt;&lt;span class="caps"&gt;UNLESS&lt;/span&gt;&lt;/strong&gt; you know what you&amp;#8217;re talking about.&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-683</link>
    </item>
    <item>
      <title>leet haxor on "Ruby conditions"</title>
      <description>&lt;p&gt;The unless keyword? You mean like the one Perl and probably other languages have had for more than 18 years?  That one?&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;RUBY FANBOI LEARNS NEW KEYWORD&lt;/span&gt;: BLAHGS &lt;span class="caps"&gt;ABOUT IT&lt;/span&gt;: MORE &lt;span class="caps"&gt;AT 11&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-682</link>
    </item>
    <item>
      <title>Ryan on "Ruby conditions"</title>
      <description>&lt;p&gt;Ah, yes. Good point.&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-681</link>
    </item>
    <item>
      <title>Aaron H. on "Railscasts Contest: 5 Rails Tips"</title>
      <description>&lt;p&gt;Great tips all.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve seen you mention the nav plugin before, but it&amp;#8217;s so good to be reminded about it.  I also really like the &lt;span class="caps"&gt;CSS&lt;/span&gt; input one.  Such a simple idea but a huge help.&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/323-railscasts-contest-5-rails-tips#comment-680</link>
    </item>
    <item>
      <title>Aaron H. on "Ruby conditions"</title>
      <description>&lt;p&gt;You are right about the calling order, Ryan.  It works outside in.  You can test this pretty easily at the command line.&lt;/p&gt;


&lt;div class="code ruby"&gt;&lt;pre&gt;
&lt;span class="keyword"&gt;def &lt;/span&gt;&lt;span class="method"&gt;called_if?&lt;/span&gt;
  &lt;span class="ident"&gt;puts&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;called_if&lt;/span&gt;&lt;span class="punct"&gt;'&lt;/span&gt;
  &lt;span class="constant"&gt;true&lt;/span&gt;
&lt;span class="keyword"&gt;end&lt;/span&gt;

&lt;span class="keyword"&gt;def &lt;/span&gt;&lt;span class="method"&gt;called_unless?&lt;/span&gt;
  &lt;span class="ident"&gt;puts&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;called_unless&lt;/span&gt;&lt;span class="punct"&gt;'&lt;/span&gt;
  &lt;span class="constant"&gt;false&lt;/span&gt;
&lt;span class="keyword"&gt;end&lt;/span&gt;

&lt;span class="ident"&gt;x&lt;/span&gt; &lt;span class="punct"&gt;=&lt;/span&gt; &lt;span class="number"&gt;1&lt;/span&gt; &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="ident"&gt;called_if?&lt;/span&gt; &lt;span class="keyword"&gt;unless&lt;/span&gt; &lt;span class="ident"&gt;called_unless?&lt;/span&gt;

&lt;span class="ident"&gt;called_unless&lt;/span&gt;
&lt;span class="ident"&gt;called_if&lt;/span&gt;
&lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="number"&gt;1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 06 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-679</link>
    </item>
    <item>
      <title>Ryan on "Ruby conditions"</title>
      <description>&lt;p&gt;I&amp;#8217;m not sure how it actually resolves. My guess (and it&amp;#8217;s really just a guess) is that it starts at the outer-most condition, working it&amp;#8217;s way back to the actual statement to execute, so it&amp;#8217;s essentially doing:&lt;/p&gt;


&lt;div class="code ruby"&gt;&lt;pre&gt;
&lt;span class="keyword"&gt;unless&lt;/span&gt; &lt;span class="constant"&gt;API&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;local?&lt;/span&gt;
  &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="ident"&gt;user&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;needs_cached?&lt;/span&gt;
    &lt;span class="ident"&gt;user&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;cache!&lt;/span&gt;
  &lt;span class="keyword"&gt;end&lt;/span&gt;
&lt;span class="keyword"&gt;end&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Either way, it sort of toys with your mind when you see it inline. I suppose I could download &lt;a href="http://rubyforge.org/projects/parsetree/"&gt;ParseTree&lt;/a&gt; to figure it out (maybe?), but I&amp;#8217;ll probably just sit back in awe.&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-678</link>
    </item>
    <item>
      <title>Lucas Efe on "Ruby conditions"</title>
      <description>&lt;p&gt;You blew my mind. I didn`t know abut that.&lt;/p&gt;


	&lt;p&gt;Question: And how is the resolution of thath condition? First  the &amp;#8220;user.needs_cached?&amp;#8221; and then &amp;#8221; &lt;span class="caps"&gt;API&lt;/span&gt;.local?&amp;#8221; or the other way around?&lt;/p&gt;


	&lt;p&gt;Probably the first &lt;span class="caps"&gt;API&lt;/span&gt;.local?&lt;/p&gt;


	&lt;p&gt;Anyway, you enlightenme. thanks&lt;/p&gt;


	&lt;p&gt;Lucas&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/324-ruby-conditions#comment-677</link>
    </item>
    <item>
      <title>Michael Cindric on "Testing block helpers with Rspec"</title>
      <description>&lt;p&gt;Thanks for that Ryan l playing with something similar but had not got it yet. Made life a lot easier.&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/321-testing-block-helpers-with-rspec#comment-676</link>
    </item>
    <item>
      <title>Jason on "Rails plugin: navigation helper"</title>
      <description>&lt;p&gt;Never mind,&lt;/p&gt;


	&lt;p&gt;I managed to do what I wanted. Basically in the construct method where the subtitles are added to the link I am doing&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;link = link_to(content_tag(:span, SUBTITLES[section]), send("#{section.to_s.downcase}_path"), :title =&amp;gt; SUBTITLES[section])&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;therefore getting the span tag as part of the link which is what I needed.&lt;/p&gt;


	&lt;p&gt;Cheers!.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/309-rails-plugin-navigation-helper#comment-675</link>
    </item>
    <item>
      <title>Jason on "Rails plugin: navigation helper"</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;


	&lt;p&gt;I would like to specify the text of the link instead of the default of the section name. Will appreciate any help on how to tweak this plugin to achieve this.&lt;/p&gt;


	&lt;p&gt;thanks.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/309-rails-plugin-navigation-helper#comment-674</link>
    </item>
    <item>
      <title>Ryan on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;Typically, I do keep all of my images for web development in version control. I usually just put a &amp;#8220;psd&amp;#8221; folder beneath an &amp;#8220;images&amp;#8221; folder of whatever project I&amp;#8217;m working on. I&amp;#8217;m back and forth between the iMac and MacBook Pro, and if I want to access stuff from work at home, and vice-versa, it&amp;#8217;s almost a necessity.&lt;/p&gt;


	&lt;p&gt;Of course, the files I tend to deal with aren&amp;#8217;t even close to 1 GB, at least not for web development. My post-processed photos can get up there, though. I bought a 500GB external drive thinking my problems would be solved, but I already feel like I need more space!&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-673</link>
    </item>
    <item>
      <title>supaspoida on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;Do you keep all your source images for web development in version control as well? My files tend to bloat up pretty quickly as I like to try out many different layer combinations etc. and I never felt it was practical to keep huge .psd/.ai files in version control. And for my more artistic files some of them climb up to 1gb each! Def. not a candidate for version control.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-672</link>
    </item>
    <item>
      <title>supaspoida on "Git and GitHub: Wow."</title>
      <description>&lt;p&gt;I&amp;#8217;m a GitNoob as well, started during the beta and I&amp;#8217;m already sold on it&amp;#8217;s dominance over &lt;span class="caps"&gt;SVN&lt;/span&gt;. Unfortunately I haven&amp;#8217;t had a chance to play around with it too much, or move all my projects over, because I&amp;#8217;m running a windows machine for development right now, and git seems to have some issues with that. I will be setting up my development environment in a linux VM and can&amp;#8217;t wait to really dive into Git! Already I keep coming up with ideas that I would like to try and think &amp;#8220;if only I could easily branch this and play around.&amp;#8221;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/318-git-and-github-wow#comment-671</link>
    </item>
    <item>
      <title>Ryan on "Flickr Video"</title>
      <description>&lt;p&gt;I didn&amp;#8217;t know they were limiting video to pro members only &amp;#8211; that&amp;#8217;s definitely a plus, and probably the best filter for video pollution.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/317-flickr-video#comment-670</link>
    </item>
    <item>
      <title>Ryan on "Flickr Video: blah"</title>
      <description>&lt;p&gt;No, it wasn&amp;#8217;t your fault. It was mine.&lt;/p&gt;


	&lt;p&gt;I used to be able to find a post by its permalink with formatted dates. Actually, I still can. So:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://rpheath.com/posts/2007/08/08/flickr-video-blah"&gt;http://rpheath.com/posts/2007/08/08/flickr-video-blah&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;and&amp;#8230;&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://rpheath.com/posts/243-flickr-video-blah"&gt;http://rpheath.com/posts/243-flickr-video-blah&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;both find the same post. Er, that&amp;#8217;s the idea :-)&lt;/p&gt;


	&lt;p&gt;I rebuilt the code base a while back, and converted everything to a more RESTful design. But I didn&amp;#8217;t want to break any old bookmarks (like there are any), so I&amp;#8217;m supporting both formats, although the latter is the desired format.&lt;/p&gt;


	&lt;p&gt;However, I forgot to update my feed links, so they were linking to the old format, which essentially filled in the &lt;code&gt;params[:permalink]&lt;/code&gt; hash, so this was executed:&lt;/p&gt;


&lt;div class="code ruby"&gt;&lt;pre&gt;
&lt;span class="attribute"&gt;@post&lt;/span&gt; &lt;span class="punct"&gt;=&lt;/span&gt; &lt;span class="constant"&gt;Post&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;find_by_permalink&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt;&lt;span class="ident"&gt;params&lt;/span&gt;&lt;span class="punct"&gt;[&lt;/span&gt;&lt;span class="symbol"&gt;:permalink&lt;/span&gt;&lt;span class="punct"&gt;])&lt;/span&gt; &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="ident"&gt;params&lt;/span&gt;&lt;span class="punct"&gt;[&lt;/span&gt;&lt;span class="symbol"&gt;:permalink&lt;/span&gt;&lt;span class="punct"&gt;]&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Theoretically, that should have been fine. But somehow I missed validations on the permalink to ensure that they were unique (I literally started fresh on the backend). So what happened was, it posted the new post (which I named the same: &amp;#8220;Flickr Video&amp;#8221;) and created the same permalink. Really this shouldn&amp;#8217;t have posed a problem, as I was linking to the new format everywhere. But since I forgot to update my feed templates with the new format, it was finding the post by permalink, and since the other post was older, it returned that one first.&lt;/p&gt;


	&lt;p&gt;So, there&amp;#8217;s the detailed explanation as to why that was so weird. Sorry for the hiccup, I guess I was rushing through stuff when I rebuilt everything :-)&lt;/p&gt;


	&lt;p&gt;Note: I&amp;#8217;ve changed this title to remove the last (and only) duplicate permalink.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/243-flickr-video-blah#comment-669</link>
    </item>
    <item>
      <title>Aaron H. on "Flickr Video"</title>
      <description>&lt;p&gt;I think they did a great job with this and it won&amp;#8217;t end up being another YouTube.  Not only for all of the reasons you mentioned, but also because only paid members can use it.  That should cut down on some of the worst &amp;#8216;bored kids home movies&amp;#8217; stuff.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m not completely sure they will be extending the 90 second limit any time soon.  They seem quite committed to the idea of &amp;#8220;long photos.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;Either way, I now don&amp;#8217;t have to send a separate link to get my mom to see video of the kids along with photos.  That for me is worth the price of (my already paid) admission.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/317-flickr-video#comment-668</link>
    </item>
    <item>
      <title>Aaron H. on "Flickr Video: blah"</title>
      <description>&lt;p&gt;Ha!&lt;/p&gt;


	&lt;p&gt;That explains why the article I saw in my feed reader didn&amp;#8217;t match the one here.  I thought maybe you&amp;#8217;d changed your mind and reposted the article or something.  I have no idea how I ended up on this story.&lt;/p&gt;


	&lt;p&gt;Next time, I&amp;#8217;ll take a closer look at the posting date.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/243-flickr-video-blah#comment-667</link>
    </item>
    <item>
      <title>Ryan on "Flickr Video: blah"</title>
      <description>&lt;p&gt;&lt;strong&gt;Aaron&lt;/strong&gt;&amp;#8212;Just in case you&amp;#8217;re coming to an old article, I &lt;a href="http://rpheath.com/posts/317-flickr-video"&gt;posted a follow-up&lt;/a&gt; once Flickr Video was released. I, too, think that they&amp;#8217;ve implemented the feature &lt;em&gt;very&lt;/em&gt; well. I agree with many of the points you&amp;#8217;ve made in your comment.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/243-flickr-video-blah#comment-666</link>
    </item>
    <item>
      <title>Aaron H. on "Flickr Video: blah"</title>
      <description>&lt;p&gt;I have to respectfully disagree.  I, too, am a fan of one specific tool doing something very well.  I&amp;#8217;ve also been a long time Flickr user (with a paid account and everything) and I think they&amp;#8217;ve done a pretty admirable job.&lt;/p&gt;


	&lt;p&gt;Most of my friends use Flickr regularly and it&amp;#8217;s a great way to keep up with what is going on.  After much pleading, most of my family (including my mom!) has a Flickr account so she can see what&amp;#8217;s going on from 3000 miles away.  Of course, once in a while I want to upload a video and I use my .mac account. It&amp;#8217;s a pain to have to send out a link (mom is &lt;span class="caps"&gt;NEVER&lt;/span&gt; gonna&amp;#8217; get an &lt;span class="caps"&gt;RSS&lt;/span&gt; reader), but that is the only way to really do it.  It&amp;#8217;s somewhat lame and static since .mac doesn&amp;#8217;t allow comments.  YouTube is just ridiculous for quality of the encoding as well as most of the content on the site.&lt;/p&gt;


	&lt;p&gt;The smart thing Flickr did was limit it to 90 seconds and require a Pro account to add video.  This raises the barrier to entry a great deal.  No music videos, no bored 14 year old with a cell phone video.&lt;/p&gt;


	&lt;p&gt;The other thing is how well integrated it is.  There is no difference on any page between video and photos other than the play icon.  My mom doesn&amp;#8217;t have to go anywhere else to see the things I want to upload &amp;#8211; video or photo.  I also have the same controls for privacy so I can keep stuff for my family just for my family.&lt;/p&gt;


	&lt;p&gt;I really think this is a smart move and don&amp;#8217;t get why it seems so widely dissed around the web.  I think going for the &amp;#8220;long photo&amp;#8221; aspect was really smart and they&amp;#8217;ve struck a great balance with it.&lt;/p&gt;


	&lt;p&gt;I, for one, welcome our video hosting overlords.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/243-flickr-video-blah#comment-665</link>
    </item>
    <item>
      <title>Dave O. on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;I hook up the drive once a week for use with Time Machine. So I guess I&amp;#8217;m with Nick.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-664</link>
    </item>
    <item>
      <title>Ryan on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;@supaspoida&amp;#8212;I don&amp;#8217;t think I&amp;#8217;d hold up very well in an argument for ignoring backups, but honestly (in my case), I use a computer for 3 main reasons:&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;browsing&lt;/li&gt;
		&lt;li&gt;web development&lt;/li&gt;
		&lt;li&gt;photography&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;The only concern of the above is web development, but I keep everything under version control, so it&amp;#8217;s not &lt;em&gt;crucial&lt;/em&gt; that those files are backed up. I guess the true test would be to format without thinking about anything before hand. I&amp;#8217;d puke more than likely, so the reassurance of backed up data is definitely a desired one, but I might just need to seek another alternative.&lt;/p&gt;


	&lt;p&gt;@Nick&amp;#8212;That&amp;#8217;s not a terrible idea to just unplug it when it&amp;#8217;s not needed. I also need to look into the Time Machine options, there may be a setting to only back up if I&amp;#8217;m idle or something. And you&amp;#8217;re right. I shouldn&amp;#8217;t complain at all. But if I, the consumer, did not desire &lt;em&gt;faster&lt;/em&gt; and &lt;em&gt;faster&lt;/em&gt; technologies, where would that put us? (my justification)&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-663</link>
    </item>
    <item>
      <title>Nick on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;Ryan &amp;#8211; Since I have a Powerbook G4 running Leopard, I simply connect to my 500GB external drive every few days for a backup. But, if you&amp;#8217;re using it for photos, too, I can see why you&amp;#8217;d keep it up and running most or all of the time.&lt;/p&gt;


	&lt;p&gt;But, if you want my opinion, you are spoiled. :-p&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m running a 1.67GHz G4 and you&amp;#8217;re on Intel&amp;#8230;and that iMac is so beautiful&amp;#8230; :-)&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-661</link>
    </item>
    <item>
      <title>supaspoida on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;Not a time machine (or even Mac) user, but when reading about Time Machine that was one of my first concerns. I&amp;#8217;m not a fan of having lots of extra things running in the background, and Time Machine sounds like it would easily lead to poor performance and wasted HD space. I recently set up a Raid 1 array, and while it&amp;#8217;s not as flashy as Time Machine, and doesn&amp;#8217;t protect you from user error (accidentally deleting a file) at least I know I&amp;#8217;m protected from drive failure.&lt;/p&gt;


	&lt;p&gt;And believe me, you definitely do need backups. As someone who has suffered the loss of irreplaceable data, I can attest to this. But there are probably better solutions out there than time machine.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-660</link>
    </item>
    <item>
      <title>Dewey Finn on "Is Time Machine worth it?"</title>
      <description>&lt;p&gt;Give up, just quit, because &lt;strong&gt;in this life&lt;/strong&gt;, you can&amp;#8217;t win. Yeah, you can try, but in the end you&amp;#8217;re just gonna lose, big time, because the world is run by the Man. The Man, oh, you don&amp;#8217;t know the Man. He&amp;#8217;s everywhere. In the White House&amp;#8230; down the hall&amp;#8230; Ms. Mullins, she&amp;#8217;s the Man. And the Man ruined the ozone, he&amp;#8217;s burning down the Amazon, and he kidnapped Shamu and put her in a chlorine tank! And there used to be a way to stick it to the Man. It was called rock &amp;#8216;n roll, but guess what, oh no, the Man ruined that, too, with a little thing called &lt;span class="caps"&gt;MTV&lt;/span&gt;! So don&amp;#8217;t waste your time trying to make anything cool or pure or awesome &amp;#8216;cause the Man is just gonna call you a fat washed up loser and crush your soul. So do yourselves a favor and just &lt;strong&gt;&lt;span class="caps"&gt;GIVE UP&lt;/span&gt;!&lt;/strong&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/315-is-time-machine-worth-it#comment-659</link>
    </item>
    <item>
      <title>Ryan on "Afraid of Ruby 1.9"</title>
      <description>&lt;p&gt;I should have known.&lt;/p&gt;


	&lt;p&gt;I just went back and tried to find the original post, and it was gone. Since I &lt;em&gt;knew&lt;/em&gt; it was in Google Reader somewhere, I scoured my ruby/rails feeds until I found it. Of course, the date is April 1, 2007. I read my feeds every 3-4 days anymore, so the dates are a little irrelevant to me. Plus, April fools really plays no part in my life, so I don&amp;#8217;t always think about it.&lt;/p&gt;


	&lt;p&gt;Anyway, the link no longer exists (of course), but here&amp;#8217;s the post that made me bite (courtesy of &lt;a href="http://ruby.tie-rack.org/"&gt;Chris Shea&lt;/a&gt;):&lt;/p&gt;


&lt;blockquote&gt;

	&lt;p&gt;Check out the commit message from revision 15890 of Ruby&#8217;s trunk:&lt;/p&gt;


	&lt;p&gt;&lt;code&gt;* eval.c: removed method_missing (too much abuse)&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;&lt;code&gt;* variable.c: removed const_missing (see above)&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;This is pretty disconcerting. Part of what makes Ruby so great (at least in my opinion) is how malleable it is, and those two methods are a big part of that.&lt;/p&gt;


	&lt;p&gt;I don&#8217;t think it will be possible to add that functionality back into Ruby. Method and constant resolution will just fail, and we won&#8217;t be able to hook into it properly. Unless you want to wrap every constant and every method call in a begin block, rescuing the appropriate error, and slowing things down dramatically, you&#8217;ll just have to live with less dynamic code.&lt;/p&gt;


	&lt;p&gt;The future for frameworks and fun metaprogramming is bleak. Say goodbye to Rails on Ruby 1.9. Say goodbye to Merb, and DataMapper, and GuessMethod, and probably everything interesting done in this little love of ours.&lt;/p&gt;


	&lt;p&gt;It might even be time to say goodbye to Ruby. This is a sad day.&lt;/p&gt;


&lt;/blockquote&gt;

	&lt;p&gt;I should know better than to trust anything in the beginning of April. I should also know better than to believe &lt;code&gt;method_missing&lt;/code&gt; was being taken away from Ruby!&lt;/p&gt;


	&lt;p&gt;Sorry for continuing the nonsense&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/314-afraid-of-ruby-1-9#comment-658</link>
    </item>
    <item>
      <title>_eric on "Afraid of Ruby 1.9"</title>
      <description>&lt;p&gt;I was actually going to ask if &lt;em&gt;this post&lt;/em&gt; was some sort of late April Fools joke. ;-)&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/314-afraid-of-ruby-1-9#comment-657</link>
    </item>
    <item>
      <title>DHH on "Afraid of Ruby 1.9"</title>
      <description>&lt;p&gt;The removal of method_missing and const_missing as an April Fool&amp;#8217;s joke by someone. The removal of send is actually not a removal, but some syntactic vinegar. You can now do the same using send!.&lt;/p&gt;


	&lt;p&gt;So no cause for alarm or fear ;)&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/314-afraid-of-ruby-1-9#comment-656</link>
    </item>
    <item>
      <title>_eric on "Afraid of Ruby 1.9"</title>
      <description>&lt;p&gt;I can&amp;#8217;t seem to find any of these in http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9&lt;/p&gt;


	&lt;p&gt;Where did you hear about these being removed?&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/314-afraid-of-ruby-1-9#comment-655</link>
    </item>
    <item>
      <title>Simon on "Afraid of Ruby 1.9"</title>
      <description>&lt;p&gt;I&amp;#8217;ve spent a bit of time googling this, but just wondering where you found out about each of those points&amp;#8212;are these &lt;em&gt;definitely&lt;/em&gt; being removed?  (Or are they just not implemented yet&amp;#8230;)&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/314-afraid-of-ruby-1-9#comment-654</link>
    </item>
    <item>
      <title>Ryan on "Writing Readable Code"</title>
      <description>&lt;p&gt;Yes, I&amp;#8217;ll have to agree with you, your version does feel a bit more Ruby-ish. I&amp;#8217;ve taken both approaches in the past, and don&amp;#8217;t really have a reason for choosing &amp;#8220;user =&amp;#8221; over &amp;#8220;do |user|&amp;#8221; in this particular case (or any case, really). The first time I learned about &lt;code&gt;returning&lt;/code&gt;, I believe I took the &amp;#8220;user =&amp;#8221; approach, and I guess old habits are hard to break :-)&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ll update the example to reflect your suggestion.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/313-writing-readable-code#comment-653</link>
    </item>
    <item>
      <title>_eric on "Writing Readable Code"</title>
      <description>&lt;p&gt;Actually&amp;#8230; I didn&amp;#8217;t realize the example for &amp;#8220;returning&amp;#8221; shows both. That is strange.&lt;/p&gt;


	&lt;p&gt;I &lt;strong&gt;do&lt;/strong&gt; feel that the version I posted feels a bit more &amp;#8220;Ruby&amp;#8221; than the other&amp;#8230; but I suppose that&amp;#8217;s just a matter of personal taste.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/313-writing-readable-code#comment-652</link>
    </item>
    <item>
      <title>_eric on "Writing Readable Code"</title>
      <description>&lt;p&gt;I believe you may be misusing returning a little bit.&lt;/p&gt;


	&lt;p&gt;This may work a little better:&lt;/p&gt;


&lt;div class="code ruby"&gt;&lt;pre&gt;
&lt;span class="keyword"&gt;def &lt;/span&gt;&lt;span class="method"&gt;process_login&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt;&lt;span class="ident"&gt;username&lt;/span&gt;&lt;span class="punct"&gt;,&lt;/span&gt; &lt;span class="ident"&gt;password&lt;/span&gt;&lt;span class="punct"&gt;)&lt;/span&gt;
  &lt;span class="ident"&gt;returning&lt;/span&gt; &lt;span class="constant"&gt;Proxy&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;authenticate&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt;&lt;span class="ident"&gt;username&lt;/span&gt;&lt;span class="punct"&gt;,&lt;/span&gt; &lt;span class="ident"&gt;password&lt;/span&gt;&lt;span class="punct"&gt;)&lt;/span&gt; &lt;span class="keyword"&gt;do&lt;/span&gt; &lt;span class="punct"&gt;|&lt;/span&gt;&lt;span class="ident"&gt;user&lt;/span&gt;&lt;span class="punct"&gt;|&lt;/span&gt;
    &lt;span class="ident"&gt;cache!&lt;/span&gt; &lt;span class="ident"&gt;user&lt;/span&gt; &lt;span class="keyword"&gt;if&lt;/span&gt; &lt;span class="ident"&gt;user&lt;/span&gt; &lt;span class="punct"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="ident"&gt;user&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;needs_cached?&lt;/span&gt;
  &lt;span class="keyword"&gt;end&lt;/span&gt;
&lt;span class="keyword"&gt;end&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 01 Apr 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/313-writing-readable-code#comment-651</link>
    </item>
    <item>
      <title>Luke on "Design is in the details"</title>
      <description>&lt;p&gt;Top site that A List Apart, sent that article over to the designer at work, who was weighed under by his workload, perked him right up :)&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/311-design-is-in-the-details#comment-650</link>
    </item>
    <item>
      <title>Ryan on "Rails plugin: navigation helper"</title>
      <description>&lt;p&gt;Kris -&lt;/p&gt;


	&lt;p&gt;For my needs, I usually have the tab mapped to a controller&amp;#8217;s index action (since it&amp;#8217;s the default), which can act as sort of a &amp;#8220;dashboard-ish&amp;#8221; type of representation (for users it may be the most recently registered users, or whatever). So in your example, I&amp;#8217;d have the tab be &lt;code&gt;:users&lt;/code&gt; (which would map to the default &lt;code&gt;index&lt;/code&gt; action of the &lt;code&gt;users_controller&lt;/code&gt;), and use &lt;code&gt;current_user&lt;/code&gt; (either via restful_authentication or my own implementation) to represent anything I needed to do that was user-centric.&lt;/p&gt;


	&lt;p&gt;But I understand that you may have just been using that as an example, and the user you&amp;#8217;re referencing above may not be yourself (ie, &lt;code&gt;current_user&lt;/code&gt;). In either case, I think that may be getting a little too specific for the plugin, but feel free to hack away if you want to add support for that type of thing.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/309-rails-plugin-navigation-helper#comment-649</link>
    </item>
    <item>
      <title>kris on "Rails plugin: navigation helper"</title>
      <description>&lt;p&gt;Ryan, what about situations where you need to pass a parameter to the named route. For example:&lt;/p&gt;


&lt;pre&gt;user_path(@user)&lt;/pre&gt;

	&lt;p&gt;How would it work here?&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/309-rails-plugin-navigation-helper#comment-648</link>
    </item>
    <item>
      <title>Eric Morand on "Rails plugin: navigation helper"</title>
      <description>&lt;p&gt;Thanks Ryan, it solved my problem. I did know that Rails was building _url helpers but not _path ones.&lt;/p&gt;


	&lt;p&gt;That works great, thanks for the support and the plugin !&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 00:00:00 +0000</pubDate>
      <link>http://rpheath.com/posts/309-rails-plugin-navigation-helper#comment-647</link>
    </item>
  </channel>
</rss>
