<?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>Learning Rails &#187; Rails Issues</title>
	<atom:link href="http://joelandkaren.com/learningrails/archives/category/rails-issues/feed" rel="self" type="application/rss+xml" />
	<link>http://joelandkaren.com/learningrails</link>
	<description>Joel Greenberg's Experience in Learning Web Development with Ruby on Rails</description>
	<lastBuildDate>Mon, 16 Jun 2008 23:23:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails and Relationional Databases &#8211; Why is this so Hard?</title>
		<link>http://joelandkaren.com/learningrails/archives/12</link>
		<comments>http://joelandkaren.com/learningrails/archives/12#comments</comments>
		<pubDate>Sat, 06 May 2006 23:00:17 +0000</pubDate>
		<dc:creator>joelg</dc:creator>
				<category><![CDATA[Rails Issues]]></category>

		<guid isPermaLink="false">http://joelandkaren.com/learningrails/archives/12</guid>
		<description><![CDATA[I&#8217;ve found that Rails is really easy to create CRUD.  Create/retrieve/update/delete databases is really easy.  You set up the database, run a ruby command at the command line, and you get the basic web forms you need to create, list, update, and delete records in a database.  Then, you dress up the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that Rails is really easy to create CRUD.  Create/retrieve/update/delete databases is really easy.  You set up the database, run a ruby command at the command line, and you get the basic web forms you need to create, list, update, and delete records in a database.  Then, you dress up the html with CSS and you&#8217;re on your way.</p>
<p>Rails is a great way to easily create database applications on the web.</p>
<p>Until you need a relational database.</p>
<p>Figuring it out relational databases are hard, primarily because you have to: 1) name the relationships correctly, and 2) tell ruby about the relationships.  I haven&#8217;t figured all this out yet and I have felt really frustrated seeing as single tables are easy.</p>
<p>I thought it was me, but then I found <a href="http://discuss.joelonsoftware.com/default.asp?joel.3.309321.3">Rails Ridiculous Restrictions, Rant</a>, which outlines the problem with Rails nicely.  Basically, the ranter&#8217;s argument is that Rails should be smart enough to figure out the relationships without having the programmer tell it what those relationships are.  And I agree.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelandkaren.com/learningrails/archives/12/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
