<?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>Entrepreneur In Training</title>
	<atom:link href="http://muchosalsa.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://muchosalsa.com/blog</link>
	<description>Enterprise 2.0, Ruby, Rails, Running, Start-ups</description>
	<lastBuildDate>Sun, 29 Aug 2010 23:08:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Passport Pictures</title>
		<link>http://muchosalsa.com/blog/?p=290</link>
		<comments>http://muchosalsa.com/blog/?p=290#comments</comments>
		<pubDate>Sun, 29 Aug 2010 23:03:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=290</guid>
		<description><![CDATA[I&#8217;m renewing my passport which means I have to get rid of my old one. The stamps on the passport are mostly business trips but I snapped some pictures for the memories. As far as my passport pic from 10 years ago&#8230;totally different guy. Chile &#8211; Argentina: Absolutely stunning, would go back in a second. Belgium &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m renewing my passport which means I have to get rid of my old one. The stamps on the passport are mostly business trips but I snapped some pictures for the memories. As far as my passport pic from 10 years ago&#8230;totally different guy.</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0010.jpg"><img class="alignnone size-medium wp-image-296" title="Chile-Belgium-Argentina" src="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0010-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p>Chile &#8211; Argentina: Absolutely stunning, would go back in a second.</p>
<p>Belgium &#8211; Good beer, rainy, lots of work.</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0008.jpg"><img class="alignnone size-medium wp-image-292" title="Japan 2006" src="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0008-194x300.jpg" alt="" width="194" height="300" /></a></p>
<p>Japan &#8211; that was a fast trip and didn&#8217;t get to do too much. It was so different though that it still left an impression.</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0006.jpg"><img class="alignnone size-medium wp-image-294" title="passport2000" src="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0006-236x300.jpg" alt="" width="236" height="300" /></a></p>
<p>2000. Wow.</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0005.jpg"><img class="alignnone size-medium wp-image-295" title="passport2010" src="http://muchosalsa.com/blog/wp-content/uploads/2010/08/IMG_0005-300x298.jpg" alt="" width="300" height="298" /></a></p>
<p>2010. Braces conscious but I would run circles around that guy from 2000.</p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=290</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An update on my Rails Tutorial work</title>
		<link>http://muchosalsa.com/blog/?p=287</link>
		<comments>http://muchosalsa.com/blog/?p=287#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:01:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=287</guid>
		<description><![CDATA[I am now on page 168 of the Rails Tutorial book. Things have been going pretty well. The interaction with Michael Hartl has been very good both on Get Satisfaction and on Twitter. Besides making the PDF free to the public while writing it, Michael is creating lots of goodwill by interacting with his readers. [...]]]></description>
			<content:encoded><![CDATA[<p>I am now on page 168 of the <a href="http://www.railstutorial.org/">Rails Tutorial</a> book. Things have been going pretty well. The interaction with Michael Hartl has been very good both on <a href="http://www.getsatisfaction.com/railstutorial">Get Satisfaction</a> and on <a href="http://twitter.com/railstutorial">Twitter</a>. Besides making the PDF free to the public while writing it, Michael is creating lots of goodwill by interacting with his readers. In return he is receiving valuable feedback on minor typos and examples that could use some more description. </p>
<p>There has been more than one occasion where I thought I was stuck or something wasn&#8217;t working. Usually it is just a case of me being tired. The next day I find my error and move on. Michael starts the book off early warning about working through the examples while tired isn&#8217;t a good idea. I can confirm. </p>
<p>Tonight is a good example. I am at a spot where I can&#8217;t get some code to work. When I test I get this thrown back at me:</p>
<blockquote><p>Processing UsersController#show (for 127.0.0.1 at 2010-03-03 22:48:33) [GET]<br />
  Parameters: {&#8220;id&#8221;=>&#8221;1&#8243;}<br />
Rendering template within layouts/application<br />
Rendering users/show</p>
<p>ActionView::TemplateError (undefined method `name&#8217; for nil:NilClass) on line #1 of app/views/users/show.html.erb:<br />
1: <%= @user.name %>, <%= @user.email %></p>
<p>    app/views/users/show.html.erb:1</p>
<p>Rendered rescues/_trace (40.0ms)<br />
Rendered rescues/_request_and_response (0.3ms)<br />
Rendering rescues/layout (internal_server_error</p></blockquote>
<p>I&#8217;ve been chasing down the error for several minutes but it&#8217;s time to walk away. I&#8217;ll be back at it tomorrow. </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>1 week down, 103 to go</title>
		<link>http://muchosalsa.com/blog/?p=285</link>
		<comments>http://muchosalsa.com/blog/?p=285#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:55:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Braces]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=285</guid>
		<description><![CDATA[I completed my first week in braces yesterday. My son summed up the experience I had pretty well. &#8220;You thought you could just put on braces and it would be that easy, didn&#8217;t you?&#8221;, he said. Since he spent over 2 years in braces he knows. It&#8217;s not that easy. The first lesson for me [...]]]></description>
			<content:encoded><![CDATA[<p>I completed my first week in braces yesterday. My son summed up the experience I had pretty well. &#8220;You thought you could just put on braces and it would be that easy, didn&#8217;t you?&#8221;, he said. Since he spent over 2 years in braces he knows. It&#8217;s not that easy. </p>
<p>The first lesson for me was to use the wax. The first two days I was doing alright. Then the inside of mouth was starting to get irritated. The woman that cuts my hair beat it into my head that I needed to use dental wax. The orthodontist had given me some but I had not touched it yet. The wax really does help. Even after just one week I&#8217;m already becoming less dependent on it as my mouth gets used to its new tenants. </p>
<p>Lesson number 2 was drinking alcohol without eating is a bad idea. I haven&#8217;t been eating much this week. It&#8217;s just not that fun. Especially the first few days. I have been limited to mostly soup, yogurt and recently pasta. Friday night we went out and I had a couple of drinks without eating. I was picking at a plate but really there was nothing in my stomach. I paid a price for that lesson. </p>
<p>This first week was a little painful but not completely unexpected. Though Andrew was close, I knew it wasn&#8217;t going to be a walk in the park. I am really happy that I decided to get braces. My only regret is that I didn&#8217;t do it sooner.  </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=285</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A day of change</title>
		<link>http://muchosalsa.com/blog/?p=284</link>
		<comments>http://muchosalsa.com/blog/?p=284#comments</comments>
		<pubDate>Wed, 17 Feb 2010 05:05:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Braces]]></category>
		<category><![CDATA[Running]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=284</guid>
		<description><![CDATA[Today was a very interesting day where I made two significant changes. The first one is that I now have a lot of metal in my mouth. When I made that comment on a teleconference I was asked if I got my tongue pierced. Yes I did. Okay no, I did not. What I did [...]]]></description>
			<content:encoded><![CDATA[<p>Today was a very interesting day where I made two significant changes. The first one is that I now have a lot of metal in my mouth. When I made that comment on a teleconference I was asked if I got my tongue pierced. Yes I did. </p>
<p>Okay no, I did not. What I did do was get braces. This is something I have been considering for a few years. If I had done it when I received my first orthodontic consultation I would be finished now with a smile pretty enough to be on American Idol. I finally made up my mind about 4 weeks ago and began the process of impressions and X-rays. I have known for a couple of weeks that today would be the day and have been very ready to get started. It really wasn’t that bad. I was in the chair for about an hour. There was one problem with getting one of the brackets setup with the wire due to the over-crowding that prompted me in the first place. The day had been setup where I had warned people that I may not be available this afternoon. Once the orthodontist was finished I was on a teleconference 45 minutes later and made it through the workday with no problem. After finishing up my work I headed out for a 5 mile run. One of my best in weeks. The only difficult part this evening has been eating. I can’t really chew much right now which I was warned about. It will take 3-4 days to get used to having braces on and in the meantime I’ll be eating soup and yogurt I suppose. </p>
<p>The estimate is that I will have these on for 24 months. It will fly by.&#160; </p>
<p>The other change will be written about in a future blog post. Nothing too dramatic. Here is a hint. Think fruit and an appropriate name for a cab driver. </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Through Chapter 2 of Rails Tutorial</title>
		<link>http://muchosalsa.com/blog/?p=283</link>
		<comments>http://muchosalsa.com/blog/?p=283#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:14:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=283</guid>
		<description><![CDATA[I just completed Chapter 2 of the Rails Tutorial that I mentioned in my previous post. It has been a really enjoyable exercise. Every example has been clear and useful. I really like how time is spent on actually setting up your environment. The focus on Test Driven Development &#38; Version Control right from the [...]]]></description>
			<content:encoded><![CDATA[<p>I just completed Chapter 2 of the <a href="http://www.railstutorial.org/" target="_blank">Rails Tutorial</a> that I mentioned in my <a href="http://muchosalsa.com/blog/?p=281" target="_blank">previous post</a>. It has been a really enjoyable exercise. Every example has been clear and useful. I really like how time is spent on actually setting up your environment. The focus on Test Driven Development &amp; Version Control right from the start also feels exactly right. </p>
<p>Another thing that I really appreciate about this book is that there are exercises where the answer isn’t right in front of you. It can be very easy to just follow the recipe and not learn as much if the exact steps are spelled out directly on the page. At the end of Chapter 2 there are a couple of exercises that I had to go back and read some material again. I want to stress that neither was difficult which is right in line with the goal of making this book for pure beginners. But you do have to use your brain a little bit which I appreciate. </p>
<p>The only thing I have skipped over so far is the setup of <a href="http://ph7spot.com/musings/getting-started-with-autotest" target="_blank">Autotest</a>. I’ll go back and redo that section at some point, until then I’m happy hitting <font face="Andalus">spec spec/ </font><font face="tre">as much as needed. </font></p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next up: Ruby on Rails Tutorial</title>
		<link>http://muchosalsa.com/blog/?p=281</link>
		<comments>http://muchosalsa.com/blog/?p=281#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:25:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=281</guid>
		<description><![CDATA[Since completing the Beginning Ruby book a couple of weeks ago I have dabbled with Sinatra, but I’m just not getting it. Being a complete newbie I really need my handheld and the material available to learn Sinatra just wasn’t working for me. Why I went with Sinatra instead of Rails as my next step? [...]]]></description>
			<content:encoded><![CDATA[<p>Since completing the Beginning Ruby book a couple of weeks ago I have dabbled with <a href="http://www.sinatrarb.com/" target="_blank">Sinatra</a>, but I’m just not getting it. Being a complete newbie I really need my handheld and the material available to learn Sinatra just wasn’t working for me. Why I went with Sinatra instead of Rails as my next step? I have no idea, but I’m going to Rails now. There is a great community here in Houston to help me out and there is no shortage of tutorials, screen casts and books on Rails. I am a little concerned about the upcoming Rail 3 release and what that will mean for someone starting out with Rails 2.x. However I may have found the material to help me out. Michael Hartl is writing a <a href="http://www.railstutorial.org/" target="_blank">Ruby on Rails tutorial</a>. As he states at the beginning:</p>
<blockquote><p>Though the Ruby on Rails web framework beneﬁts from a wealth of learning resources—including books, blogs, and screencasts—many of them assume a substantial background in Rails. Ruby on Rails Tutorial is designed to give you this background. By the time you ﬁnish this book, you will have a solid foundation in Rails programming, ready to beneﬁt from more advanced Rails resources.</p>
</blockquote>
<p>That sounds like exactly what I need! So I’m jumping in. Michael is in the process of writing the book and is making the drafts available. I’ll be providing feedback on what is confusing to me, as I represent his target audience. </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=281</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginning Ruby &#8211; Finished!</title>
		<link>http://muchosalsa.com/blog/?p=280</link>
		<comments>http://muchosalsa.com/blog/?p=280#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:52:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=280</guid>
		<description><![CDATA[I just wrapped up the book and felt the need for quick post. First of all the book is fantastic. It is well written and the examples were well though out. I didn’t go through every single example, but I read every one. My estimate is that I did 85% of the examples and of [...]]]></description>
			<content:encoded><![CDATA[<p>I just wrapped up <a href="http://bit.ly/8o49cd" target="_blank">the book</a> and felt the need for quick post. </p>
<p>First of all the book is fantastic. It is well written and the examples were well though out. I didn’t go through every single example, but I read every one. My estimate is that I did 85% of the examples and of that 85% I was able to get 90% of them to work. The ones I didn’t get to work I’m chalking it up to using an old version of the book on a fresh install of Ruby and Ruby on Rails. </p>
<p>Second point. The author, <a href="http://twitter.com/peterc" target="_blank">Peter Cooper</a>, has been of more help than I would have dreamed possible. If I got stuck on something, I tweeted it or posted an entry here. Usually in seconds I had a response from Peter. I think there might be 5 of him.&#160; </p>
<p>I’m going to move on to a Ruby on Rails book now. Probably <a href="http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" target="_blank">this one</a>. </p>
<p>If you are trying to figure out what book to buy to learn Ruby I really recommend that you pick up Peter’s book. </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=280</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem with scaffolding?</title>
		<link>http://muchosalsa.com/blog/?p=258</link>
		<comments>http://muchosalsa.com/blog/?p=258#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:34:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=258</guid>
		<description><![CDATA[After a couple of days of being distracted by getting Ubuntu set up I am back at it. I’m still in Chapter 13 of the book. I have the 1st edition. After I run through the scaffolding instructions this is the code I get for the&#160; index page. &#160; This however is not what is [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple of days of being distracted by getting <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> set up I am back at it. I’m still in Chapter 13 of the <a href="http://www.apress.com/book/view/9781430223634" target="_blank">book</a>. I have the 1st edition. After I run through the scaffolding instructions this is the code I get for the&#160; index page.</p>
<p>&#160;</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image_thumb.png" width="644" height="360" /></a> </p>
<p>This however is not what is listed in the book and the rendered web page looks like this: </p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image_thumb1.png" width="644" height="422" /></a> </p>
<p>The table header entries are missing. When I add the code that is supposed to be there, according to the book, to the first &lt;tr&gt; section then it renders properly.</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image_thumb2.png" width="644" height="356" /></a>&#160;</p>
<p><a href="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://muchosalsa.com/blog/wp-content/uploads/2010/01/image_thumb3.png" width="644" height="439" /></a> </p>
<p>I am running into similar problems with another page where scaffolding doesn’t seem to be properly creating the rhtml to display all the contents of the page. For example on the new page, the form fields to create a new entry are missing. Is it the scaffolding that is causing the problem, am I doing something incorrectly or ?</p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=258</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The move to Ubuntu</title>
		<link>http://muchosalsa.com/blog/?p=247</link>
		<comments>http://muchosalsa.com/blog/?p=247#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:25:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=247</guid>
		<description><![CDATA[After running into a few problems during the first 13 chapters of Beginning Ruby that I thought were exacerbated by using Windows I have made the move to Ubuntu. First I was thinking that I would get a new desktop/laptop that would be a dedicated Linux machine but hesitated on making an monetary investment in [...]]]></description>
			<content:encoded><![CDATA[<p>After running into a few problems during the first 13 chapters of Beginning Ruby that I thought were exacerbated by using Windows I have made the move to <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>. First I was thinking that I would get a new desktop/laptop that would be a dedicated Linux machine but hesitated on making an monetary investment in something (programming) that I was just getting into. Thanks to a tip from <a href="http://www.twitter.com/vpz" target="_blank">@vpz</a> I am now running Ubuntu inside <a href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> on my laptop.</p>
<p>The setup was pretty straightforward. The only problem I have right now is not being able to adjust the size and resolution of the Ubuntu desktop. I have tried a couple of tips but haven’t cracked that but yet. I will though. I thought I was a good problem solver before. Programming is going to only make me better.</p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=247</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginning Ruby Chapter 13, page 399</title>
		<link>http://muchosalsa.com/blog/?p=245</link>
		<comments>http://muchosalsa.com/blog/?p=245#comments</comments>
		<pubDate>Tue, 12 Jan 2010 01:05:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://muchosalsa.com/blog/?p=245</guid>
		<description><![CDATA[As I run into problems I am going to post them here and ask for some help. I have the first addition of the book. I am trying to use ‘migration’ to create my database for the tutorial in this chapter but am running into this error. &#160; C:\Users\David\RubyonRails\InstantRails-2.0-win\rails_apps\mydiary&#62;ruby script/generate migration AddEntriesTable C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:602:in `send&#8217;: undefined [...]]]></description>
			<content:encoded><![CDATA[<p>As I run into problems I am going to post them here and ask for some help. I have the first addition of the book.</p>
<p>I am trying to use ‘migration’ to create my database for the tutorial in this chapter but am running into this error. </p>
<p>&#160;</p>
<blockquote><p>C:\Users\David\RubyonRails\InstantRails-2.0-win\rails_apps\mydiary&gt;ruby script/generate migration AddEntriesTable</p>
<p>C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:602:in `send&#8217;: undefined method `cache_template_extensions=&#8217; for ActionView::Base:Class (NoMethodError)       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:602:in `initialize_framework_settings&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:601:in `each&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:601:in `initialize_framework_settings&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:598:in `each&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:598:in `initialize_framework_settings&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:155:in `process&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:113:in `send&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:113:in `run&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Users/David/RubyonRails/InstantRails-2.0-win/rails_apps/mydiary/config/environment.rb:13       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/generate.rb:1       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;&#160;&#160;&#160;&#160;&#160;&#160;&#160; from script/generate:3 </p>
</blockquote>
<p>I have updated all gems via ‘gem update’. Any suggestions? </p>
<p><strong>UPDATE (10 minutes later)</strong></p>
<p>Very quickly both <a href="http://twitter.com/cglee/" target="_blank">@cglee</a> and <a href="http://twitter.com/peterc/" target="_blank">@peterc</a> responded with the solution which can be found <a href="http://66.102.9.132/search?q=cache:dfbwPHaOOJMJ:paulsturgess.co.uk/articles/show/75-undefined-method-cache_template_extensions-when-upgrading-to-ruby-on-rails-222+undefined+method+%60cache_template_extensions%3D%E2%80%99&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;client=safari" target="_blank">here</a>. </p>
<p>After commenting out the undefined method. I ran into another error. </p>
<blockquote><p>C:\Users\David\RubyonRails\InstantRails-2.0-win\rails_apps\mydiary&gt;rake db:migrate     <br />(in C:/Users/David/RubyonRails/InstantRails-2.0-win/rails_apps/mydiary)      <br />!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install      <br />the mysql gem and try again: gem install mysql.      <br />rake aborted!      <br />126: The specified module could not be found.&#160;&#160; &#8211; C:/Ruby/lib/ruby/gems/1.8/gems      <br />/mysql-2.8.1-x86-mswin32/lib/1.8/mysql_api.so </p>
<p>(See full trace by running task with &#8211;trace)</p>
</blockquote>
<p>But this time I learned my lesson. I quickly searched for the error I ran into and found <a href="http://forums.aptana.com/viewtopic.php?f=20&amp;t=7563" target="_blank">this solution</a> which worked perfectly.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://muchosalsa.com/blog/?feed=rss2&amp;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
