<?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>Transcending Frontiers &#187; Rails Rumble Follow Up</title>
	<atom:link href="http://blog.thefrontiergroup.com.au/tag/rails-rumble/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thefrontiergroup.com.au</link>
	<description>Your peek inside the collective mind of The Frontier Group</description>
	<lastBuildDate>Tue, 03 Jan 2012 06:53:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Rails Rumble Follow Up</title>
		<link>http://blog.thefrontiergroup.com.au/2008/12/rails-rumble-follow-up/</link>
		<comments>http://blog.thefrontiergroup.com.au/2008/12/rails-rumble-follow-up/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:56:01 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Industry Trends]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rails Rumble]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=193</guid>
		<description><![CDATA[I&#8217;ve written about Rails Rumble previously, the 48 hour event where teams turn an idea into a web application using Ruby on Rails. I was surprised to see the completeness of some of the applications that were developed this year as well as the utility of the ideas they implemented. One of the more interesting [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written about Rails Rumble <a href="http://thefrontiergroup.com.au/blog/2008/10/what-can-you-make-in-48-hours/">previously</a>, the 48 hour event where teams turn an idea into a web application using Ruby on Rails. I was surprised to see the completeness of some of the applications that were developed this year as well as the utility of the ideas they implemented.</p>
<p style="text-align: left;">One of the more interesting <a href="http://www.rubyrailways.com/rails-rumble-observations-part-ii-trends-in-gemplugin-usage/">articles</a> I&#8217;ve seen in relation to Rails Rumble analysed the prevalence of various plug-ins and gems that teams utilised.</p>
<p>After a quick look there are a few points that specifically interest me :</p>
<ul>
<li>jQuery is the most used Javascript library, even though it isn&#8217;t the default included with Rails. I think this says a lot about where jQuery fits in the client side coding space these days. Under further scrutiny it seems clear that jQuery had an even larger base of use than shown in that graph, as explained <a href="http://www.rubyrailways.com/rails-rumble-observations-part-i-jquery-on-the-heels-of-prototype/">here</a>.</li>
<li>1 in 3 teams used a skeleton application. All of those teams used Bort. That&#8217;s a pretty overwhelming statistic for two reasons. Firstly it means you should be looking at using skeleton applications if you aren&#8217;t already. Secondly anything that you develop that could be used in other applications should possibly be a gem or plug-in. Reuse doesn&#8217;t seem to be something you just talk about anymore.</li>
<li>Over 50% of people wrote tests as part of their application, and the majority of people used a <a href="http://en.wikipedia.org/wiki/Behavior_driven_development">Behaviour Driven Development</a> framework such as Shoulda or rSpec (<a href="http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec">they got rSpec!</a>). Keep in mind that even on a tight schedule most people using Rails are writing tests!</li>
<li>Over a third of applications offered OpenID support for authentication. Given I don&#8217;t even remember where I signed up for OpenID this surprises me. Maybe it&#8217;s time to join this bandwagon?</li>
</ul>
<p>I think the article gives a good indicator where you should look to implement certain parts of your application. Generally speaking, if a lot of passionate developers are using a particular library or piece of code then you&#8217;d be wise to make the same choice.</p>
<script src="http://feeds.feedburner.com/~s/TranscendingFrontiers?i=http://blog.thefrontiergroup.com.au/2008/12/rails-rumble-follow-up/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.thefrontiergroup.com.au/2008/12/rails-rumble-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Can You Make in 48 Hours?</title>
		<link>http://blog.thefrontiergroup.com.au/2008/10/what-can-you-make-in-48-hours/</link>
		<comments>http://blog.thefrontiergroup.com.au/2008/10/what-can-you-make-in-48-hours/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:30:52 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Websites or Tools]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rails Rumble]]></category>
		<category><![CDATA[Rapid Development]]></category>

		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=89</guid>
		<description><![CDATA[A typical work day is about eight hours give or take. How much time you&#8217;re really working inside that eight hours varies from person to person and the quality of work and amount of work definitely varies hugely. The question is, given 48 continuous hours and an idea you wanted to work on what could [...]]]></description>
			<content:encoded><![CDATA[<p>A typical work day is about eight hours give or take. How much time you&#8217;re really working inside that eight hours varies from person to person and the quality of work and amount of work definitely varies hugely. The question is, given 48 continuous hours and an idea you wanted to work on what could you achieve?</p>
<p>Taking an application from inception to release inside 48 hours is a laughable proposition to most but this year that&#8217;s exactly what a number of people did using <a href="http://en.wikipedia.org/wiki/Ruby_on_Rails">Ruby on Rails</a>. It&#8217;s an annual event these days called <a href="http://www.railsrumble.com/">Rails Rumble</a> where teams get together for a weekend and plan, develop and deploy their ideas as applications. The main rules are that it&#8217;s developed in it&#8217;s entirety onsite, inside the 48 hour period and is done in Ruby on Rails. Teams are small with four being the upper limit allowed.</p>
<p>A list of applications by category was posted <a href="http://48hrlaunch.wordpress.com/2008/10/20/rails-rumble-2008-apps/">here</a> and to be honest there are some truly great ideas. The websites range from comical to serious in style and meet the needs of people, persons and businesses in a wide variety of areas.</p>
<p>Winners that I&#8217;ve checked out are :</p>
<p><a href="http://wantnom.com/">WantNom</a> &#8211; fun site aimed at making getting your friends together for dinner simpler.</p>
<p><a href="http://redminutes.com/">Redminutes</a> &#8211; a pretty basic site, but the idea is about making collaboration on small notes much simpler.</p>
<p><a href="http://couldya.r08.railsrumble.com/">Couldya</a> &#8211; basically using social networking to ask people to do things and track how the task is going. It&#8217;s an example of what I think is a reasonable idea that has a lot of implementation to go.</p>
<p><a href="http://hikedit.r08.railsrumble.com/">HikedIt</a> &#8211; a social networking site dedicated to people that hike and get around outside. It looks very polished and I have a friend who&#8217;s been talking about a site kind of like this for ages. Done in 48 hours.</p>
<p>That&#8217;s just four of the apparently 200+ applications that were developed to some extent, whether partially or completely finished.</p>
<p>I think the main thing to see here is that all of these applications were developed inside 48 hours by up to four people and to be honest the ones I&#8217;ve clicked around that interested me were all more than useable and solved a problem I wanted solved. Could you do this with other languages? Perhaps, but having used a few frameworks myself (ASP, ASP.NET, PHP, Rails) I don&#8217;t think any of them come close for rapid development like this.</p>
<p>It makes me excited that we have rolled out a major application recently using Ruby on Rails and that there are still parts of the industry that are fun right now.</p>
<script src="http://feeds.feedburner.com/~s/TranscendingFrontiers?i=http://blog.thefrontiergroup.com.au/2008/10/what-can-you-make-in-48-hours/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.thefrontiergroup.com.au/2008/10/what-can-you-make-in-48-hours/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

