<?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>class AllYourCode &#60; Us</description>
	<lastBuildDate>Mon, 28 Jun 2010 23:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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: 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: 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: 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>
	<item>
		<title>By: Camilo Torres</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-451</link>
		<dc:creator>Camilo Torres</dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-451</guid>
		<description>Yours is one of the best tutorials for rails 2.

It helped me understand some concepts. I will be checking for the next  tutorial.

Thanks.</description>
		<content:encoded><![CDATA[<p>Yours is one of the best tutorials for rails 2.</p>
<p>It helped me understand some concepts. I will be checking for the next  tutorial.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hoffman</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-443</link>
		<dc:creator>Nick Hoffman</dc:creator>
		<pubDate>Mon, 30 Jun 2008 02:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-443</guid>
		<description>I just finished reading through your Rails tutorials, and they&#039;re really great. A mighty thanks to you for writing them and making them so easy to understand.

Cheers,
Nick</description>
		<content:encoded><![CDATA[<p>I just finished reading through your Rails tutorials, and they&#8217;re really great. A mighty thanks to you for writing them and making them so easy to understand.</p>
<p>Cheers,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoel Villarreal</title>
		<link>http://jonathanng.com/ruby-on-rails/basic-http-authentication-and-partials/comment-page-1/#comment-442</link>
		<dc:creator>Yoel Villarreal</dc:creator>
		<pubDate>Sat, 28 Jun 2008 19:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathansng.com/?p=161#comment-442</guid>
		<description>Nice tutorial Jonathan!!! Can&#039;t wait to see what&#039;s going on in the next chapter. I&#039;ll be playing around and let&#039;s see some ideas...

Keep in touch</description>
		<content:encoded><![CDATA[<p>Nice tutorial Jonathan!!! Can&#8217;t wait to see what&#8217;s going on in the next chapter. I&#8217;ll be playing around and let&#8217;s see some ideas&#8230;</p>
<p>Keep in touch</p>
]]></content:encoded>
	</item>
</channel>
</rss>
