<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Almost a Space Game (A2SG) &#187; A2SG Progress</title>
	<link>http://blog.almostaspacegame.com</link>
	<description>The Trials, Tribulation, and Joys of Creating a Web-Based Space Trading Game</description>
	<pubDate>Tue, 19 Aug 2008 16:40:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>New Functionality - Warps</title>
		<link>http://blog.almostaspacegame.com/2008/02/25/new-functionality-warps.html</link>
		<comments>http://blog.almostaspacegame.com/2008/02/25/new-functionality-warps.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 07:51:37 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[A2SG Progress]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/02/25/new-functionality-warps.html</guid>
		<description><![CDATA[SVN checkin #2 for A2SG includes enhanced warp functionality&#8230; now they can be stable or unstable&#8230; including the time when they&#8217;ll expire.  There&#8217;s some model logic which will automatically create a random expiration date if the stable flag is set and the expiration time wasn&#8217;t already specified.  Perhaps the last sentence only truly means anything [...]]]></description>
			<content:encoded><![CDATA[<p>SVN checkin #2 for A2SG includes enhanced warp functionality&#8230; now they can be stable or unstable&#8230; including the time when they&#8217;ll expire.  There&#8217;s some model logic which will automatically create a random expiration date if the stable flag is set and the expiration time wasn&#8217;t already specified.  Perhaps the last sentence only truly means anything to me&#8230; good times.</p>
<p>This checkin also includes a nifty Rails plugin called &#8220;<a href="http://agilewebdevelopment.com/plugins/manage_fixtures">Manage Fixtures</a>&#8221; which, quite unsurprisingly, helps one manage one&#8217;s fixtures.  It&#8217;ll take a current table (or a set) or all of your tables and convert them to YAML fixtures. Quite handy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/02/25/new-functionality-warps.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Off to a Good Start</title>
		<link>http://blog.almostaspacegame.com/2008/02/24/off-to-a-good-start.html</link>
		<comments>http://blog.almostaspacegame.com/2008/02/24/off-to-a-good-start.html#comments</comments>
		<pubDate>Sun, 24 Feb 2008 23:27:41 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[A2SG Progress]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/02/24/off-to-a-good-start.html</guid>
		<description><![CDATA[The latest/greatest version of my A2SG code is now all safe and sound in a Subversion repository.   
I ran rcov on it and I feel ok about my test coverage, though there&#8217;s definitely more to do.
For the first time ever I&#8217;ve written custom Rake tasks thanks to the Rake Tutorial written by Gregg [...]]]></description>
			<content:encoded><![CDATA[<p>The latest/greatest version of my A2SG code is now all safe and sound in a Subversion repository.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I ran rcov on it and I feel ok about my test coverage, though there&#8217;s definitely more to do.</p>
<p>For the first time ever I&#8217;ve written custom Rake tasks thanks to the <a href="rhttp://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial">Rake Tutorial written by Gregg from RailsEnvy</a>.  A couple of things that I think I &#8220;figured out&#8221; (meaning &#8220;I&#8217;m not sure this is the orthodox way to do this, but it works&#8230;&#8221;) are:</p>
<ol>
<li> An example of creating a rake task that calls other tasks and also allows use of the application&#8217;s models:
<p>task :do_this =&gt; [:a_subtask, :environment] do<br />
&#8230;<br />
end</p>
<p>That calls :a_subtask and also allows use of the application&#8217;s odels in the rake tast by specifying the environment.</li>
<li>This is a way to call multiple subtasks:
<p>task :do_this =&gt; [:a_subtask, :another_subtask, :yet_another_subtask, son_of_the_second_cousin_of_the_son_of_subtasks, :environment] do<br />
&#8230;<br />
end</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/02/24/off-to-a-good-start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Almost a Space Game (A2SG) - Hello World</title>
		<link>http://blog.almostaspacegame.com/2008/02/22/almost-a-space-game-a2sg-hello-world.html</link>
		<comments>http://blog.almostaspacegame.com/2008/02/22/almost-a-space-game-a2sg-hello-world.html#comments</comments>
		<pubDate>Sat, 23 Feb 2008 04:26:16 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[A2SG Progress]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/?p=3</guid>
		<description><![CDATA[Welcome to my new blog.  I&#8217;ve been wanting to make a web-based space trading game for a very long time and it&#8217;s only been up until fairly recently that I believe I&#8217;ve acquired the ability to actually make it.  Maybe I&#8217;m overestimating my abilities, but I&#8217;m rather confident that I&#8217;ll be able to accomplish something!  [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my new blog.  I&#8217;ve been wanting to make a web-based space trading game for a very long time and it&#8217;s only been up until fairly recently that I believe I&#8217;ve acquired the ability to actually make it.  Maybe I&#8217;m overestimating my abilities, but I&#8217;m rather confident that I&#8217;ll be able to accomplish <strong>something</strong>!  A positive thing is that it looks like I&#8217;ll have some large blocks of time coming up within the next week&#8230; my hope is that I&#8217;ll use them productively!</p>
<p>The intent of this blog is to share progress towards making the actual game and to share lessons learned while using Ruby on Rails, AJAX, Flex, AIR, and other cool stuff I get interested in&#8230; though hopefully don&#8217;t end up in deep rabbit holes because of.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s likely that it&#8217;ll contain RPG/ Web Game/ and other Misc. content too since there&#8217;s a lot of cool stuff on the internet worth sharing.</p>
<p>I&#8217;ll get around to installing a cool WordPress Theme soon&#8230; right now I&#8217;d rather get back to workin&#8217; on the game.  Thanks for your interest!  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/02/22/almost-a-space-game-a2sg-hello-world.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
