<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for The Hobo Blog</title>
	<atom:link href="http://hobocentral.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Sat, 12 May 2012 20:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Hobo 1.4.0.pre6 released by Owen</title>
		<link>http://hobocentral.net/blog/2012/04/24/hobo-1-4-0-pre6-released/comment-page-1/#comment-52332</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Sat, 12 May 2012 20:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=387#comment-52332</guid>
		<description>&lt;p&gt;Thanks, Bryan, Looking forward to checking it out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Bryan, Looking forward to checking it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.4.0.pre5 released by Owen</title>
		<link>http://hobocentral.net/blog/2012/04/23/hobo-1-4-0-pre5-released/comment-page-1/#comment-52281</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Mon, 23 Apr 2012 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=384#comment-52281</guid>
		<description>&lt;p&gt;Nice job, Bryan!&lt;/p&gt;

&lt;p&gt;-Owen&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice job, Bryan!</p>
<p>-Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.4.0.pre5 released by Edson</title>
		<link>http://hobocentral.net/blog/2012/04/23/hobo-1-4-0-pre5-released/comment-page-1/#comment-52280</link>
		<dc:creator>Edson</dc:creator>
		<pubDate>Mon, 23 Apr 2012 15:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=384#comment-52280</guid>
		<description>&lt;p&gt;Very good news Mr. Bryan.&lt;/p&gt;

&lt;p&gt;I&#039;ll give it a try in my brand new ubuntu environment.&lt;/p&gt;

&lt;p&gt;Good job.&lt;/p&gt;

&lt;p&gt;Edson&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very good news Mr. Bryan.</p>
<p>I&#8217;ll give it a try in my brand new ubuntu environment.</p>
<p>Good job.</p>
<p>Edson</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.4 beta available by Owen</title>
		<link>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/comment-page-1/#comment-52247</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Mon, 02 Apr 2012 19:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=374#comment-52247</guid>
		<description>&lt;p&gt;Thanks for the input, Dale!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the input, Dale!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.4 beta available by Dale Reagan</title>
		<link>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/comment-page-1/#comment-52245</link>
		<dc:creator>Dale Reagan</dc:creator>
		<pubDate>Sun, 01 Apr 2012 23:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=374#comment-52245</guid>
		<description>&lt;p&gt;Seems to be a Rails issue and not a Hobo issue... I am reluctant to create yet-another-account-on-yet-another-system/service... so I am posting here.  This might be useful on the 1.4 docs page (which does not allow comments...) &lt;/p&gt;

&lt;p&gt;Notes
-- Hobo 1.4 pre requires Rails 3.1.x
-- Javascript issue workaround (Centos 6.1)&lt;/p&gt;

&lt;p&gt;1) install Rails 3.1.x&lt;/p&gt;

&lt;p&gt;2) install hobo (pre)&lt;/p&gt;

&lt;p&gt;3) hobo new test14  (will Error out due to &#039;missing&#039; gems)&lt;/p&gt;

&lt;p&gt;4) edit test14/Gemfile and add:
gem &#039;execjs&#039;
gem &#039;therubyracer&#039;&lt;/p&gt;

&lt;p&gt;5) hobo new test14 ## You will be prompted to replace files
- Keep the Gemfile and
- accept overwrites for everything else&lt;/p&gt;

&lt;p&gt;6) cd test14&lt;/p&gt;

&lt;p&gt;7) rails s&lt;/p&gt;

&lt;p&gt;8) point your browser at the instance...&lt;/p&gt;

&lt;p&gt;Suggests the need to:
a) add above gems to &#039;default&#039; for Hobo?
b) add a hobo command line option to include &#039;special/missing&#039; gems?&lt;/p&gt;

