<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Basic HTTP Authentication and Partials</title>
	<atom:link href="http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/</link>
	<description>code + culture</description>
	<lastBuildDate>Fri, 21 Jan 2011 19:11:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bill wier</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-792</link>
		<dc:creator>bill wier</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-792</guid>
		<description>train came off the tracks in this one.&lt;br&gt;At the end I get:&lt;br&gt;RuntimeError in Books#new&lt;br&gt;&lt;br&gt;Showing books/new.html.erb where line #5 raised:&lt;br&gt;&lt;br&gt;Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id&lt;br&gt;Extracted source (around line #5):&lt;br&gt;&lt;br&gt;2: &lt;br&gt;3: &lt;%= error_messages_for :book %&gt;&lt;br&gt;4: &lt;br&gt;5: &lt;% form_for(@book) do &#124;f&#124; %&gt;&lt;br&gt;6:   &lt;p&gt;&lt;br&gt;7:     &lt;b&gt;Title&lt;/b&gt;&lt;br /&gt;&lt;br&gt;8:     &lt;%= f.text_field :title %&gt;&lt;br&gt;&lt;br&gt;when I go to &lt;a href=&quot;http://localhost:3000/books/new&quot; rel=&quot;nofollow&quot;&gt;http://localhost:3000/books/new&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>train came off the tracks in this one.<br />At the end I get:<br />RuntimeError in Books#new</p>
<p>Showing books/new.html.erb where line #5 raised:</p>
<p>Called id for nil, which would mistakenly be 4 &#8212; if you really wanted the id of nil, use object_id<br />Extracted source (around line #5):</p>
<p>2: <br />3: &lt;%= error_messages_for :book %&gt;<br />4: <br />5: &lt;% form_for(@book) do |f| %&gt;<br />6:
<p>7:     <b>Title</b></p>
<p>8:     &lt;%= f.text_field :title %&gt;</p>
<p>when I go to <a href="http://localhost:3000/books/new" rel="nofollow">http://localhost:3000/books/new</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill wier</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-681</link>
		<dc:creator>bill wier</dc:creator>
		<pubDate>Thu, 29 Jan 2009 01:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-681</guid>
		<description>train came off the tracks in this one.&lt;br&gt;At the end I get:&lt;br&gt;RuntimeError in Books#new&lt;br&gt;&lt;br&gt;Showing books/new.html.erb where line #5 raised:&lt;br&gt;&lt;br&gt;Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id&lt;br&gt;Extracted source (around line #5):&lt;br&gt;&lt;br&gt;2: &lt;br&gt;3: &lt;%= error_messages_for :book %&gt;&lt;br&gt;4: &lt;br&gt;5: &lt;% form_for(@book) do &#124;f&#124; %&gt;&lt;br&gt;6:   &lt;p&gt;&lt;br&gt;7:     &lt;b&gt;Title&lt;/b&gt;&lt;br /&gt;&lt;br&gt;8:     &lt;%= f.text_field :title %&gt;&lt;br&gt;&lt;br&gt;when I go to &lt;a href=&quot;http://localhost:3000/books/new&quot; rel=&quot;nofollow&quot;&gt;http://localhost:3000/books/new&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>train came off the tracks in this one.<br />At the end I get:<br />RuntimeError in Books#new</p>
