<?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 on: What is Hobo?</title>
	<atom:link href="http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Wed, 03 Mar 2010 11:41:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; A Layer on Top of Rails</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-20314</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; A Layer on Top of Rails</dc:creator>
		<pubDate>Fri, 04 Jan 2008 19:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-20314</guid>
		<description>&lt;p&gt;[...] Interesting - What is Hobo? describes Hobo, which bills itself as &#8220;the Web App Builder for Rails.&#8221; Basically, it&#8217;s a set of plugins to add even more DRY and RAD features to the Rails framework. I think I need to spend some more time digging into plain vanilla Rails first (if there is such a thing), but this looks like it&#8217;s a rather mature project and worth some exploration in the future. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Interesting &#8211; What is Hobo? describes Hobo, which bills itself as &#8220;the Web App Builder for Rails.&#8221; Basically, it&#8217;s a set of plugins to add even more DRY and RAD features to the Rails framework. I think I need to spend some more time digging into plain vanilla Rails first (if there is such a thing), but this looks like it&#8217;s a rather mature project and worth some exploration in the future. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-15467</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 17 Nov 2007 10:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-15467</guid>
		<description>&lt;p&gt;Folks - you should post in the forums rather than commenting on a thread that&#039;s nearly a year old :-)&lt;/p&gt;

&lt;p&gt;Jim - quick tip. You need Rails 2.0 RC1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Folks &#8211; you should post in the forums rather than commenting on a thread that&#8217;s nearly a year old :-)</p>
<p>Jim &#8211; quick tip. You need Rails 2.0 RC1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-15460</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 17 Nov 2007 09:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-15460</guid>
		<description>&lt;p&gt;And I also noticed that when you use the hobo&lt;em&gt;model&lt;/em&gt;controller generation, no db/migrate/ files are created.  Is this being removed?  Or is this an &quot;in progress&quot; change?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And I also noticed that when you use the hobo<em>model</em>controller generation, no db/migrate/ files are created.  Is this being removed?  Or is this an &#8220;in progress&#8221; change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-15459</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 17 Nov 2007 09:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-15459</guid>
		<description>&lt;p&gt;Installed release 0.6.4 tonight and created a hobo app.  I created the databases in mysql for development, test, production and edited database.yaml correspondingly.  Then I just tried script/server to see if we&#039;d be up in generic form.&lt;/p&gt;

