<?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>Whomwah.com &#187; Frameworks</title>
	<atom:link href="http://whomwah.com/tag/frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://whomwah.com</link>
	<description>The website of Duncan Robertson, currently computing for the BBC</description>
	<lastBuildDate>Fri, 06 Jan 2012 12:55:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rails 1.1 released</title>
		<link>http://whomwah.com/2006/03/28/rails-11-released/</link>
		<comments>http://whomwah.com/2006/03/28/rails-11-released/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 15:49:50 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://whomwah.com/?p=232</guid>
		<description><![CDATA[The Rails team have now made Rails 1.1 an official release. As DDH put in his post: The biggest upgrade in Rails history has finally arrived. Rails 1.1 boasts more than 500 fixes, tweaks, and features from more than 100 contributors. Most of the updates just make everyday life a little smoother, a little rounder, [...]]]></description>
			<content:encoded><![CDATA[<p>The Rails team have now made <a href="http://weblog.rubyonrails.com/articles/2006/03/28/rails-1-1-rjs-active-record-respond_to-integration-tests-and-500-other-things">Rails 1.1 an official release</a>. As <a href="http://www.loudthinking.com/about.html">DDH</a> put in his post:</p>
<blockquote><p>The biggest upgrade in Rails history has finally arrived. Rails 1.1 boasts more than 500 fixes, tweaks, and features from more than 100 contributors. Most of the updates just make everyday life a little smoother, a little rounder, and a little more joyful.</p></blockquote>
<p>I&#8217;ve had it on my machine for a while, but have not really delved into the <a href="http://scottraymond.net/articles/2006/02/28/rails-1.1">new features</a>. I look forward to trying out the new <a href="http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M000929">ActiveRecord</a> stuff though as that&#8217;s an area where I&#8217;ve had to build lots of workarounds due to restrictions before. Plus the respond_to feature of ActionController also looks cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://whomwah.com/2006/03/28/rails-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Ruby on Rails</title>
		<link>http://whomwah.com/2005/07/13/playing-with-ruby-on-rails/</link>
		<comments>http://whomwah.com/2005/07/13/playing-with-ruby-on-rails/#comments</comments>
		<pubDate>Wed, 13 Jul 2005 11:04:00 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://whomwah.com/?p=196</guid>
		<description><![CDATA[After reading about it a lot, I finally got round to installing Ruby on Rails onto my Powerbook. Oh and for those scratching their heads, Ruby on Rails is a framework for building web applications fast and was used to create sites like Odeo and Backpack. It was actually a fairly simple process, just a [...]]]></description>
			<content:encoded><![CDATA[<p>After reading about it a lot, I finally got round to installing <a href="http://www.rubyonrails.org/">Ruby on Rails</a> onto my Powerbook. Oh and for those scratching their heads, Ruby on Rails is a framework for building web applications fast and was used to create sites like <a href="http://odeo.com">Odeo</a> and <a href="http://www.backpackit.com/">Backpack</a>.</p>
<p>It was actually a fairly simple process, just a matter of going through the help docs. One thing I will pass on though. Once I had it installed and started and had the built in  WEBrick server running. I would go to the URL of my app and it wouldn&#8217;t work. Anyway to cut a long story short instead of using http://localhost/myApp, if I used http://127.0.0.1/myApp everything worked. This only took me about 8 hours to work out <img src='http://whomwah.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>I also downloaded the new book <a href="http://www.pragmaticprogrammer.com/titles/rails/index.html">&#8216;Agile Web Development with Rails&#8217;</a>. It should be available in print by the end of the month but as I was going on holiday I thought it might be nice to gen up while I was away.</p>
<p>Well, it is indeed a fast way to develop. I had a working app that could easily read write and edit to a database in about 10mins. I am still learning but I am really getting on at speed. Once you&#8217;ve got your head around how the framework operates complex tasks are generally do-able in a couple of lines or code. To finish, here&#8217;s a great link to a movie that explains how you can <a href="http://www.rubyonrails.org/media/video/rails_take2_with_sound.mov">build a blog engine in 15mins with Ruby on Rails</a></p>
]]></content:encoded>
			<wfw:commentRss>http://whomwah.com/2005/07/13/playing-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

