<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hone Watson Bookmarks &#187; Web Apps</title>
	<atom:link href="http://bookmarks.honewatson.com/category/web-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://bookmarks.honewatson.com</link>
	<description>I bring you the best from the web - random bookmarks.</description>
	<lastBuildDate>Fri, 20 Nov 2009 00:54:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='bookmarks.honewatson.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d342b31a79cf2a9201ad915522856538?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Hone Watson Bookmarks &#187; Web Apps</title>
		<link>http://bookmarks.honewatson.com</link>
	</image>
			<item>
		<title>Drupal 6 node.save services taxonomy xmlrpc php and python</title>
		<link>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/</link>
		<comments>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:54:43 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/</guid>
		<description><![CDATA[Drupal 6 node.save uses different methods for saving taxonomy for different taxonomy types.
For multiple select based taxonomy:
(php)

$nodeObj-&#62;taxonomy = array(2=&#62;array(15,19));

(python)

nodeOb['taxonomy']['2'] = [15,19]

For tags based taxonomy:
(php)

$nodeObj-&#62;taxonomy = array(
  'tags' =&#62; array(
         2=&#62;'military,navy'
   )
);

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=405&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Drupal 6 node.save uses different methods for saving taxonomy for different taxonomy types.</p>
<p>For multiple select based taxonomy:</p>
<p>(php)</p>
<pre>
$nodeObj-&gt;taxonomy = array(2=&gt;array(15,19));
</pre>
<p>(python)</p>
<pre>
nodeOb['taxonomy']['2'] = [15,19]
</pre>
<p>For tags based taxonomy:</p>
<p>(php)</p>
<pre>
$nodeObj-&gt;taxonomy = array(
  'tags' =&gt; array(
         2=&gt;'military,navy'
   )
);
</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=405&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/11/20/drupal-6-node-save-services-taxonomy-xmlrpc-php-and-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>menu.inc on line 2423 Duplicate entry menu router fix Drupal 6</title>
		<link>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/</link>
		<comments>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:01:31 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/</guid>
		<description><![CDATA[There is an issue with Drupal 6 menu router rebuild which causes Drupal to time out with 404 pages or internal 500.
The following fix worked for me:
Install Drupal Tweaks, increase php memory, and mysql recommendations etc
http://drupal.org/project/drupal_tweaks
Download the following patches:
http://drupal.org/node/251792#comment-1831346

http://drupal.org/node/317775#comment-1491208  	
From command line copy patches to your root drupal directory.
cd to your root drupal directory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=376&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There is an issue with Drupal 6 menu router rebuild which causes Drupal to time out with 404 pages or internal 500.</p>
<p>The following fix worked for me:</p>
<p>Install Drupal Tweaks, increase php memory, and mysql recommendations etc</p>
<p><a href="http://drupal.org/project/drupal_tweaks">http://drupal.org/project/drupal_tweaks</a></p>
<p>Download the following patches:</p>
<p><a href="http://drupal.org/node/251792#comment-1831346">http://drupal.org/node/251792#comment-1831346</a></p>
<p><a href="http://drupal.org/node/317775#comment-1491208"><br />
http://drupal.org/node/317775#comment-1491208  	</a></p>
<p>From command line copy patches to your root drupal directory.</p>
<p>cd to your root drupal directory and then apply the patches.  Each time you will be asked where the file is for the patch and the actual path to the files to be patched will be provided in the command line.  Just copy and paste each file path as presented into the prompt.</p>
<p class="code">
<code><br />
cp *.patch /home/drupal_directory/<br />
cd /home/drupal_directory/<br />
patch &lt; no-router-blob-317775-56-D6.patch<br />
patch &lt; lock-251792-163-D6.patch</p>
<p>|--- includes/bootstrap.inc	(revision 7577)<br />
|+++ includes/bootstrap.inc	(working copy)<br />
--------------------------<br />
File to patch: includes/bootstrap.inc</p>
<p></code>
</p>
<p>So in the above text you can see it gives you the path &#8216;includes/bootstrap.inc&#8217;.  Just copy and paste that to where it says &#8216;File to patch:&#8217;.  For each file it will provide you the correct path to the file assuming you are in the drupal root directory.</p>
<p>The final thing to do is to cp the lock.inc file which is created to includes/</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=376&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2009/08/06/menu-inc-on-line-2423-duplicate-entry-menu-router-fix-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Copy MySQL Binaries</title>
		<link>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/</link>
		<comments>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 04:14:05 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/</guid>
		<description><![CDATA[If you&#8217;re moving or copying MySQL Binary files be sure to do the following:


myisamchk &#8211;silent /path/to/mysql/data/files/*/*.MYI (check integrity)
chown -R mysql:mysql /path/to/mysql/datafiles
chmod -R 0660 /path/to/mysql/datafiles


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=350&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re moving or copying MySQL Binary files be sure to do the following:</p>
<p><span id="more-350"></span></p>
<ul>
<li>myisamchk &#8211;silent /path/to/mysql/data/files/*/*.MYI (check integrity)</li>
<li>chown -R mysql:mysql /path/to/mysql/datafiles</li>
<li>chmod -R 0660 /path/to/mysql/datafiles
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=350&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/12/09/copy-mysql-binaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Up Ubuntu Ibex Windows Vista</title>
		<link>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/</link>
		<comments>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:18:21 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Ubuntu Intrepid Ibex]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/</guid>
		<description><![CDATA[Here&#8217;s an explanation of a desktop setup for Ubuntu Intrepid Ibex.

I instantly thought the banner photo of this blog looked liked New Zealand.&#160; New Zealand flora and fauna have a unique vibe.&#160; Easy setup.&#160;&#160;&#160; Noted the user of Zend Studio in this post.&#160; I&#8217;ve been avoiding PHP lately with a preference for Python.&#160; The Python [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=344&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s an explanation of a desktop setup for Ubuntu Intrepid Ibex.</p>
<p><span id="more-344"></span></p>
<p>I instantly thought the banner photo of this blog looked liked New Zealand.&nbsp; New Zealand flora and fauna have a unique vibe.&nbsp; <a href="http://www.1018-media.com/ext-perience/ubuntu/installed-ubuntu-ibex/">Easy setup</a>.&nbsp;&nbsp;&nbsp; Noted the user of Zend Studio in this post.&nbsp; I&#8217;ve been avoiding PHP lately with a preference for Python.&nbsp; The <a href="http://bookmarks.honewatson.com/tag/python/">Python</a> syntax is nicer than <a href="http://bookmarks.honewatson.com/tag/php/">PHP</a>.&nbsp; I like Komodo Edit and <a href="http://bookmarks.honewatson.com/tag/vim/">Vim</a> but Zend Studio sounds interesting.</p>
<p>Here is the perfect <a href="http://www.howtoforge.com/the-perfect-desktop-ubuntu-8.10">ubuntu 8.10 desktop setup</a>.</p>
<p>4 more guides:</p>
<ul>
<li><a href="http://beginlinux.com/desktop_training/ubuntu/1073-ubuntu-intrepid-ibex-install">Manual Partition</a></li>
<li>
<div align="justify"><a href="http://www.my-guides.net/en/content/view/119/1/">Visual Guide</a></div>
</li>
<li><a href="http://ubuntuguide.org/wiki/Ubuntu:Intrepid">Complete Guide</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=344&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/11/28/set-up-ubuntu-ibex-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;http post&#8221; with Python Multi Form</title>
		<link>http://bookmarks.honewatson.com/2008/11/12/http-post-with-python-multi-form/</link>
		<comments>http://bookmarks.honewatson.com/2008/11/12/http-post-with-python-multi-form/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 22:28:54 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Python Programming]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/11/12/http-post-with-python-multi-form/</guid>
		<description><![CDATA[Multi form &#8220;http post&#8221; with python.


Canonical Python Http Post
Multi part form data.
With Unicode
Comprehensive examples

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=339&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Multi form &#8220;http post&#8221; with python.</p>
<p><span id="more-339"></span></p>
<ul>
<li><a href="http://www.russellbeattie.com/blog/is-this-a-canonical-python-http-post-with-basic-authentication">Canonical Python Http Post</a></li>
<li><a href="http://code.activestate.com/recipes/146306/">Multi part form data.</a></li>
<li><a href="http://peerit.blogspot.com/2007/07/multipartposthandler-doesnt-work-for.html">With Unicode</a></li>
<li><a href="http://bitworking.org/projects/httplib2/ref/httplib2-example.html">Comprehensive examples</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=339&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/11/12/http-post-with-python-multi-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby on Rails Dreamhost Upgrade railsapp Crash Nightmare</title>
		<link>http://bookmarks.honewatson.com/2008/10/13/ruby-on-rails-dreamhost-upgrade-railsapp-crash-nightmare/</link>
		<comments>http://bookmarks.honewatson.com/2008/10/13/ruby-on-rails-dreamhost-upgrade-railsapp-crash-nightmare/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:16:04 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=336</guid>
		<description><![CDATA[The geniuses over at Dreamhost decided to upgrade their Rails without telling anyone and without providing instructions on how to upgrade older apps meaning hundreds of websites crashing and not working for days.

Here is my fix for the problem.  I included some stuff here that wasn&#8217;t included in the dreamhost wiki.
From ssh shell:


cd ~
mkdir .gems [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=336&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The geniuses over at Dreamhost decided to upgrade their Rails without telling anyone and without providing instructions on how to upgrade older apps meaning hundreds of websites crashing and not working for days.<br />
<span id="more-336"></span></p>
<p>Here is my fix for the problem.  I included some stuff here that wasn&#8217;t included in the dreamhost wiki.</p>
<p>From ssh shell:</p>
<p class="code">
<code><br />
cd ~<br />
mkdir .gems bin lib src<br />
mkdir .gems<br />
echo 'export GEM_HOME="$HOME/.gems"' &gt;&gt; .bash_profile<br />
echo 'export GEM_PATH="$GEM_HOME:/usr/lib/ruby/gems/1.8"' &gt;&gt; .bash_profile<br />
echo 'export PATH="$HOME/.gems/bin:$PATH"' &gt;&gt; .bash_profile<br />
source ~/.bash_profile</p>
<p></code>
</p>
<p>Now I had to download and manually install an older version of rails:</p>
<p>Check here for manual installation details (<a href="http://wiki.rubyonrails.org/rails/pages/GemRails">http://wiki.rubyonrails.org/rails/pages/GemRails</a>)</p>
<p class="code">
<code><br />
cd ~/src<br />
wget http://rubyforge.org/frs/download.php/43985/rubygems-1.3.0.tgz<br />
tar xzvf rubygems-1.3.0.tgz<br />
cd rubygems-1.3.0<br />
ruby setup.rb --prefix=$HOME<br />
wget http://rubyforge.org/frs/download.php/12245/activerecord-1.14.4.gem<br />
gem install --local activerecord-1.14.4.gem<br />
wget http://rubyforge.org/frs/download.php/12269/actionpack-1.12.4.gem<br />
gem install --local actionpack-1.12.4.gem<br />
wget http://rubyforge.org/frs/download.php/12251/actionmailer-1.2.4.gem<br />
gem install --local actionmailer-1.2.4.gem<br />
wget http://rubyforge.org/frs/download.php/12254/actionwebservice-1.1.5.gem<br />
gem install --local actionwebservice-1.1.5.gem<br />
wget http://rubyforge.org/frs/download.php/12257/rails-1.1.5.gem<br />
gem install --local rails-1.1.5.gem<br />
cd ~/.gems/bin<br />
vim rake</p>
<p></code>
</p>
<p>Now you need to add the following line:</p>
<p class="code">
<code><br />
require 'rubygems/gem_runner'<br />
</code>
</p>
<p>below:</p>
<p class="code">
<code><br />
require 'rubygems/<br />
</code>
</p>
<p>Now finally:</p>
<p class="code">
<code><br />
cd ~/railsapp<br />
rm -rdf vendor/rails<br />
rake rails:freeze:gems<br />
</code>
</p>
<p>Now if you get issues you&#8217;ll have to run &#8211;trace</p>
<p class="code">
<code><br />
rm -rdf vendor/rails<br />
rake rails:freeze:gems  --trace<br />
</code>
</p>
<p>Also <a href="http://www.enjoybeing.net/blog/2008/10/06/rails-shared-hosting-gotcha-3942/">visit here</a> if this doesn&#8217;t work.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=336&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/10/13/ruby-on-rails-dreamhost-upgrade-railsapp-crash-nightmare/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Placehere Content Item Module Joomla 1.5 Assigned Templates</title>
		<link>http://bookmarks.honewatson.com/2008/10/01/placehere-content-item-module-joomla-15-assigned-templates/</link>
		<comments>http://bookmarks.honewatson.com/2008/10/01/placehere-content-item-module-joomla-15-assigned-templates/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 06:22:38 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/10/01/placehere-content-item-module-joomla-15-assigned-templates/</guid>
		<description><![CDATA[Joomla 1.5 has an interesting quirk with Placehere Content Item Module.

If you assign a template to a category or section menu item and you do not have articles which are part of that category as menu items, the article pages will also use the template assigned to the category or section.
If you then add an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=335&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Joomla 1.5 has an interesting quirk with Placehere Content Item Module.</p>
<p><span id="more-335"></span></p>
<p>If you assign a template to a category or section menu item and you do not have articles which are part of that category as menu items, the article pages will also use the template assigned to the category or section.</p>
<p>If you then add an article as a menu item it will use the default template instead of the assigned template.<br />
<a href="http://diebesteallerzeiten.de/blog/module-15/"><br />
Place Here Placehere Content Item Module Joomla 1.5</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=335&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/10/01/placehere-content-item-module-joomla-15-assigned-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>$node-&gt;path authenticated vs anonymous users, url not showing</title>
		<link>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/</link>
		<comments>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 01:05:16 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Drupal Development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/</guid>
		<description><![CDATA[Drupal does not show the correct $node-&#62;path when a user is not authenticated in some drupal pages.

Check here for patches for this empty url problem.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=331&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Drupal does not show the correct $node-&gt;path when a user is not authenticated in some drupal pages.</p>
<p><span id="more-331"></span></p>
<p>Check here for patches for this <a href="http://drupal.org/node/216404">empty url problem</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/331/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/331/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=331&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/08/14/node-path-authenticated-vs-anonymous-users-url-not-showing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Recurring Subscription Payments Ubercart</title>
		<link>http://bookmarks.honewatson.com/2008/06/29/recurring-subscription-payments-ubercart/</link>
		<comments>http://bookmarks.honewatson.com/2008/06/29/recurring-subscription-payments-ubercart/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 09:17:48 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Ubercart]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://bookmarks.honewatson.com/2008/06/29/recurring-subscription-payments-ubercart/</guid>
		<description><![CDATA[Recurring subscription payments in Ubercart are covered by this module.

There is also this subscription module.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=316&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recurring subscription payments in Ubercart are covered by this <a href="http://www.ubercart.org/forum/development/2912/looking_uc_recurringmodule_testers">module</a>.</p>
<p><span id="more-316"></span></p>
<p>There is also this <a href="http://www.ubercart.org/contrib/2851">subscription module</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/316/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/316/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=316&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/06/29/recurring-subscription-payments-ubercart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
		<item>
		<title>Serif siFR Flash Fonts</title>
		<link>http://bookmarks.honewatson.com/2008/06/28/serif-sifr-flash-fonts/</link>
		<comments>http://bookmarks.honewatson.com/2008/06/28/serif-sifr-flash-fonts/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 00:28:11 +0000</pubDate>
		<dc:creator>honewatson</dc:creator>
				<category><![CDATA[Design CSS]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://honewatson.wordpress.com/?p=315</guid>
		<description><![CDATA[Some nice candidates for Serif siFR Flash Fonts are:

Serif Bold (Standard Gimp Linux)
Utopia
DejaVu Serif Bold
Courier 10 Pitch Bold

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=315&subd=honewatson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some nice candidates for Serif siFR Flash Fonts are:</p>
<ul>
<li>Serif Bold (Standard Gimp Linux)</li>
<li>Utopia</li>
<li>DejaVu Serif Bold</li>
<li>Courier 10 Pitch Bold</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/honewatson.wordpress.com/315/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/honewatson.wordpress.com/315/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/honewatson.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/honewatson.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/honewatson.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/honewatson.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/honewatson.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/honewatson.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/honewatson.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/honewatson.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/honewatson.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/honewatson.wordpress.com/315/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bookmarks.honewatson.com&blog=1388057&post=315&subd=honewatson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bookmarks.honewatson.com/2008/06/28/serif-sifr-flash-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4e9f5ca1121158385c9408cb2dafd03?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">honewatson</media:title>
		</media:content>
	</item>
	</channel>
</rss>