<p>Showing books/new.html.erb where line #5 raised:</p>
<p>Called id for nil, which would mistakenly be 4 &#8212; if you really wanted the id of nil, use object_id<br />Extracted source (around line #5):</p>
<p>2: <br />3: &lt;%= error_messages_for :book %&gt;<br />4: <br />5: &lt;% form_for(@book) do |f| %&gt;<br />6:
<p>7:     <b>Title</b></p>
<p>8:     &lt;%= f.text_field :title %&gt;</p>
<p>when I go to <a href="http://localhost:3000/books/new" rel="nofollow">http://localhost:3000/books/new</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zackmctee</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-677</link>
		<dc:creator>zackmctee</dc:creator>
		<pubDate>Tue, 20 Jan 2009 02:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-677</guid>
		<description>More More More. Please continue this series. these are the most helpful rails tutorials I&#039;ve found on the web. Please pick up where you left off.&lt;br&gt;&lt;br&gt;CHEERS!</description>
		<content:encoded><![CDATA[<p>More More More. Please continue this series. these are the most helpful rails tutorials I&#39;ve found on the web. Please pick up where you left off.</p>
<p>CHEERS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-664</link>
		<dc:creator>Stew</dc:creator>
		<pubDate>Thu, 06 Nov 2008 18:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-664</guid>
		<description>Jon,&lt;br&gt;Im a decent programmer and your rails 2.0.x tuts are very good. I appreciate a nice straight forward breakdown of some of this stuff. You rock! enjoy the beer money. Keep them coming.</description>
		<content:encoded><![CDATA[<p>Jon,<br />Im a decent programmer and your rails 2.0.x tuts are very good. I appreciate a nice straight forward breakdown of some of this stuff. You rock! enjoy the beer money. Keep them coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana Nielsen</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-1042</link>
		<dc:creator>Dana Nielsen</dc:creator>
		<pubDate>Mon, 18 Aug 2008 00:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-1042</guid>
		<description>gnomon proatheist dimerlie embark retry ennoblement weaselship platypetalous
&lt;a href=&quot;http://guitarfx.net/&quot; rel=&quot;nofollow&quot;&gt;GuitarFX&lt;/a&gt;
 http://www.greatplainsindustries.com 
&lt;a href=&quot;http://www.rxlist.com/cgi/generic/hydromorphone.htm&quot; rel=&quot;nofollow&quot;&gt;Dilaudid&lt;/a&gt;
 http://www.motel6-portland-mall.com/ 
&lt;a href=&quot;http://www.fortbenton.com/&quot; rel=&quot;nofollow&quot;&gt;Fort Benton, Montana&lt;/a&gt;
 http://www.mynannyagency.com 
&lt;a href=&quot;http://www.cabreras.com/&quot; rel=&quot;nofollow&quot;&gt;Cabrera&#039;s Mexican Restaurant&lt;/a&gt;
 http://www.karran.net/</description>
		<content:encoded><![CDATA[<p>gnomon proatheist dimerlie embark retry ennoblement weaselship platypetalous<br />
<a href="http://guitarfx.net/" rel="nofollow">GuitarFX</a><br />
 <a href="http://www.greatplainsindustries.com" rel="nofollow">http://www.greatplainsindustries.com</a><br />
<a href="http://www.rxlist.com/cgi/generic/hydromorphone.htm" rel="nofollow">Dilaudid</a><br />
 <a href="http://www.motel6-portland-mall.com/" rel="nofollow">http://www.motel6-portland-mall.com/</a><br />
<a href="http://www.fortbenton.com/" rel="nofollow">Fort Benton, Montana</a><br />
 <a href="http://www.mynannyagency.com" rel="nofollow">http://www.mynannyagency.com</a><br />
<a href="http://www.cabreras.com/" rel="nofollow">Cabrera&#8217;s Mexican Restaurant</a><br />
 <a href="http://www.karran.net/" rel="nofollow">http://www.karran.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margreet</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-533</link>
		<dc:creator>Margreet</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-533</guid>
		<description>Great tutorials. Would love to find out how to cross reference books-authors, so see books per author. Haven&#039;t figured that out yet...</description>
		<content:encoded><![CDATA[<p>Great tutorials. Would love to find out how to cross reference books-authors, so see books per author. Haven&#8217;t figured that out yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margreet</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-1041</link>
		<dc:creator>Margreet</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-1041</guid>
		<description>Great tutorials. Would love to find out how to cross reference books-authors, so see books per author. Haven&#039;t figured that out yet...</description>
		<content:encoded><![CDATA[<p>Great tutorials. Would love to find out how to cross reference books-authors, so see books per author. Haven&#8217;t figured that out yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elido</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-479</link>
		<dc:creator>Elido</dc:creator>
		<pubDate>Sun, 13 Jul 2008 18:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-479</guid>
		<description>Since these were the first working tutorials I found I donated! Keep up the good work I would love to see more</description>
		<content:encoded><![CDATA[<p>Since these were the first working tutorials I found I donated! Keep up the good work I would love to see more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elido</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-1040</link>
		<dc:creator>Elido</dc:creator>
		<pubDate>Sun, 13 Jul 2008 18:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-1040</guid>
		<description>Since these were the first working tutorials I found I donated! Keep up the good work I would love to see more</description>
		<content:encoded><![CDATA[<p>Since these were the first working tutorials I found I donated! Keep up the good work I would love to see more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-463</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 07 Jul 2008 09:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-463</guid>
		<description>Great work!
Been following a few tutorials but getting stuck as they were for old versions.

You have a couple of spelling / word mistakes which make some parts hard to follow as they change the meaning some-what, but I managed to work around those. :) 

My only real gripe is that you don&#039;t offer the &quot;subscribe by email&quot; feature from feedburner as I would love to get your latest posts in my email as I make a point of not using an feed reader as they used to take up so much of my day. It&#039;s far nicer to subscribe to the things I like via email ;)

Keep up the great work, and please, don&#039;t skip over making an admin section and/or a user registration system etc as I think many people will be interested in knowing how to do that as lots of apps will require it.

E.g.
A way for users to register to bookmark books or buy them and a way for an admin to have an area to log in and manage the books. Via form authentication / sessions / remember me etc rather than via the password prompt from the browser. ;)

Thanks again! I am starting to ride the rails.

David</description>
		<content:encoded><![CDATA[<p>Great work!<br />
Been following a few tutorials but getting stuck as they were for old versions.</p>
<p>You have a couple of spelling / word mistakes which make some parts hard to follow as they change the meaning some-what, but I managed to work around those. <img src='http://jonathanng.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>My only real gripe is that you don&#8217;t offer the &#8220;subscribe by email&#8221; feature from feedburner as I would love to get your latest posts in my email as I make a point of not using an feed reader as they used to take up so much of my day. It&#8217;s far nicer to subscribe to the things I like via email <img src='http://jonathanng.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Keep up the great work, and please, don&#8217;t skip over making an admin section and/or a user registration system etc as I think many people will be interested in knowing how to do that as lots of apps will require it.</p>
<p>E.g.<br />
A way for users to register to bookmark books or buy them and a way for an admin to have an area to log in and manage the books. Via form authentication / sessions / remember me etc rather than via the password prompt from the browser. <img src='http://jonathanng.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks again! I am starting to ride the rails.</p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