&lt;p&gt;Got the error ActionView::TemplateError (undefined method &#039;extract_options!&#039; for [{:limit=&gt;40}]:array on line #1 of app/views/front/index.dryml:
1: &lt;/p&gt;

&lt;p&gt;searching through the source that the plugin contains, I see no declaration for extract_options, but plenty of calls to it.&lt;/p&gt;

&lt;p&gt;Is there an &quot;in progress&quot; change being made so that all those calls to args.extract&lt;em&gt;options! are becoming extract&lt;/em&gt;options&lt;em&gt;from&lt;/em&gt;args! ?&lt;/p&gt;

&lt;p&gt;I have not installed the will_paginate plugin... which comes to mind because of the &quot;:limit =&gt; 40&quot; part of the error.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Installed release 0.6.4 tonight and created a hobo app.  I created the databases in mysql for development, test, production and edited database.yaml correspondingly.  Then I just tried script/server to see if we&#8217;d be up in generic form.</p>
<p>Got the error ActionView::TemplateError (undefined method &#8216;extract_options!&#8217; for [{:limit=&gt;40}]:array on line #1 of app/views/front/index.dryml:<br />
1: </p>
<p>searching through the source that the plugin contains, I see no declaration for extract_options, but plenty of calls to it.</p>
<p>Is there an &#8220;in progress&#8221; change being made so that all those calls to args.extract<em>options! are becoming extract</em>options<em>from</em>args! ?</p>
<p>I have not installed the will_paginate plugin&#8230; which comes to mind because of the &#8220;:limit =&gt; 40&#8243; part of the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-15251</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 15 Nov 2007 16:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-15251</guid>
		<description>&lt;p&gt;I tried out hobo with a new project today, but did not succeed. I did a &quot;hobo --user-model hobouser myproject&quot; to create a project. Then I started the server and got an error message, that the hobousers-table is missing in the db. So I did a &quot;rake db:migrate&quot; which did not help. I found out, that there are no migrations for the given user-model. Since the documentation is poor AND outdated as stated on some pages and the first screencast fails to run with quicktime on my windows pc, I had to stop using hobo. &lt;/p&gt;

&lt;p&gt;What also drives me a bit crazy: When running the hobo command, it clears the screen so often, that I cannot see, whats going on.&lt;/p&gt;

&lt;p&gt;I saw a video presentation of hobo from one of the rails conferences and was quite interested in hobo, but it seems, as if it cannot be used by someone, who is not involved in the development of hobo.&lt;/p&gt;

&lt;p&gt;PS: One last question: Do I have to use DRYML (what I liked most about rails was: I did not have to learn languages for templates, configuration-files etc.) or can I stay with RHTML.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried out hobo with a new project today, but did not succeed. I did a &#8220;hobo &#8211;user-model hobouser myproject&#8221; to create a project. Then I started the server and got an error message, that the hobousers-table is missing in the db. So I did a &#8220;rake db:migrate&#8221; which did not help. I found out, that there are no migrations for the given user-model. Since the documentation is poor AND outdated as stated on some pages and the first screencast fails to run with quicktime on my windows pc, I had to stop using hobo. </p>
<p>What also drives me a bit crazy: When running the hobo command, it clears the screen so often, that I cannot see, whats going on.</p>
<p>I saw a video presentation of hobo from one of the rails conferences and was quite interested in hobo, but it seems, as if it cannot be used by someone, who is not involved in the development of hobo.</p>
<p>PS: One last question: Do I have to use DRYML (what I liked most about rails was: I did not have to learn languages for templates, configuration-files etc.) or can I stay with RHTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amul&#8217;s Digital Life?</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-6065</link>
		<dc:creator>Amul&#8217;s Digital Life?</dc:creator>
		<pubDate>Tue, 26 Jun 2007 19:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-6065</guid>
		<description>&lt;p&gt;[...] Powerful mark-up language, DRYML, combines rapid development with ultimate design flexibility. The end of the cookie cutter blues! [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Powerful mark-up language, DRYML, combines rapid development with ultimate design flexibility. The end of the cookie cutter blues! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-5216</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Jun 2007 05:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-5216</guid>
		<description>&lt;p&gt;what if I need a web_method for the collection? Is there a way to do that? (purpose is because the collection is a nested set and I want to provide an outliner view for admin users for managing the hierarchy)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>what if I need a web_method for the collection? Is there a way to do that? (purpose is because the collection is a nested set and I want to provide an outliner view for admin users for managing the hierarchy)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-1069</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 26 Mar 2007 16:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-1069</guid>
		<description>&lt;p&gt;It&#039;s &#039;thingamabob&#039;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s &#8216;thingamabob&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-447</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 19 Feb 2007 08:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-447</guid>
		<description>&lt;p&gt;RailsNoob - To be honest I can&#039;t see localisation getting to the top of the to-do list in the near future. Still, I don&#039;t think there&#039;s anything in Hobo that makes it &lt;em&gt;harder&lt;/em&gt; to do localisation. Just use the same techniques as you would in regular Rails.&lt;/p&gt;

&lt;p&gt;The comment box thing. That&#039;s just something that came with the wordpress theme, but it is quite useful (I&#039;m using it for this comment). Ty checking it and scrolling up and down in a post with a lot of comments.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>RailsNoob &#8211; To be honest I can&#8217;t see localisation getting to the top of the to-do list in the near future. Still, I don&#8217;t think there&#8217;s anything in Hobo that makes it <em>harder</em> to do localisation. Just use the same techniques as you would in regular Rails.</p>
<p>The comment box thing. That&#8217;s just something that came with the wordpress theme, but it is quite useful (I&#8217;m using it for this comment). Ty checking it and scrolling up and down in a post with a lot of comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RailsNoob</title>
		<link>http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/comment-page-1/#comment-446</link>
		<dc:creator>RailsNoob</dc:creator>
		<pubDate>Mon, 19 Feb 2007 07:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2007/01/25/what-is-hobo-2/#comment-446</guid>
		<description>&lt;p&gt;Anything on localization?&lt;/p&gt;

&lt;p&gt;P.S.: &quot;What the heck does &#039;Allow comment box to float next to comments&#039;&quot; do and why do we care?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Anything on localization?</p>
<p>P.S.: &#8220;What the heck does &#8216;Allow comment box to float next to comments&#8217;&#8221; do and why do we care?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
