<?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>Handy Patriawan's Blog &#187; Web Development</title>
	<atom:link href="http://galaxyelf.com/blog/category/software-development/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://galaxyelf.com/blog</link>
	<description>Technology, Learning, and Everything Else</description>
	<lastBuildDate>Sun, 17 Jan 2010 02:49:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NameError after the Upgrade to Rails 2.3.2</title>
		<link>http://galaxyelf.com/blog/2009/04/21/nameerror-after-the-upgrade-to-rails-232/</link>
		<comments>http://galaxyelf.com/blog/2009/04/21/nameerror-after-the-upgrade-to-rails-232/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:38:44 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=74</guid>
		<description><![CDATA[I was upgrading my local rails version from 2.2.2 to 2.3.2 by running:
gem update

I changed config/environment.rb to:
RAILS_GEM_VERSION = &#8216;2.3.2&#8242; unless defined? RAILS_GEM_VERSION

Starting my local server and navigating to localhost:3000 produced the following error:

NameError in UsersController#login
uninitialized constant ApplicationController


Obviously, Google to the rescue (again)&#8230; 

I found a post from http://giantrobots.thoughtbot.com/2009/4/15/rails-2-3-2-upgrade-gotchas

The solution is to rename controllers/application.rb to controllers/application_controller.rb.

Matt [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2009/04/21/nameerror-after-the-upgrade-to-rails-232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview Web Design Using Browsershots.org</title>
		<link>http://galaxyelf.com/blog/2008/10/19/preview-web-design-using-browsershotsorg/</link>
		<comments>http://galaxyelf.com/blog/2008/10/19/preview-web-design-using-browsershotsorg/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 13:41:44 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=69</guid>
		<description><![CDATA[It is not easy to see how our design will look on various browsers.
Browsershots.org to the rescue!

All you need to do is to enter your public (i.e. accessible from Internet) website address.
I didn&#8217;t even know that Iceape is actually a browser.  
]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/10/19/preview-web-design-using-browsershotsorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Progress Indicator</title>
		<link>http://galaxyelf.com/blog/2008/08/09/ajax-progress-indicator/</link>
		<comments>http://galaxyelf.com/blog/2008/08/09/ajax-progress-indicator/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 13:15:23 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=59</guid>
		<description><![CDATA[I&#8217;ve been working on integrating AJAX into my project. It wasn&#8217;t easy, but I got the data to load dynamically.
Depending on how much data to load, it may take a while especially over a slow connection (or an overloaded server). It is a good practice to have some progress indicator.
I found a really cool website [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/08/09/ajax-progress-indicator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Button in Rails</title>
		<link>http://galaxyelf.com/blog/2008/08/03/reset-button-in-rails/</link>
		<comments>http://galaxyelf.com/blog/2008/08/03/reset-button-in-rails/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 15:49:52 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=57</guid>
		<description><![CDATA[I am sure at some point web applications will require an entry form.
I just notice that Rails does not make the &#8216;Reset&#8217; button available. Here is an example of an HTML form with a reset button:



Google helps me again!  
I found a post from mc-kenna.com to describe what needs to be done.

&#60;%= submit_tag &#34;Start [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/08/03/reset-button-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Debug in Rails</title>
		<link>http://galaxyelf.com/blog/2008/06/14/how-to-debug-in-rails/</link>
		<comments>http://galaxyelf.com/blog/2008/06/14/how-to-debug-in-rails/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:05:24 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=56</guid>
		<description><![CDATA[Every developers need debuggers now and then. I have been using ruby-debug for a while now.
You can check whether you have ruby-debug installed:
gem list ruby-debug
If you do not have ruby-debug installed, you can run the following command:
gem install ruby-debug
I have been using Mongrel for my development. To enable debugging, you should start your server with [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/06/14/how-to-debug-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Date Validation &#8211; Step by Step</title>
		<link>http://galaxyelf.com/blog/2008/05/26/rails-date-validation-step-by-step/</link>
		<comments>http://galaxyelf.com/blog/2008/05/26/rails-date-validation-step-by-step/#comments</comments>
		<pubDate>Mon, 26 May 2008 23:26:39 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/?p=55</guid>
		<description><![CDATA[Update 5/31/2008: Use ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS
I have invested some time to get Rails date validation to work (whoo hoo!).
Without further ado, here are the step by step instructions:
1. Download Rails Date Kit from my site. Note that I got the original kit from http://www.methods.co.nz/rails_date_kit/rails_date_kit.html.
Extract the files in rails_date_kit_1.2.0.tar.gz to &#60;your application&#62;/vendor/plugins/rails_date_kit.


2. Get the Validates Date Time plugin [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/05/26/rails-date-validation-step-by-step/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Switch (Upgrade?) My Web Application to Use Rails 2 (2.0.2)</title>
		<link>http://galaxyelf.com/blog/2008/04/04/switch-upgrade-my-web-application-to-use-rails-2-202/</link>
		<comments>http://galaxyelf.com/blog/2008/04/04/switch-upgrade-my-web-application-to-use-rails-2-202/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 01:08:37 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2008/04/04/switch-upgrade-my-web-application-to-use-rails-2-202/</guid>
		<description><![CDATA[My web application was using Rails 1.2.6. I decided to upgrade my application to use Rails 2.0.2.
I simply changed &#8216;1.2.6&#8242; to &#8216;2.0.2&#8242; in config/environment.rb:

RAILS_GEM_VERSION = &#8216;2.0.2&#8242; unless defined? RAILS_GEM_VERSION #*handy &#8211; Use Rails 2.0.2 now from 1.2.6
It was time to fire up my application and I got the following warning:

*******************************************************************
* config.breakpoint_server has been deprecated and [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/04/04/switch-upgrade-my-web-application-to-use-rails-2-202/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Content Accessibility Guidelines (WCAG) 1.0</title>
		<link>http://galaxyelf.com/blog/2008/03/03/web-content-accessibility-guidelines-wcag-10/</link>
		<comments>http://galaxyelf.com/blog/2008/03/03/web-content-accessibility-guidelines-wcag-10/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 01:05:44 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2008/03/03/web-content-accessibility-guidelines-wcag-10/</guid>
		<description><![CDATA[There is a good usability guidelines document that one can read from w3.org.
It is not a long document but it is a dense one and contains good guidelines. For example, &#8220;Don&#8217;t rely on color alone.&#8221;
It is worth an hour (or more) of your time if you are into web design and usability.
I know I will [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/03/03/web-content-accessibility-guidelines-wcag-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Symbols</title>
		<link>http://galaxyelf.com/blog/2008/02/24/rails-symbols/</link>
		<comments>http://galaxyelf.com/blog/2008/02/24/rails-symbols/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 03:18:23 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2008/02/24/rails-symbols/</guid>
		<description><![CDATA[It is very important to understand symbols and how it behaves in Rails. Symbols concept was very confusing for me before. Again, Google to the rescue!  
I found a good article from Gluttonous that explains how symbols work.
As I progress through Agile Web Development with Rails, I notice that symbols and strings can be [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/02/24/rails-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 2.0.2 Uses SQLite3 by Default?</title>
		<link>http://galaxyelf.com/blog/2008/01/21/rails-202-uses-sqlite3-by-default/</link>
		<comments>http://galaxyelf.com/blog/2008/01/21/rails-202-uses-sqlite3-by-default/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 02:01:49 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2008/01/19/rails-202-uses-sqlite3-by-default/</guid>
		<description><![CDATA[I just upgraded to Rails 2.0.2 by running:
$gem update rails
I started my new Rails project. The content of config/database.yml surprised me!
development:
  adapter: sqlite3
  database: db/development.sqlite3
  timeout: 5000

I used Google to search for the change and found Rob&#8217;s post.
Here I am using MAMP as my MYSQL database provider so far. So, I have [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2008/01/21/rails-202-uses-sqlite3-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Date and Time Validation</title>
		<link>http://galaxyelf.com/blog/2007/12/04/ruby-on-rails-date-and-time-validation/</link>
		<comments>http://galaxyelf.com/blog/2007/12/04/ruby-on-rails-date-and-time-validation/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 01:59:24 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/12/04/ruby-on-rails-date-and-time-validation/</guid>
		<description><![CDATA[Update May 26th, 2008: I have posted new instructions to validate dates in Rails.
I am working on my Rails project and need a date validation in the model.
I found Validates Date Time Plugin.
According to RailsLodge Plugin page, I can automatically download the whole branch by issuing the following command:
ruby script/plugin install http://svn.viney.net.nz/things/rails/plugins/validates_date_time/
The resulting files should [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/12/04/ruby-on-rails-date-and-time-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: NoMethodError in Controller#action &#8211; Undefined method &#8216;each&#8217;</title>
		<link>http://galaxyelf.com/blog/2007/11/27/ruby-on-rails-nomethoderror-in-controlleraction-undefined-method-each/</link>
		<comments>http://galaxyelf.com/blog/2007/11/27/ruby-on-rails-nomethoderror-in-controlleraction-undefined-method-each/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 01:30:58 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/11/26/ruby-on-rails-nomethoderror-in-modelaction-undefined-method-each/</guid>
		<description><![CDATA[I set an instance variable by running the following query:
@some_list = Model.find_by_column_name(nil)
I tried to interate the content of @some_list and received the following error:
NoMethodError in Controller#action
Showing app/views/model/list.rhtml where line [line number] raised:
undefined method `each&#8217; for #&#8230;

Apparently, I just need to add &#8220;_all_&#8221; in the query:
@some_list = Model.find_all_by_column_name(nil)
Easy solution, eh?  
Update: I found the solution [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/11/27/ruby-on-rails-nomethoderror-in-controlleraction-undefined-method-each/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rails Database Convention</title>
		<link>http://galaxyelf.com/blog/2007/11/22/rails-database-convention/</link>
		<comments>http://galaxyelf.com/blog/2007/11/22/rails-database-convention/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 14:55:51 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/11/22/rails-database-convention/</guid>
		<description><![CDATA[I finally start to create my own Rails application and it is not easy to remember all the RoR conventions.
Raaum.org has a very good database conventions that RoR (*cough*) &#8220;recommends.&#8221;
Obviously, I use Locomotive for my Rails development.  
Thank you, Ryan!  
]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/11/22/rails-database-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve web site performance</title>
		<link>http://galaxyelf.com/blog/2007/10/14/improve-web-site-performance/</link>
		<comments>http://galaxyelf.com/blog/2007/10/14/improve-web-site-performance/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 01:53:53 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/10/14/improve-web-site-performance/</guid>
		<description><![CDATA[I did an investigation on how to improve HTML rendering. I found general recommendations from Yahoo! web site.
I also read Steve Sounders&#8217; High Performance Web Site site and found good examples! Here&#8217;s the link to the main site.
Here&#8217;s an interesting rule from Steve Sounders&#8217; site:
Put your stylesheets in the document HEAD using the LINK tag.
The [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/10/14/improve-web-site-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Install for Development on a Mac</title>
		<link>http://galaxyelf.com/blog/2007/09/26/wordpress-install-for-development-on-a-mac/</link>
		<comments>http://galaxyelf.com/blog/2007/09/26/wordpress-install-for-development-on-a-mac/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 03:02:17 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software (Mac)]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/09/26/wordpress-install-for-development-on-a-mac/</guid>
		<description><![CDATA[I like to customize my blog page that is running on Wordpress. Obviously, I would like to replicate the setup in my Mac.
I will go through a step-by-step instructions on installing Wordpress in my Mac.
1. Download MAMPS. I choose the non-pro version. You should get a .dmg file.
2. Download Wordpress. I choose to download the [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/09/26/wordpress-install-for-development-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3C CSS and HTML Validation</title>
		<link>http://galaxyelf.com/blog/2007/05/16/w3c-css-validation/</link>
		<comments>http://galaxyelf.com/blog/2007/05/16/w3c-css-validation/#comments</comments>
		<pubDate>Wed, 16 May 2007 23:38:57 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/05/14/w3c-css-validation/</guid>
		<description><![CDATA[I just noticed that my theme passes the W3C CSS validation!
I can also easily validate my future themes easily.
Update: My theme also passes the W3C HTML validation!
]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/05/16/w3c-css-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Locomotive with the Latest Rails Version</title>
		<link>http://galaxyelf.com/blog/2007/02/27/updating-transmission-with-the-latest-rails-version/</link>
		<comments>http://galaxyelf.com/blog/2007/02/27/updating-transmission-with-the-latest-rails-version/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 08:18:54 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/02/27/updating-transmission-with-the-latest-rails-version/</guid>
		<description><![CDATA[I was working on chapter 9 from the Agile Web Development with Rails. I noticed that clicking on the &#8220;Add to Cart&#8221; button did not work. I checked my code a few times and found that the code was fine.
I could not find anything useful using the Google search.
I remembered a quote from one of [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/02/27/updating-transmission-with-the-latest-rails-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant: Using Secure Copy (scp) to Copy Files to Servers</title>
		<link>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/</link>
		<comments>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 00:52:01 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/</guid>
		<description><![CDATA[During my Java class, we have 2 different deployment machines: one for the MySQL server and another for the web server.
Since the remote server is not configured to accept any ftp connections, I am forced to use scp. It&#8217;s a pain to manually scp my file manually to the web server, so I did a [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2007/02/03/ant-using-secure-copy-scp-to-copy-files-to-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Fail on rake db:migrate?</title>
		<link>http://galaxyelf.com/blog/2006/12/26/ruby-on-rails-fail-on-rake-dbmigrate/</link>
		<comments>http://galaxyelf.com/blog/2006/12/26/ruby-on-rails-fail-on-rake-dbmigrate/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 12:31:16 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2006/12/26/ruby-on-rails-fail-on-rake-dbmigrate/</guid>
		<description><![CDATA[I am learning Ruby on Rails by reading Agile Web Development with Rails Second Edition.
I have reached chapter six page 80. We want to add a new &#8216;price&#8217; column. Unfortunately, running rake db:migrate gave me the following error:
rake aborted!
You have a nil object when you didn&#8217;t expect it!
You might have expected an instance of Array.
The [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2006/12/26/ruby-on-rails-fail-on-rake-dbmigrate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Focus on Web Form</title>
		<link>http://galaxyelf.com/blog/2006/12/25/setting-focus-on-web-form/</link>
		<comments>http://galaxyelf.com/blog/2006/12/25/setting-focus-on-web-form/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 17:51:44 +0000</pubDate>
		<dc:creator>Handy</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://galaxyelf.com/blog/2006/12/25/setting-focus-on-web-form/</guid>
		<description><![CDATA[Having a good user interface is very important for our websites and I have one new website design guideline.
If the user is expected to enter any data, we want to make sure that we set the focus appropriately on the right data field (e.g. text box or check box).
Setting the focus is very easy as [...]]]></description>
		<wfw:commentRss>http://galaxyelf.com/blog/2006/12/25/setting-focus-on-web-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