&lt;p&gt;:)
Dale&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Seems to be a Rails issue and not a Hobo issue&#8230; I am reluctant to create yet-another-account-on-yet-another-system/service&#8230; so I am posting here.  This might be useful on the 1.4 docs page (which does not allow comments&#8230;) </p>
<p>Notes<br />
&#8211; Hobo 1.4 pre requires Rails 3.1.x<br />
&#8211; Javascript issue workaround (Centos 6.1)</p>
<p>1) install Rails 3.1.x</p>
<p>2) install hobo (pre)</p>
<p>3) hobo new test14  (will Error out due to &#8216;missing&#8217; gems)</p>
<p>4) edit test14/Gemfile and add:<br />
gem &#8216;execjs&#8217;<br />
gem &#8216;therubyracer&#8217;</p>
<p>5) hobo new test14 ## You will be prompted to replace files<br />
- Keep the Gemfile and<br />
- accept overwrites for everything else</p>
<p>6) cd test14</p>
<p>7) rails s</p>
<p>8) point your browser at the instance&#8230;</p>
<p>Suggests the need to:<br />
a) add above gems to &#8216;default&#8217; for Hobo?<br />
b) add a hobo command line option to include &#8217;special/missing&#8217; gems?</p>
<p>:)<br />
Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.4 beta available by Owen</title>
		<link>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/comment-page-1/#comment-52243</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Sat, 31 Mar 2012 14:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=374#comment-52243</guid>
		<description>&lt;p&gt;Great work, Bryan!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great work, Bryan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.3 Released! by Dale Reagan</title>
		<link>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/comment-page-1/#comment-52240</link>
		<dc:creator>Dale Reagan</dc:creator>
		<pubDate>Mon, 26 Mar 2012 15:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=369#comment-52240</guid>
		<description>&lt;p&gt;I&#039;m back - after some diversions.  I was able to get Hobo running a few days after my post and I did create a web post about it.  &lt;/p&gt;

&lt;p&gt;http://web-tech.ga-usa.com/2011/11/hobo-fasssssssssstttt-rails-3-appssite/  &lt;/p&gt;

&lt;p&gt;I used &#039;rvm&#039; to get things into a sensible state.  &lt;/p&gt;

&lt;p&gt;Currently working through the large tutorial (nice job) but encountered a small issue with CH 3, tutorial 8 - model relationships part II.  Things work, however the &#039;category&#039; display shows &#039;#&#039; instead of a post-related id number, i.e.  &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;« Back to Recipe [#, #]
&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;code&gt;Category Sweet
&lt;/code&gt;&lt;/pre&gt;

&lt;ul&gt;
&lt;li&gt;Relationships seem to work fine.  &lt;/li&gt;
&lt;li&gt;I did run a migration.  &lt;/li&gt;
&lt;li&gt;I did restart the server.  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;:)
Dale&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m back &#8211; after some diversions.  I was able to get Hobo running a few days after my post and I did create a web post about it.  </p>
<p><a href="http://web-tech.ga-usa.com/2011/11/hobo-fasssssssssstttt-rails-3-appssite/" rel="nofollow">http://web-tech.ga-usa.com/2011/11/hobo-fasssssssssstttt-rails-3-appssite/</a>  </p>
<p>I used &#8216;rvm&#8217; to get things into a sensible state.  </p>
<p>Currently working through the large tutorial (nice job) but encountered a small issue with CH 3, tutorial 8 &#8211; model relationships part II.  Things work, however the &#8216;category&#8217; display shows &#8216;#&#8217; instead of a post-related id number, i.e.  </p>
<pre><code>« Back to Recipe [#, #]
</code></pre>
<pre><code>Category Sweet
</code></pre>
<ul>
<li>Relationships seem to work fine.  </li>
<li>I did run a migration.  </li>
<li>I did restart the server.  </li>
</ul>
<p>:)<br />
Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.3 Released! by Drammy</title>
		<link>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/comment-page-1/#comment-52215</link>
		<dc:creator>Drammy</dc:creator>
		<pubDate>Sat, 19 Nov 2011 20:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=369#comment-52215</guid>
		<description>&lt;p&gt;Hmmm, will try that again as it seemed to get formatted strange...&lt;/p&gt;

&lt;p&gt;Dale,&lt;/p&gt;

&lt;p&gt;I have pulled my hair out over the last few week trying to get a working installation of hobo and found lots of resources detailing different approaches, none of which seem to work for my situation.&lt;/p&gt;

&lt;p&gt;Anyway I went through a process of trial and error and eventually had some success installing hobo 1.3.0pre2.  I documented the steps (only my own notes so hope they make sense to you) I went through to install on Windows 7 64 bit. After 2 weeks of playing with hobo though I do think its worth the effort and perseverance.&lt;/p&gt;

