<?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>Mark Richman &#187; ruby</title>
	<atom:link href="http://www.markrichman.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markrichman.com</link>
	<description>Cloud Computing Technologist. Application Architect. Experienced Consultant.</description>
	<lastBuildDate>Thu, 20 Oct 2011 06:00:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rails Custom Authentication using Devise, DataMapper, and a Legacy Database</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/</link>
		<comments>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 16:03:24 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[devise]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=338</guid>
		<description><![CDATA[ActiveRecord is great if your database schema evolves along with your web app from birth, but not all of us have this luxury. Many of us live in the world of corporate IT – a world of legacy databases and bureaucracies that make getting a Rails app into production hard enough, let alone getting a [...]]]></description>
		<wfw:commentRss>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rails Integration Test with shoulda, factory_girl, webrat, and authlogic</title>
		<link>http://www.markrichman.com/2010/02/25/rails-integration-test-with-shoulda-factory_girl-webrat-and-authlogic/</link>
		<comments>http://www.markrichman.com/2010/02/25/rails-integration-test-with-shoulda-factory_girl-webrat-and-authlogic/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:22:11 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=225</guid>
		<description><![CDATA[I had some issues trying to use a symbol session[:user_credentials_id] vs. a string session["user_credentials_id"] Here is my solution: require 'test_helper' class LoginTest < ActionController::IntegrationTest context 'A user' do setup do @user = Factory(:user) # puts @user.inspect end should 'be able to login with a valid username and password' do visit '/user_session/new' assert_equal '/user_session/new', path fill_in [...]]]></description>
		<wfw:commentRss>http://www.markrichman.com/2010/02/25/rails-integration-test-with-shoulda-factory_girl-webrat-and-authlogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools of the Trade</title>
		<link>http://www.markrichman.com/2009/10/14/tools-of-the-trade/</link>
		<comments>http://www.markrichman.com/2009/10/14/tools-of-the-trade/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:10:15 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=118</guid>
		<description><![CDATA[Many of my colleagues in the Ruby on Rails community have been posting a “tools of the trade” blog post, covering their hardware and software preferences. Now that I am nearly Microsoft-free, I figured I&#8217;d update my list. Hardware Apple Mac Pro 8-core Xeon, 10GB RAM, 320GB + 500GB 7200rpm SATA drives. This is my [...]]]></description>
		<wfw:commentRss>http://www.markrichman.com/2009/10/14/tools-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install pg (postgresql) gem on Snow Leopard, 64 bit</title>
		<link>http://www.markrichman.com/2009/10/03/how-to-install-pg-postgresql-gem-on-snow-leopard-64-bit/</link>
		<comments>http://www.markrichman.com/2009/10/03/how-to-install-pg-postgresql-gem-on-snow-leopard-64-bit/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 02:12:51 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[postgresql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=116</guid>
		<description><![CDATA[This one was a toughy. I installed PostgreSQL 8.4 from source in /usr/local/pgsql. Install the gem as follows: sudo -s export PATH=/usr/local/pgsql/bin:${PATH} env ARCHFLAGS="-arch x86_64" gem install pg]]></description>
		<wfw:commentRss>http://www.markrichman.com/2009/10/03/how-to-install-pg-postgresql-gem-on-snow-leopard-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

