<?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>Spry Blog &#187; Ruby on Rails</title>
	<atom:link href="http://blog.spry.com/category/virtual-private-servers/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spry.com</link>
	<description>VPS, Shared, Dedicated Hosting</description>
	<lastBuildDate>Wed, 25 Nov 2009 00:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 7.10 Gutsy Gibbon VPS now available</title>
		<link>http://blog.spry.com/2007/10/20/ubuntu-710-gutsy-gibbon-vps-now-available/</link>
		<comments>http://blog.spry.com/2007/10/20/ubuntu-710-gutsy-gibbon-vps-now-available/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 20:54:20 +0000</pubDate>
		<dc:creator>Guest</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPSLink]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[openvz]]></category>

		<guid isPermaLink="false">http://blog.spry.com/2007/10/20/ubuntu-710-gutsy-gibbon-vps-now-available/</guid>
		<description><![CDATA[
We&#8217;re happy to announce the availability of the newest release of our Ubuntu VPS. Ubuntu released the official availability of Gutsy Gibbon just a few short days ago. We have three versions of Ubuntu for you to pick from: default server image, Ruby on Rails, or LAMP. Our Ruby and LAMP stacks include everything you [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://blog.spry.com/wp-content/uploads/2007/10/ubuntu-gutsy-gibbon.jpg' alt='ubuntu-gutsy' /></p>
<p>We&#8217;re happy to announce the availability of the newest release of our <a href=http://www.vpslink.com/ubuntu-vps>Ubuntu VPS</a>. Ubuntu released the official availability of Gutsy Gibbon just a few short days ago. We have three versions of Ubuntu for you to pick from: default server image, Ruby on Rails, or LAMP. Our Ruby and LAMP stacks include everything you need to start serving your dynamic websites right out of the box! Ubuntu is now available on both <a href=http://www.vpslink.com/openvz-vps/>OpenVZ</a> and <a href=http://www.vpslink.com/xen-vps>XEN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spry.com/2007/10/20/ubuntu-710-gutsy-gibbon-vps-now-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails &#8211; Active Record</title>
		<link>http://blog.spry.com/2007/08/17/ruby-on-rails-active-record/</link>
		<comments>http://blog.spry.com/2007/08/17/ruby-on-rails-active-record/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 10:24:06 +0000</pubDate>
		<dc:creator>Guest</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.spry.com/?p=66</guid>
		<description><![CDATA[ Ruby on Rails is becoming more and more popular and whilst it remain a very powerful tool in any web developer&#8217;s arsenal it is still a young framework.
Rails v 2.0 will be a milestone release not only due to a great many enhancements but due to a change in the default behaviour of the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.spry.com/wp-content/uploads/2007/08/rails.png" alt="Rails Icon" align="left" /> <a href="http://www.rubyonrails.org/" rel="nofollow" title="Ruby on Rails">Ruby on Rails</a> is becoming more and more popular and whilst it remain a very powerful tool in any web developer&#8217;s arsenal it is still a young framework.</p>
<p>Rails v 2.0 will be a milestone release not only due to a great many enhancements but due to a change in the default behaviour of the &#8217;scaffold&#8217; creation &#8211; the default scaffold command will produce a RESTful framework for the model, controller and views. At the moment, you have to give a specific command (scaffold_resource) to have a RESTful outline automatically created.</p>
<p>However, this is not about the future (no matter how exciting that may be), it is about the present and one of the things that many people have some difficulty understanding: Active Record.</p>
<p>Exactly how does the database relationship work?</p>
<p>Do I need a has_one or a  belongs_to relationship? And what is this &#8216;through&#8217; that I hear about?</p>
<p>Well, <a href="http://www.railsenvy.com/2007/8/8/activerecord-tutorial" rel="nofollow" title="Rails Envy Active Record presentation">Rails Envy</a> has created an excellent video which explains many of these aspects from the basics to more advanced usage.</p>
<p>The video is 25 minutes long and, if you want a laid back and interesting lunch break, give it a shot.</p>
<p>The video covers:</p>
<ul>
<li>Who invented ActiveRecord and why</li>
<li>How to use ActiveRecord</li>
<li>Basic model to table mapping</li>
<li>has_many relationships</li>
<li>Magical counter fields</li>
<li>Many to many relationships</li>
<li>has_many =&gt; through</li>
<li>Polymorphic relationships</li>
<li>acts_as_taggable</li>
</ul>
<p>Oh, it even has the code available as a download (<a href="http://www.patchedsoftware.com/active_record_examples.zip" rel="nofollow" title="Active Record Code Download">direct link</a>).</p>
<p>I think it is well worth a shot &#8211; even if you are happy with using these terms, it may well produce one of those great &#8220;I didn&#8217;t know that&#8221; moments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spry.com/2007/08/17/ruby-on-rails-active-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
