<?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>3DM Design &#187; Rails</title>
	<atom:link href="http://3dmdesign.com/programming/rails-application-development/feed" rel="self" type="application/rss+xml" />
	<link>http://3dmdesign.com</link>
	<description>JavaScript and Ruby on Rails Web Applications</description>
	<lastBuildDate>Wed, 02 Mar 2011 01:36:19 +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>Forking Bucketwise</title>
		<link>http://3dmdesign.com/development/forking-bucketwise</link>
		<comments>http://3dmdesign.com/development/forking-bucketwise#comments</comments>
		<pubDate>Mon, 31 May 2010 19:36:51 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bucketwise]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/?p=129</guid>
		<description><![CDATA[I used to keep track of personal finances with Microsoft Money, but it&#8217;s not exactly suited to my needs. Enter Bucketwise, a personal finance rails app that&#8217;s open source &#8211; hence ready to be customized. Bucketwise was created by Jamis Buck, who graciously released it to the open source community. So far I&#8217;ve only made [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/forking-bucketwise/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to Customize Rails to_json output?</title>
		<link>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output</link>
		<comments>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output#comments</comments>
		<pubDate>Thu, 30 Apr 2009 01:45:33 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/?p=97</guid>
		<description><![CDATA[Rails has a bunch of JavaScript helpers, but once you move beyond those and want to write your own JavaScript code for your application, you may find yourself dealing with some JSON produced on the server-side. By default, the to_json method in Rails is probably a lot more verbose than most people want. I&#8217;ll share [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back to Rails</title>
		<link>http://3dmdesign.com/development/back-to-rails</link>
		<comments>http://3dmdesign.com/development/back-to-rails#comments</comments>
		<pubDate>Sun, 02 Nov 2008 10:18:52 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/?p=85</guid>
		<description><![CDATA[It&#8217;s been a long time since I&#8217;ve worked on a Rails project, but it feels good to finally get back to Ruby on Rails. Last time I was working on it ListFinity was in pretty good shape and just missing a few features (like user authentication). I still use a version of it at home [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/back-to-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comet for Web Games</title>
		<link>http://3dmdesign.com/development/comet-for-web-games</link>
		<comments>http://3dmdesign.com/development/comet-for-web-games#comments</comments>
		<pubDate>Fri, 14 Mar 2008 02:55:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Comet]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/rails-application-development/comet-for-web-games</guid>
		<description><![CDATA[For those not familiar with Comet, you&#8217;re either not a front end web developer or you&#8217;ve been kept in the dark. To sum it up quickly, Comet is a technology like Ajax. While Ajax basically consists of an asynchronous request by the client to the server, followed by the server&#8217;s response, Comet is a bit [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/comet-for-web-games/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: What Methods are Available with acts_as_list?</title>
		<link>http://3dmdesign.com/development/qa-what-methods-are-available-with-acts_as_list</link>
		<comments>http://3dmdesign.com/development/qa-what-methods-are-available-with-acts_as_list#comments</comments>
		<pubDate>Sun, 19 Aug 2007 17:39:24 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Active Record]]></category>
		<category><![CDATA[acts_as_list]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-what-methods-are-available-with-acts_as_list</guid>
		<description><![CDATA[When you make use of Active Record&#8217;s convenient acts_as_list modifier in Rails, what does this do for you? Most of the info out there describes the way acts_as_list manages position of items, ordering them like items in a, well, ordered list. That&#8217;s great, but what about new helper methods provided by acts_as_list? Doesn&#8217;t it make [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-what-methods-are-available-with-acts_as_list/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easing into Rails Deployment with Mongrel</title>
		<link>http://3dmdesign.com/development/easing-into-rails-deployment-with-mongrel</link>
		<comments>http://3dmdesign.com/development/easing-into-rails-deployment-with-mongrel#comments</comments>
		<pubDate>Fri, 22 Jun 2007 03:01:31 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Mongrel]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/easing-into-rails-deployment-with-mongrel</guid>
		<description><![CDATA[At the point in your Rails application development to start considering deployment? Apache and FastCGI getting you down? You might just want to give Mongrel a try, and I'll quickly tell you why!]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/easing-into-rails-deployment-with-mongrel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to use plain JavaScript in RJS templates</title>
		<link>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates</link>
		<comments>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates#comments</comments>
		<pubDate>Mon, 12 Mar 2007 06:44:25 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RJS]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-javascript-in-rjs-templates</guid>
		<description><![CDATA[Rails provides plenty of helpers to write HTML and JavaScript code, but sometimes you need to go beyond the helper functions. I'll show you an easy way to include your own JavaScript calls within an RJS template for Rails.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to include a Rails text field without a variable?</title>
		<link>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable</link>
		<comments>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable#comments</comments>
		<pubDate>Tue, 06 Feb 2007 04:16:38 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[View]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-include-a-rails-text-field-without-a-variable</guid>
		<description><![CDATA[The form helpers in Rails are great. But what do you do when you want to use a text field that isn't explicitly tied to a variable in your model?]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing :id When Rendering a Component</title>
		<link>http://3dmdesign.com/development/passing-id-when-rendering-a-component</link>
		<comments>http://3dmdesign.com/development/passing-id-when-rendering-a-component#comments</comments>
		<pubDate>Mon, 29 Jan 2007 02:22:10 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[acts_as_tree]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[View]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/passing-id-when-rendering-a-component</guid>
		<description><![CDATA[It turns out that Rails has peculiar syntax for passing :id as a parameter when rendering a component. Avoid getting tripped up like I first did.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/passing-id-when-rendering-a-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying a hierarchy and acts_as_tree</title>
		<link>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree</link>
		<comments>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree#comments</comments>
		<pubDate>Thu, 18 Jan 2007 04:36:51 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[acts_as_tree]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/displaying-a-hierarchy-and-acts_as_tree</guid>
		<description><![CDATA[Do you want Rails to display your data as a hierarchy? There are a few options that might make it easier, including acts_as_tree.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to Set a Form&#8217;s ID in Rails?</title>
		<link>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails</link>
		<comments>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails#comments</comments>
		<pubDate>Wed, 10 Jan 2007 03:56:05 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-set-form-id-in-rails</guid>
		<description><![CDATA[Validating a form with JavaScript is just one of the common reasons you might want to interact with you form data. But doing so requires that the form be named- how can you do that using the Rails form helpers?]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How Rails Returns JavaScript to Execute on Ajax Request?</title>
		<link>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request</link>
		<comments>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request#comments</comments>
		<pubDate>Mon, 30 Oct 2006 01:25:46 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Squish]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-rails-returns-javascript-execute-ajax-request</guid>
		<description><![CDATA[Want Rails to hit the server with an Ajax request but return JavaScript code, and execute the code that's returned? Here's one way to do it.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ListFinity: The Gathering</title>
		<link>http://3dmdesign.com/development/listfinity-the-gathering</link>
		<comments>http://3dmdesign.com/development/listfinity-the-gathering#comments</comments>
		<pubDate>Sat, 21 Oct 2006 13:47:43 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development_asdf</guid>
		<description><![CDATA[Find out what Scott has in store for ListFinity (hint: it has something to do with hierarchical lists).]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/listfinity-the-gathering/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