&lt;p&gt;The notes may need some slight amendments to get hobo 1.3 full release installed and working but at least you have a start...&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
1.  Installed ruby 1.9.2 p290
2.  Downloaded and installed RubyGems 1.8.11 - ruby setup.rb
3.  Installed devkit - ruby dk.rb init &amp; ruby dk.rb install
4.  Installed Rails - gem install rails -v 3.0.10 --include-dependencies
5.  Made sure the only remote resource was rubygems.org
6.  Installed hobo - gem install hobo --pre  --no-ri --no-rdoc
7.  Installed sqlite3 - gem install sqlite3
8.  Copied sqlite dll and def files into C:\ruby192\bin
9.  Installed earlier version of will_paginate - gem install will_paginate -v 3.0.pre2
10. Add gem dependency to sites gemfile - gem &quot;will_paginate&quot;, &quot;3.0.pre2&quot;
11. Unlock the bundle - bundle update will_paginate
12. Do a Bundle Install on the site
13. Uninstall will_paginate version 3.0.pre4 - gem uninstall will_paginate -v 3.0.pre4
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Hope it helps ;-)
Drammy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm, will try that again as it seemed to get formatted strange&#8230;</p>
<p>Dale,</p>
<p>I have pulled my hair out over the last few week trying to get a working installation of hobo and found lots of resources detailing different approaches, none of which seem to work for my situation.</p>
<p>Anyway I went through a process of trial and error and eventually had some success installing hobo 1.3.0pre2.  I documented the steps (only my own notes so hope they make sense to you) I went through to install on Windows 7 64 bit. After 2 weeks of playing with hobo though I do think its worth the effort and perseverance.</p>
<p>The notes may need some slight amendments to get hobo 1.3 full release installed and working but at least you have a start&#8230;</p>
<p><code><br />
1.  Installed ruby 1.9.2 p290<br />
2.  Downloaded and installed RubyGems 1.8.11 - ruby setup.rb<br />
3.  Installed devkit - ruby dk.rb init &amp; ruby dk.rb install<br />
4.  Installed Rails - gem install rails -v 3.0.10 --include-dependencies<br />
5.  Made sure the only remote resource was rubygems.org<br />
6.  Installed hobo - gem install hobo --pre  --no-ri --no-rdoc<br />
7.  Installed sqlite3 - gem install sqlite3<br />
8.  Copied sqlite dll and def files into C:\ruby192\bin<br />
9.  Installed earlier version of will_paginate - gem install will_paginate -v 3.0.pre2<br />
10. Add gem dependency to sites gemfile - gem "will_paginate", "3.0.pre2"<br />
11. Unlock the bundle - bundle update will_paginate<br />
12. Do a Bundle Install on the site<br />
13. Uninstall will_paginate version 3.0.pre4 - gem uninstall will_paginate -v 3.0.pre4<br />
</code></p>
<p>Hope it helps ;-)<br />
Drammy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.3 Released! by Drammy</title>
		<link>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/comment-page-1/#comment-52214</link>
		<dc:creator>Drammy</dc:creator>
		<pubDate>Sat, 19 Nov 2011 20:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=369#comment-52214</guid>
		<description>&lt;p&gt;Dale,&lt;/p&gt;

&lt;p&gt;I have pulled my hair out over the last few week trying to get a working installation of hobo and found lots of resources detailing different approaches, none of which seem to work for my situation.&lt;/p&gt;

&lt;p&gt;Anyway I went through a process of trial and error and eventually had some success installing hobo 1.3.0pre2.  I documented the steps (only my own notes so hope they make sense to you) I went through to install on Windows 7 64 bit. After 2 weeks of playing with hobo though I do think its worth the effort and perseverance.&lt;/p&gt;

