<?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>Kangaroo Court {concept47 blog} &#187; rails_errors</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/rails_errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.concept47.com/austin_web_developer_blog</link>
	<description>An Austin Web Developer's Blog</description>
	<lastBuildDate>Sat, 07 May 2011 20:32:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get Ruby Native gems to install on your windows machine</title>
		<link>http://www.concept47.com/austin_web_developer_blog/ruby/how-to-get-ruby-native-gems-to-install-on-your-windows-machine/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/ruby/how-to-get-ruby-native-gems-to-install-on-your-windows-machine/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 08:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[rails_errors]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=458</guid>
		<description><![CDATA[The bane of any ruby/rails developer on a windows box (apart from piddling performance) is seeing the dreaded &#8230;
&#8216;gem install error – ‘cl’ is not recognized as an internal or external command&#8217;
No more!
Devkit, a tool used by the folks who create the Windows Ruby Installer of each version of ruby helps you with (most) gems [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/ruby/how-to-get-ruby-native-gems-to-install-on-your-windows-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to turn off Length Error messages on Password Confirmation fields in Authlogic</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails/how-to-turn-off-length-error-messages-on-password-confirmation-fields-in-authlogic/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails/how-to-turn-off-length-error-messages-on-password-confirmation-fields-in-authlogic/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[rails_errors]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=430</guid>
		<description><![CDATA[In Authlogic, if you use a password confirmation field (when creating a new user perhaps), there is an error message that shows up for that field if the User model does not validate.
Something like

is too short (minimum is 4 characters)

Seems simple enough to turn off, but I almost went mad trying to figure out how [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails/how-to-turn-off-length-error-messages-on-password-confirmation-fields-in-authlogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rake aborted! development database is not configured.</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails_errors/rake-aborted-development-database-is-not-configured/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails_errors/rake-aborted-development-database-is-not-configured/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:16:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails_errors]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=346</guid>
		<description><![CDATA[You might have been happily running migrations on your development box for weeks and go to get the application set up on a production server.
And all might even have been going well until you ran
rake db:migrate 
only to see it crash and burn like this.
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
development database [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails_errors/rake-aborted-development-database-is-not-configured/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

