<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>( feature ! bug ) &#187; Rails</title>
	<atom:link href="http://featurenotbug.com/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://featurenotbug.com</link>
	<description>It's all just a matter of perspective.</description>
	<lastBuildDate>Mon, 04 Apr 2011 12:37:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UI Fundamentals for Programmers</title>
		<link>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/</link>
		<comments>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:25:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=271</guid>
		<description><![CDATA[Check out this video from Ryan Singer of 37 Signals. The video talks about modeling, breaking apps into screens, visual techniques, flows, and a few coding tips. There are some great design tips in there.

UI Fundamentals for Programmers by Ryan Singer from ChicagoRuby on Vimeo.
]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/10/ui-fundamentals-for-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resolve LIBMYSQL.DLL not found error when performing rake db:create</title>
		<link>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/</link>
		<comments>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 03:16:35 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=263</guid>
		<description><![CDATA[When developing in Rails I usually use the SQLLite database during development for convenience but decided this time to use MySQL since I had it installed. Upon running the rake db:create command I received the following error.

To resolve the problem simply copy LIBMYSQL.DLL file from your mysql/bin directory to the ruby/bin directory.
If your server is [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/09/how-to-resolve-libmysqldll-not-found-error-when-performing-rake-dbcreate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting jQuery and Prototype to work together in Rails</title>
		<link>http://featurenotbug.com/2009/05/getting-jquery-and-prototype-to-work-together-in-rails/</link>
		<comments>http://featurenotbug.com/2009/05/getting-jquery-and-prototype-to-work-together-in-rails/#comments</comments>
		<pubDate>Sun, 31 May 2009 21:20:27 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://featurenotbug.com/?p=3</guid>
		<description><![CDATA[I wasted a couple of hours yesterday trying to get drag and drop to work in Rails using Prototype. I was following the example from Railscasts so I knew it should work. After some troubleshooting I finally figured out that it is because I am also using JQuery in the project as well.
Below is a [...]]]></description>
		<wfw:commentRss>http://featurenotbug.com/2009/05/getting-jquery-and-prototype-to-work-together-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

