<?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; rails</title>
	<atom:link href="http://www.markrichman.com/category/rails/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>
		<item>
		<title>Seeding User and Role Data with seed-fu</title>
		<link>http://www.markrichman.com/2009/05/19/seeding-user-and-role-data-with-seed-fu/</link>
		<comments>http://www.markrichman.com/2009/05/19/seeding-user-and-role-data-with-seed-fu/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:12:59 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby rails authentication rake seed data linkedin]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=61</guid>
		<description><![CDATA[Seed-fu is advanced seed data handling for Rails, combining the best practices of several methods together. Here&#8217;s how to use seed-fu with users and roles (I use Authlogic and acl9):]]></description>
		<wfw:commentRss>http://www.markrichman.com/2009/05/19/seeding-user-and-role-data-with-seed-fu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 2.3 Application Template template.rb</title>
		<link>http://www.markrichman.com/2009/03/20/rails-23-application-template-templaterb/</link>
		<comments>http://www.markrichman.com/2009/03/20/rails-23-application-template-templaterb/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 14:18:59 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=58</guid>
		<description><![CDATA[Here&#8217;s my current Rails 2.3 application template which uses the following features: asset_packager exception_notifier paperclip restful-authentication (generates user and session) role-requirement (generates roles for user) rspec cucumber active_merchant sqlite3-ruby will_paginate haml nifty_layout Capistrano capify database session store]]></description>
		<wfw:commentRss>http://www.markrichman.com/2009/03/20/rails-23-application-template-templaterb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Rails Apps with Capistrano, Git, and Passenger</title>
		<link>http://www.markrichman.com/2008/08/20/deploying-rails-apps-with-capistrano-git-and-passenger/</link>
		<comments>http://www.markrichman.com/2008/08/20/deploying-rails-apps-with-capistrano-git-and-passenger/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 00:15:51 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=53</guid>
		<description><![CDATA[I host my sites on an Ubuntu VPS. I use a combination of Rails, Apache2, Phusion Passenger, Git, and MySQL. I have a pretty useful Capistrano deploy.rb if you have a similar configuration. I&#8217;d love some feedback, as I promised to assist Jamis Buck in his Capistrano documentation efforts.]]></description>
		<wfw:commentRss>http://www.markrichman.com/2008/08/20/deploying-rails-apps-with-capistrano-git-and-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Adding XSL Processing Instruction with to_xml</title>
		<link>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/</link>
		<comments>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:35:14 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=52</guid>
		<description><![CDATA[Style Sheets can be associated with an XML document by using a processing instruction whose target is xml-stylesheet. It looks something like this: &#60;?xml version="1.0" encoding="ISO-8859-1"?&#62; &#60;?xml-stylesheet type="text/xsl" href="something.xsl"?&#62; How do we get to_xml to render the XSL processing instruction? Put this in your controller:]]></description>
		<wfw:commentRss>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsConf Git Talk</title>
		<link>http://www.markrichman.com/2008/06/14/railsconf-git-talk/</link>
		<comments>http://www.markrichman.com/2008/06/14/railsconf-git-talk/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:44:24 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[chacon]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[scott]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=49</guid>
		<description><![CDATA[Scott Chacon&#8217;s RailsConf 2008 Talk on Git:]]></description>
		<wfw:commentRss>http://www.markrichman.com/2008/06/14/railsconf-git-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsConf 2008 David Heinemeier Hansson&#8217;s Keynote Video</title>
		<link>http://www.markrichman.com/2008/06/14/railsconf-2008-david-heinemeier-hanssons-keynote-video/</link>
		<comments>http://www.markrichman.com/2008/06/14/railsconf-2008-david-heinemeier-hanssons-keynote-video/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:20:52 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[dhh]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=46</guid>
		<description><![CDATA[RailsConf 2008 David Heinemeier Hansson&#8217;s Keynote Video RailsConf 2008 David Heinemeier Hansson Keynote from daniel wanja on Vimeo.]]></description>
		<wfw:commentRss>http://www.markrichman.com/2008/06/14/railsconf-2008-david-heinemeier-hanssons-keynote-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

