<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Stuff...  And Things...</title>
	<link>http://stuff-things.net</link>
	<description>Paradise is exactly like where you are right now only much, much better...</description>
	<lastBuildDate>Wed, 03 Sep 2008 16:35:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dealing with read-only fields and partial updates in Rails 1.x</title>
		<description>So, you have a column in your database you can't update after the record is created.   Not don't want to update, but can't.  Specifically, you might have a column that is protected by a trigger, which will cause an error if that column is included in a ...</description>
		<link>http://stuff-things.net/2008/09/03/dealing-with-read-only-fields-and-partial-updates-in-rails-1x/</link>
			</item>
	<item>
		<title>Quick and Dirty cropping images with attachment_fu</title>
		<description>Rick Olson's attachment_fu is a great plugin for attaching files documents to Rails models.  It's a rewrite of his acts_as_attachment plugin.  While it can handle any kind of file data, most commonly, it is used for attaching images; as a result attachment_fu handles automatic resizing of images, and ...</description>
		<link>http://stuff-things.net/2008/02/21/quick-and-dirty-cropping-images-with-attachment_fu/</link>
			</item>
	<item>
		<title>Encrypting Lots of Sensitive Data with Ruby (on Rails)</title>
		<description>Previously I wrote about how to use public key encryption to automatically encrypt data using Ruby (and thus Rails).  Because this method can encrypt data without a password, it's very useful for securing information received from a form, without the person entering the from having to do anything special. ...</description>
		<link>http://stuff-things.net/2008/02/05/encrypting-lots-of-sensitive-data-with-ruby-on-rails/</link>
			</item>
	<item>
		<title>Encrypting Sensitive Data with Ruby (on Rails)</title>
		<description>In Encrypting Sensitive Data with Perl I wrote about how to use public key encryption to automatically and securely encrypt information with Perl.  This allows you encryption things like credit card numbers, bank routing information, or that winning PowerBall number in a unattended fashion.   Typically, you would ...</description>
		<link>http://stuff-things.net/2007/06/11/encrypting-sensitive-data-with-ruby-on-rails/</link>
			</item>
	<item>
		<title>Encrypting Sensitive Data with Perl</title>
		<description>It's not uncommon to have information submitted through a web form that you need to save, but don't want to have lying around in plain text.  Credit card numbers, bank routing information, missile launch codes, and so on.   The trick is to do this in a unattended ...</description>
		<link>http://stuff-things.net/2007/05/02/encrypting-sensitive-data-with-perl/</link>
			</item>
</channel>
</rss>
