<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for The Hobo Blog</title>
	<link>http://hobocentral.net/blog</link>
	<description>Hobo - the web app builder for Rails</description>
	<pubDate>Fri, 04 Jul 2008 18:54:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>Comment on [Ruby Skills] * and where by Tom</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39503</link>
		<pubDate>Thu, 26 Jun 2008 19:17:31 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39503</guid>
					<description>&lt;p&gt;Hi Brandon - no I think it should be OK. Actually the 'splat' operator is already there:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&#62;&#62; x = [1,2,3]
=&#62; [1, 2, 3]
&#62;&#62; [10, *x]
=&#62; [10, 1, 2, 3]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It's syntactically different from the multiply operator (note there's no left-hand-side). Ruby 1.9 just adds a load of new tricks you can do with it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Brandon - no I think it should be OK. Actually the &#8217;splat&#8217; operator is already there:</p>
<pre><code>&gt;&gt; x = [1,2,3]
=&gt; [1, 2, 3]
&gt;&gt; [10, *x]
=&gt; [10, 1, 2, 3]
</code></pre>
<p>It&#8217;s syntactically different from the multiply operator (note there&#8217;s no left-hand-side). Ruby 1.9 just adds a load of new tricks you can do with it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on [Ruby Skills] * and where by Brandon Zylstra</title>
		<link>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39500</link>
		<pubDate>Thu, 26 Jun 2008 18:50:48 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/04/09/ruby-skills-and-where/#comment-39500</guid>
					<description>&lt;p&gt;Will this create a conflict when Ruby 1.9 adds the * operator? 
http://pragdave.blogs.pragprog.com/pragdave/2008/06/silly-ruby-19-t.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Will this create a conflict when Ruby 1.9 adds the * operator?<br />
http://pragdave.blogs.pragprog.com/pragdave/2008/06/silly-ruby-19-t.html</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hobo 0.7.5 released by victor</title>
		<link>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-37723</link>
		<pubDate>Sun, 15 Jun 2008 01:51:59 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-37723</guid>
					<description>&lt;p&gt;On ubuntu 8.04:&lt;/p&gt;

&lt;p&gt;sudo gem install hobo
successfully install 1 gem&lt;/p&gt;

&lt;p&gt;hobo app-name
bash: hobo: command not found&lt;/p&gt;

&lt;p&gt;What's wrong here?&lt;/p&gt;

&lt;p&gt;Ran
/var/lib/gems/1.8/gems/hobo-0.7.5/bin/hobo myapp
Generating rails app...
/var/lib/gems/1.8/gems/hobo-0.7.5/bin/hobo:75:in 'chir': no such file or directory - myapp&lt;/p&gt;

&lt;p&gt;What's wrong here?&lt;/p&gt;

&lt;p&gt;Please advise.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On ubuntu 8.04:</p>
<p>sudo gem install hobo<br />
successfully install 1 gem</p>
<p>hobo app-name<br />
bash: hobo: command not found</p>
<p>What&#8217;s wrong here?</p>
<p>Ran<br />
/var/lib/gems/1.8/gems/hobo-0.7.5/bin/hobo myapp<br />
Generating rails app&#8230;<br />
/var/lib/gems/1.8/gems/hobo-0.7.5/bin/hobo:75:in &#8216;chir&#8217;: no such file or directory - myapp</p>
<p>What&#8217;s wrong here?</p>
<p>Please advise.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hobo 0.7.5 released by Tom</title>
		<link>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-37284</link>
		<pubDate>Tue, 10 Jun 2008 10:37:43 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-37284</guid>
					<description>&lt;p&gt;Chris - something seems wrong there. You should get version 0.7.5&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Chris - something seems wrong there. You should get version 0.7.5</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hobo at RailsConf 2008 by Gabriel</title>
		<link>http://hobocentral.net/blog/2008/01/30/hobo-at-railsconf-2008/#comment-36774</link>
		<pubDate>Thu, 05 Jun 2008 15:45:48 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/01/30/hobo-at-railsconf-2008/#comment-36774</guid>
					<description>&lt;p&gt;Really liked your presentation at the railconf08&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Really liked your presentation at the railconf08</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hobo 0.7.5 released by Chris Matthieu</title>
		<link>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-36614</link>
		<pubDate>Wed, 04 Jun 2008 02:07:58 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comment-36614</guid>
					<description>&lt;p&gt;Tried updating my hobo gem and received version 0.5.2.&lt;/p&gt;