&lt;p&gt;The notes may need some slight amendments to get hobo 1.3 full release installed and working but at least you have a start...&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;installed ruby 1.9.2 p290&lt;/li&gt;
&lt;li&gt;Downloaded and installed RubyGems 1.8.11 - ruby setup.rb&lt;/li&gt;
&lt;li&gt;Installed devkit - ruby dk.rb init &amp; ruby dk.rb install&lt;/li&gt;
&lt;li&gt;Installed Rails - gem install rails -v 3.0.10 --include-dependencies&lt;/li&gt;
&lt;li&gt;Made sure the only remote resource was rubygems.org&lt;/li&gt;
&lt;li&gt;Installed hobo - gem install hobo --pre  --no-ri --no-rdoc&lt;/li&gt;
&lt;li&gt;Installed sqlite3 - gem install sqlite3&lt;/li&gt;
&lt;li&gt;Copied sqlite dll and def files into C:ruby192bin&lt;/li&gt;
&lt;li&gt;Installed earlier version of will&lt;em&gt;paginate - gem install will&lt;/em&gt;paginate -v 3.0.pre2
10.Add gem dependency to sites gemfile - gem &quot;will&lt;em&gt;paginate&quot;, &quot;3.0.pre2&quot;
11.Unlock the bundle - bundle update will&lt;/em&gt;paginate
12.Do a Bundle Install on the site
13.Uninstall will&lt;em&gt;paginate version 3.0.pre4 - gem uninstall will&lt;/em&gt;paginate -v 3.0.pre4&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hope it helps ;-)
Drammy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dale,</p>
<p>I have pulled my hair out over the last few week trying to get a working installation of hobo and found lots of resources detailing different approaches, none of which seem to work for my situation.</p>
<p>Anyway I went through a process of trial and error and eventually had some success installing hobo 1.3.0pre2.  I documented the steps (only my own notes so hope they make sense to you) I went through to install on Windows 7 64 bit. After 2 weeks of playing with hobo though I do think its worth the effort and perseverance.</p>
<p>The notes may need some slight amendments to get hobo 1.3 full release installed and working but at least you have a start&#8230;</p>
<ol>
<li>installed ruby 1.9.2 p290</li>
<li>Downloaded and installed RubyGems 1.8.11 &#8211; ruby setup.rb</li>
<li>Installed devkit &#8211; ruby dk.rb init &amp; ruby dk.rb install</li>
<li>Installed Rails &#8211; gem install rails -v 3.0.10 &#8211;include-dependencies</li>
<li>Made sure the only remote resource was rubygems.org</li>
<li>Installed hobo &#8211; gem install hobo &#8211;pre  &#8211;no-ri &#8211;no-rdoc</li>
<li>Installed sqlite3 &#8211; gem install sqlite3</li>
<li>Copied sqlite dll and def files into C:ruby192bin</li>
<li>Installed earlier version of will<em>paginate &#8211; gem install will</em>paginate -v 3.0.pre2<br />
10.Add gem dependency to sites gemfile &#8211; gem &#8220;will<em>paginate&#8221;, &#8220;3.0.pre2&#8243;<br />
11.Unlock the bundle &#8211; bundle update will</em>paginate<br />
12.Do a Bundle Install on the site<br />
13.Uninstall will<em>paginate version 3.0.pre4 &#8211; gem uninstall will</em>paginate -v 3.0.pre4</li>
</ol>
<p>Hope it helps ;-)<br />
Drammy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hobo 1.3 Released! by Dale Reagan</title>
		<link>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/comment-page-1/#comment-52212</link>
		<dc:creator>Dale Reagan</dc:creator>
		<pubDate>Thu, 17 Nov 2011 20:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/?p=369#comment-52212</guid>
		<description>&lt;p&gt;Greetings,&lt;/p&gt;

&lt;p&gt;I&#039;m exploring Rails 3(.x) and tried Hobo and of course it&#039;s a no-go.  It may save (some) folks a bit of time if you include a &#039;mini how-to run with Hobo&#039; so all needed steps present.  &lt;/p&gt;

&lt;p&gt;Since I have installed gems for Rails 3.0 and 3.1 this should be an auto-magick item (IMO.)  The 2-minute post says, &quot;You need at least version 3.0 of Rails:&quot; - perhaps I am missing something?&lt;/p&gt;

&lt;p&gt;Perhaps building hobo to auto-configure as needed so explorers won&#039;t see:&lt;/p&gt;

&lt;p&gt;&quot;Hobo Command Line Interface 1.3.0
Bundler could not find compatible versions for gem &quot;actionpack&quot;:
  In Gemfile:
    hobo (= 1.3.0) ruby depends on
      actionpack (~&gt; 3.0.0) ruby
    rails (= 3.1.1) ruby depends on
      actionpack (3.1.1)&quot;&lt;/p&gt;

&lt;p&gt;Looks really interesting so I&#039;ll keeping poking about until I get Hobo working...&lt;/p&gt;

&lt;p&gt;:)
Dale&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Greetings,</p>
<p>I&#8217;m exploring Rails 3(.x) and tried Hobo and of course it&#8217;s a no-go.  It may save (some) folks a bit of time if you include a &#8216;mini how-to run with Hobo&#8217; so all needed steps present.  </p>
<p>Since I have installed gems for Rails 3.0 and 3.1 this should be an auto-magick item (IMO.)  The 2-minute post says, &#8220;You need at least version 3.0 of Rails:&#8221; &#8211; perhaps I am missing something?</p>
<p>Perhaps building hobo to auto-configure as needed so explorers won&#8217;t see:</p>
<p>&#8220;Hobo Command Line Interface 1.3.0<br />
Bundler could not find compatible versions for gem &#8220;actionpack&#8221;:<br />
  In Gemfile:<br />
    hobo (= 1.3.0) ruby depends on<br />
      actionpack (~&gt; 3.0.0) ruby<br />
    rails (= 3.1.1) ruby depends on<br />
      actionpack (3.1.1)&#8221;</p>
<p>Looks really interesting so I&#8217;ll keeping poking about until I get Hobo working&#8230;</p>
<p>:)<br />
Dale</p>
]]></content:encoded>
	</item>
</channel>
</rss>

