<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5" -->
<rss version="0.92">
<channel>
	<title>Going Up</title>
	<link>http://inquirylabs.com/blog2005</link>
	<description>Thoughts on life, programming and growth by Duane Johnson.</description>
	<lastBuildDate>Fri, 10 Feb 2006 23:51:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Easy Resource Management in Rails</title>
		<description>	Hot on the heels of my previous announcement, there is now a bundled_resource plugin that takes advantage of all of my previous work in this area at syncPEOPLE, plus some (download).
	What&#8217;s it for?
	If your development is in any way similar to mine, there are a number of useful resources out ...</description>
		<link>http://inquirylabs.com/blog2005/?p=39</link>
	</item>
	<item>
		<title>Overriding the Dispatcher to Give User-Friendly Database Errors</title>
		<description>	One of the design goals of Family Connection is to make it very easy to install as a Rails application.  That includes showing the user what errors are happening even during the installation.

	The Problem
	So what do I mean by that?  Well, currently, whenever Rails encounters a database error ...</description>
		<link>http://inquirylabs.com/blog2005/?p=38</link>
	</item>
	<item>
		<title>Honest, Simple, Solid, True</title>
		<description>	I&#8217;ve read two of C. Terry Warner&#8217;s books before and met him in person once.  I can honestly recommend him as one of the most spiritually insightful people I know.
	With that said, I must also confess that I haven&#8217;t yet read the article I&#8217;m about to post: my mom ...</description>
		<link>http://inquirylabs.com/blog2005/?p=37</link>
	</item>
	<item>
		<title>Let the Rails Backtrace Take You Right to Textmate</title>
		<description>	Whenever a Rails exception occurs, it spits out a backtrace full of filenames and line numbers.  I&#8217;ve often thought, &#8220;Wouldn&#8217;t it be nice if I could just click on one of those and it would take me to the problem?&#8221;  Well, it is nice&#8212;and you can use this ...</description>
		<link>http://inquirylabs.com/blog2005/?p=36</link>
	</item>
	<item>
		<title>Rails RequireResourceHelper for JS and CSS</title>
		<description>	A friend of mine recently expressed interest in this code snippet, so I thought I&#8217;d send it out to anyone else who&#8217;s interested.  This module makes it a lot easier to &#8216;require&#8217; javascript and cascading stylesheet dependencies inside your views or controllers.  By &#8216;convention&#8217;, the code will automatically ...</description>
		<link>http://inquirylabs.com/blog2005/?p=35</link>
	</item>
	<item>
		<title>How to Install rmagick on Mac OS X</title>
		<description>	So I did some searching around the net and found this step-by-step guide to installing rmagick on OS X on the RubyForge site.  It fails to mention, however, that there&#8217;s a much simpler way of doing things now through the ports system:
	

$ sudo port install rb-rmagick


	Special thanks to whoever ...</description>
		<link>http://inquirylabs.com/blog2005/?p=34</link>
	</item>
	<item>
		<title>Moving to Ruby from Java: Here&#8217;s a Great Guide</title>
		<description>	Just thought I&#8217;d post this up for anyone looking to move to Ruby from a Java programming background:
	Andrew Glover has written an excellent article at IBM developerWorks on Ruby&#8217;s terse syntax and intelligent design decisions.  He points out that his article is not a &#8220;Ruby on Rails&#8221; info packet&#8212;to ...</description>
		<link>http://inquirylabs.com/blog2005/?p=33</link>
	</item>
	<item>
		<title>Performancing for Firefox is Handy</title>
		<description>	            Just found out about this fantastic Firefox plugin that lets you blog about a web page while you&#8217;re visiting the page.&nbsp; Cool!
	Performancing Firefox: Tabs, Windows and Browsers | Performancing.com  

 </description>
		<link>http://inquirylabs.com/blog2005/?p=32</link>
	</item>
	<item>
		<title>Stashing Associated HABTM Objects in Memory</title>
		<description>	Let&#8217;s say we have the following has_and_belongs_to_many relationship:
	

class Contacts < ActiveRecord::Base
  has_and_belongs_to_many :companies
end
	
class Company < ActiveRecord::Base
  has_and_belongs_to_many :contacts
end



	Now, if you create a new contact:
	
friend = Contact.new

	and then add some companies:
	
friend.companies = [Company.new, Company.new]

	you will find that nothing was stored in the database.  On the other hand, if ...</description>
		<link>http://inquirylabs.com/blog2005/?p=31</link>
	</item>
	<item>
		<title>Lessons on Light from Sunday School</title>
		<description>	Going to church is one of the &#8220;sharpening the saw&#8221; activities in my life that inspire me to be a better person.  Today, I was enlightened by our discussion in Sunday School (specifically, the Priesthood lesson) on the subject of Light, and I&#8217;d like to share a few principles ...</description>
		<link>http://inquirylabs.com/blog2005/?p=30</link>
	</item>
</channel>
</rss>
