<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>%w(Akita On Rails) * 2.0 - Rolling with Rails 2.0 - PDF and High Quality Video Comments</title>
  <id>tag:www.akitaonrails.com,2008:/2008/2/1/rolling-with-rails-2-0-pdf-version/comments</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
  <updated>2008-05-11T20:39:18Z</updated>
  <entry xml:base="http://www.akitaonrails.com/">
    <author>
      <name>Jose</name>
    </author>
    <id>tag:www.akitaonrails.com,2008-02-01:2109:2831</id>
    <published>2008-05-11T20:39:18Z</published>
    <updated>2008-05-11T20:39:18Z</updated>
    <category term="Dicas e Tutoriais"/>
    <category term="English"/>
    <category term="Rails 2.0"/>
    <category term="Tutorials"/>
    <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
    <title>Comment on 'Rolling with Rails 2.0 - PDF and High Quality Video' by Jose</title>
<content type="html">&lt;p&gt;Akita, great post, and great help with this pdf + movie!&lt;/p&gt;


	&lt;p&gt;I have a question though, about nested routes, How can I do multiple nested routes with the has_many option?&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;config/routes.rb
ActionController::Routing::Routes.draw do |map|
    map.root :controller =&amp;gt; &#8216;posts&#8217;
    map.resources :posts, :has_many =&amp;gt; :comments, &lt;strong cite=&quot;user&quot;&gt;s&lt;/strong&gt;
end&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;I know that &#8221;, :users&#8221; would throw an error assuming it&#8217;s another option, I tried with a hash too and no go.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.akitaonrails.com/">
    <author>
      <name>zain</name>
    </author>
    <id>tag:www.akitaonrails.com,2008-02-01:2109:2598</id>
    <published>2008-04-17T17:03:24Z</published>
    <updated>2008-04-17T17:03:24Z</updated>
    <category term="Dicas e Tutoriais"/>
    <category term="English"/>
    <category term="Rails 2.0"/>
    <category term="Tutorials"/>
    <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
    <title>Comment on 'Rolling with Rails 2.0 - PDF and High Quality Video' by zain</title>
<content type="html">&lt;p&gt;thanks akita for the pdfs!
I would really like it if you post the project files so I can play with it!
thanks again!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.akitaonrails.com/">
    <author>
      <name>Oscar Magro</name>
    </author>
    <id>tag:www.akitaonrails.com,2008-02-01:2109:2432</id>
    <published>2008-03-14T15:27:11Z</published>
    <updated>2008-03-14T15:27:11Z</updated>
    <category term="Dicas e Tutoriais"/>
    <category term="English"/>
    <category term="Rails 2.0"/>
    <category term="Tutorials"/>
    <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
    <title>Comment on 'Rolling with Rails 2.0 - PDF and High Quality Video' by Oscar Magro</title>
<content type="html">&lt;p&gt;Hi Akita, I try watched your screencast in veoh, is a really good reference. I try to download it from rapidshare but it didn&#8217;t work. Do you have it hosted in some other place??&lt;/p&gt;


	&lt;p&gt;Hope to meet you in Portland&#8230;&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.akitaonrails.com/">
    <author>
      <name>Satish Chauhan</name>
    </author>
    <id>tag:www.akitaonrails.com,2008-02-01:2109:2211</id>
    <published>2008-02-14T10:36:33Z</published>
    <updated>2008-02-14T10:36:33Z</updated>
    <category term="Dicas e Tutoriais"/>
    <category term="English"/>
    <category term="Rails 2.0"/>
    <category term="Tutorials"/>
    <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
    <title>Comment on 'Rolling with Rails 2.0 - PDF and High Quality Video' by Satish Chauhan</title>
<content type="html">&lt;p&gt;Thanks&lt;/p&gt;


	&lt;p&gt;Great Tutorials&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.akitaonrails.com/">
    <author>
      <name>Scott Schram</name>
    </author>
    <id>tag:www.akitaonrails.com,2008-02-01:2109:2141</id>
    <published>2008-02-06T21:21:43Z</published>
    <updated>2008-02-06T21:21:43Z</updated>
    <category term="Dicas e Tutoriais"/>
    <category term="English"/>
    <category term="Rails 2.0"/>
    <category term="Tutorials"/>
    <link href="http://www.akitaonrails.com/2008/2/1/rolling-with-rails-2-0-pdf-version" rel="alternate" type="text/html"/>
    <title>Comment on 'Rolling with Rails 2.0 - PDF and High Quality Video' by Scott Schram</title>
<content type="html">&lt;p&gt;Thanks for posting the screencast and especially the tutorial of doing Nested Routes.&lt;/p&gt;


	&lt;p&gt;It is very helpful to see all of the different places to change in the Controller and Views &lt;span class=&quot;caps&quot;&gt;AND&lt;/span&gt; how to change them.&lt;/p&gt;</content>  </entry>
</feed>
