<?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>Commentaires sur : La couche Modèle de Rails (Partie 2)</title>
	<atom:link href="http://www.chosesafaire.fr/2009/12/la-couche-modele-de-rails-partie-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chosesafaire.fr/2009/12/la-couche-modele-de-rails-partie-2/</link>
	<description>24h dans une journée, et tant de choses à faire !</description>
	<lastBuildDate>Sat, 01 May 2010 21:27:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Par : Pierre Quillery</title>
		<link>http://www.chosesafaire.fr/2009/12/la-couche-modele-de-rails-partie-2/comment-page-1/#comment-244</link>
		<dc:creator>Pierre Quillery</dc:creator>
		<pubDate>Sun, 27 Dec 2009 20:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chosesafaire.fr/?p=235#comment-244</guid>
		<description>Salut Thomas,

à vue de nez, je dirais que le problème pourrait venir du fait que tu n&#039;as pas déclaré les relations &lt;code&gt;taggable&lt;/code&gt; et &lt;code&gt;tags&lt;/code&gt; dans la classe Article ... 
Est-ce que tu as bien les lignes suivantes dans ton fichier &lt;code&gt;article.rb&lt;/code&gt; ?


  has_many :taggables
  has_many :tags, :through =&gt; :taggables
</description>
		<content:encoded><![CDATA[<p>Salut Thomas,</p>
<p>à vue de nez, je dirais que le problème pourrait venir du fait que tu n&#8217;as pas déclaré les relations <code>taggable</code> et <code>tags</code> dans la classe Article &#8230;<br />
Est-ce que tu as bien les lignes suivantes dans ton fichier <code>article.rb</code> ?</p>
<p>  has_many :taggables<br />
  has_many :tags, :through =&gt; :taggables</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : thomas</title>
		<link>http://www.chosesafaire.fr/2009/12/la-couche-modele-de-rails-partie-2/comment-page-1/#comment-242</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chosesafaire.fr/?p=235#comment-242</guid>
		<description>bonjour,
 avec &quot; arti1.tags &lt; { :libelle =&gt; &quot;Folk&quot; }) &quot; ma console me met : NoMethodError: undefined method `tags&#039; for #
	from /Users/Thooams/.gem/ruby/1.8/gems/activerecord-2.3.4/lib/active_record/attribute_methods.rb:260:in `method_missing&#039;
	from (irb):19
	from :0
 et je ne sait pas pourquoi.</description>
		<content:encoded><![CDATA[<p>bonjour,<br />
 avec &nbsp;&raquo; arti1.tags &lt; { :libelle =&gt; &laquo;&nbsp;Folk&nbsp;&raquo; }) &nbsp;&raquo; ma console me met : NoMethodError: undefined method `tags&#8217; for #<br />
	from /Users/Thooams/.gem/ruby/1.8/gems/activerecord-2.3.4/lib/active_record/attribute_methods.rb:260:in `method_missing&#8217;<br />
	from (irb):19<br />
	from :0<br />
 et je ne sait pas pourquoi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
