<?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</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/rails/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>Running thin instead of mongrel with script/server</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 08:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=403</guid>
		<description><![CDATA[Just go to the the rails directory that corresponds to this one on your computer (This is on a windows XP machine, but you should be able to figure out the right path on your machine)
C:\ruby\lib\ruby\gems\1.8\gems\rails-2.3.5\lib\commands
Open up server.rb
And edit the line that says
server = Rack::Handler::Mongrel
to say
server = Rack::Handler::Thin
enjoy
 

]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails/running-thin-instead-of-mongrel-with-scriptserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add updated_at and created_at (timestamps) columns to an existing table in rails</title>
		<link>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=387</guid>
		<description><![CDATA[From Rails Guides &#8230;

change_table :products do &#124;t&#124;
  t.timestamps
end

]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/rails/how-to-add-updated_at-and-created_at-timestamps-to-an-existing-table-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

