<?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: FAQ_U Rails FAQ Generator Plugin</title>
	<atom:link href="http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/</link>
	<description>Technology, Design and Outdoor</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:35:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Salgado</title>
		<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/comment-page-1/#comment-1323</link>
		<dc:creator>David Salgado</dc:creator>
		<pubDate>Fri, 22 Feb 2008 17:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/#comment-1323</guid>
		<description>Nice plugin.

I had a requirement to add FAQs to an application, but didn&#039;t want to store them in the database. So, I&#039;ve written a plugin that stores FAQs as YAML files.

    http://rubyforge.org/forum/forum.php?forum_id=22009

Would&#039;ve used HAML, but I haven&#039;t gotten around to converting all my old apps yet!

David</description>
		<content:encoded><![CDATA[	<p>Nice plugin.</p>

	<p>I had a requirement to add FAQs to an application, but didn&#8217;t want to store them in the database. So, I&#8217;ve written a plugin that stores FAQs as <span class="caps">YAML</span> files.</p>

	<p><a href="http://rubyforge.org/forum/forum.php?forum_id=22009" rel="nofollow">http://rubyforge.org/forum/forum.php?forum_id=22009</a></p>

	<p>Would&#8217;ve used <span class="caps">HAML</span>, but I haven&#8217;t gotten around to converting all my old apps yet!</p>

	<p>David</p>
 ]]></content:encoded>
	</item>
	<item>
		<title>By: pyrat</title>
		<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/comment-page-1/#comment-1085</link>
		<dc:creator>pyrat</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/#comment-1085</guid>
		<description>Thanks for the bug report! Ive made this change.

Cheers, Alastair</description>
		<content:encoded><![CDATA[	<p>Thanks for the bug report! Ive made this change.</p>

	<p>Cheers, Alastair</p>
 ]]></content:encoded>
	</item>
	<item>
		<title>By: Knack</title>
		<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/comment-page-1/#comment-1082</link>
		<dc:creator>Knack</dc:creator>
		<pubDate>Wed, 30 Jan 2008 11:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/#comment-1082</guid>
		<description>I think there&#039;s a bug in the generated migration:

t.column :question, :text
t.column :answer, :string

It should be:

t.column :question, :string
t.column :answer, :text

Usually, questions are short, and answers are longer

BTW: I&#039;m a big fan of haml. I&#039;m using it in my new projects, and I can&#039;t imagine me returning to rhtml now</description>
		<content:encoded><![CDATA[	<p>I think there&#8217;s a bug in the generated migration:</p>

	<p>t.column :question, :text<br />
t.column :answer, :string</p>

	<p>It should be:</p>

	<p>t.column :question, :string<br />
t.column :answer, :text</p>

	<p>Usually, questions are short, and answers are longer</p>

	<p><span class="caps">BTW</span>: I&#8217;m a big fan of haml. I&#8217;m using it in my new projects, and I can&#8217;t imagine me returning to rhtml now</p>
 ]]></content:encoded>
	</item>
	<item>
		<title>By: pyrat</title>
		<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/comment-page-1/#comment-850</link>
		<dc:creator>pyrat</dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/#comment-850</guid>
		<description>You should be able to convert the templates to rhtml without much hassle if you are not a fan of haml. I dont know of any other faq plugins out there. That  is partly why I wrote it!

Cheers now.</description>
		<content:encoded><![CDATA[	<p>You should be able to convert the templates to rhtml without much hassle if you are not a fan of haml. I dont know of any other faq plugins out there. That  is partly why I wrote it!</p>

	<p>Cheers now.</p>
 ]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://scoop.simplyexcited.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/comment-page-1/#comment-848</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/#comment-848</guid>
		<description>Haven&#039;t tried it out yet (Not a fan on Haml) but great idea. 
Are there any other plugins of a similar nature?</description>
		<content:encoded><![CDATA[	<p>Haven&#8217;t tried it out yet (Not a fan on Haml) but great idea.<br />
Are there any other plugins of a similar nature?</p>
 ]]></content:encoded>
	</item>
</channel>
</rss>