&lt;p&gt;Tophers-Toolbox:/usr/local/src topher$ sudo gem update hobo
Password:
Updating installed gems...
Bulk updating Gem source index for: http://gems.rubyforge.org
Attempting remote update of hobo
Successfully installed hobo-0.5.2
1 gem installed
Gems: [hobo] updated&lt;/p&gt;

&lt;p&gt;ran hobo newproj to start a new project - worked
get error generating hobo_migration&lt;/p&gt;

&lt;p&gt;Tophers-Toolbox:/usr/local/src/newproj topher$ script/generate hobo&lt;em&gt;migration
Couldn't find 'hobo&lt;/em&gt;migration' generator&lt;/p&gt;

&lt;p&gt;I also gemed hobosupport but this didn't help.  Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tried updating my hobo gem and received version 0.5.2.</p>
<p>Tophers-Toolbox:/usr/local/src topher$ sudo gem update hobo<br />
Password:<br />
Updating installed gems&#8230;<br />
Bulk updating Gem source index for: http://gems.rubyforge.org<br />
Attempting remote update of hobo<br />
Successfully installed hobo-0.5.2<br />
1 gem installed<br />
Gems: [hobo] updated</p>
<p>ran hobo newproj to start a new project - worked<br />
get error generating hobo_migration</p>
<p>Tophers-Toolbox:/usr/local/src/newproj topher$ script/generate hobo<em>migration<br />
Couldn&#8217;t find &#8216;hobo</em>migration&#8217; generator</p>
<p>I also gemed hobosupport but this didn&#8217;t help.  Any ideas?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Ajax, Hobo Style by victor</title>
		<link>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36238</link>
		<pubDate>Sat, 31 May 2008 14:19:16 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36238</guid>
					<description>&lt;p&gt;Tom - I don't understand most of the stuff in hobo-rapid.js. If I can , I will let you know.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom - I don&#8217;t understand most of the stuff in hobo-rapid.js. If I can , I will let you know.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Ajax, Hobo Style by Tom</title>
		<link>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36138</link>
		<pubDate>Fri, 30 May 2008 14:38:01 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36138</guid>
					<description>&lt;p&gt;Victor -- I really have no idea when this might happen. There are so many other priorities that it might not happen for a good while, or even at all. Why don't you have a go at moving hobo-rapid.js in that direction yourself?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Victor &#8212; I really have no idea when this might happen. There are so many other priorities that it might not happen for a good while, or even at all. Why don&#8217;t you have a go at moving hobo-rapid.js in that direction yourself?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Ajax, Hobo Style by victor</title>
		<link>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36136</link>
		<pubDate>Fri, 30 May 2008 14:18:22 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36136</guid>
					<description>&lt;p&gt;Tom - thanks for responding. How soon will you move? It seems all js stuff are in one file hobo_rapid.js? It will be good for a lot of people since jQuery are getting so popular.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom - thanks for responding. How soon will you move? It seems all js stuff are in one file hobo_rapid.js? It will be good for a lot of people since jQuery are getting so popular.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Ajax, Hobo Style by Tom</title>
		<link>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36068</link>
		<pubDate>Thu, 29 May 2008 22:45:53 +0000</pubDate>
		<guid>http://hobocentral.net/blog/2006/12/05/ajax-hobo-style/#comment-36068</guid>
					<description>&lt;p&gt;Victor -- not really, not an easy way. But we're thinking of moving to jQuery anyway.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Victor &#8212; not really, not an easy way. But we&#8217;re thinking of moving to jQuery anyway.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
