<?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: Hobo 0.7.2 released</title>
	<atom:link href="http://hobocentral.net/blog/2008/01/04/hobo-072-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21528</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 15 Jan 2008 10:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21528</guid>
		<description>&lt;p&gt;ofi - yep we definitely need to add rdoc style comments for API documentation. We also want to add some kind of syntax to DRYML so that tags can have comments in the source code which can be extracted.&lt;/p&gt;

&lt;p&gt;It&#039;s interesting that you don&#039;t find the beta.hobocentral.net idea to be as important - most people seem to be crying out for examples more than anything else.&lt;/p&gt;

&lt;p&gt;I guess we just need everything :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ofi &#8211; yep we definitely need to add rdoc style comments for API documentation. We also want to add some kind of syntax to DRYML so that tags can have comments in the source code which can be extracted.</p>
<p>It&#8217;s interesting that you don&#8217;t find the beta.hobocentral.net idea to be as important &#8211; most people seem to be crying out for examples more than anything else.</p>
<p>I guess we just need everything :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21347</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 12 Jan 2008 21:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21347</guid>
		<description>&lt;p&gt;First - very cool stuff you have going on here.
Second - I downloaded and installed and went through tutorial.  I was beating my head against the wall (not really) because I couldnt&#039; get the Log In / Sign Up stuff in the project like you had on the tutorial.  After many different attempts at various stuff, I finally loaded the darn thing in FF and there it was!  :-)  I use IE as my default browser.  Low and Behold...it is there, you just can&#039;t tell because it&#039;s all white, like the text.  LOL...just thought I would let you know in case anyone else gets to experience this fun.&lt;/p&gt;

&lt;p&gt;One additional thing:  The lowpro.js file that&#039;s included gave me script errors on IE from the very first page.  I downloaded a slightly newer version from lowpro&#039;s website and the errors went away.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First &#8211; very cool stuff you have going on here.<br />
Second &#8211; I downloaded and installed and went through tutorial.  I was beating my head against the wall (not really) because I couldnt&#8217; get the Log In / Sign Up stuff in the project like you had on the tutorial.  After many different attempts at various stuff, I finally loaded the darn thing in FF and there it was!  :-)  I use IE as my default browser.  Low and Behold&#8230;it is there, you just can&#8217;t tell because it&#8217;s all white, like the text.  LOL&#8230;just thought I would let you know in case anyone else gets to experience this fun.</p>
<p>One additional thing:  The lowpro.js file that&#8217;s included gave me script errors on IE from the very first page.  I downloaded a slightly newer version from lowpro&#8217;s website and the errors went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofi</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21260</link>
		<dc:creator>ofi</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21260</guid>
		<description>&lt;p&gt;Thank you Tom,
since months I follow the development and evolution process of Hobo, and since the clean-up of DRYML I am totally convinced by and sold on the concepts of Hobo. Nevertheless as I found myself yesterday writing a tag before figuring out the view tag has its own format attribute, I - as many others - wished to have more docs at hand, although I spent several hours skimming through the Changelog and the sources. Instead of just complaining I&#039;d like to make a proposal: What about getting back to basics and commenting the code for letting good old rdoc doing the rest (at least for he ruby code)? Some comments in the taglib files and another README comprising a short overview in focusing on where to find what, and I assume most of us standard rails nerds will be satisfied at first. These comments could grow version by version as You  (and hopefully others) code along. The drawback on this approach is, that writing the comments is hardly (if at all) delegable due to synchronicity reasons.
I really appreciate Your efforts on the tutorial and the beta.hobocentral.net; the latter may clarify the demo application but IMHO does not help hobo users to get new things done, on the other hand taking some of Your precious time.
Anyhow, if You can think of a way in supporting You in commenting the code, please let me know.
And BTW: Happy New Year!&lt;/p&gt;

&lt;p&gt;[ofi]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you Tom,<br />
since months I follow the development and evolution process of Hobo, and since the clean-up of DRYML I am totally convinced by and sold on the concepts of Hobo. Nevertheless as I found myself yesterday writing a tag before figuring out the view tag has its own format attribute, I &#8211; as many others &#8211; wished to have more docs at hand, although I spent several hours skimming through the Changelog and the sources. Instead of just complaining I&#8217;d like to make a proposal: What about getting back to basics and commenting the code for letting good old rdoc doing the rest (at least for he ruby code)? Some comments in the taglib files and another README comprising a short overview in focusing on where to find what, and I assume most of us standard rails nerds will be satisfied at first. These comments could grow version by version as You  (and hopefully others) code along. The drawback on this approach is, that writing the comments is hardly (if at all) delegable due to synchronicity reasons.<br />
I really appreciate Your efforts on the tutorial and the beta.hobocentral.net; the latter may clarify the demo application but IMHO does not help hobo users to get new things done, on the other hand taking some of Your precious time.<br />
Anyhow, if You can think of a way in supporting You in commenting the code, please let me know.<br />
And BTW: Happy New Year!</p>
<p>[ofi]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jabari Zakiya</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21146</link>
		<dc:creator>Jabari Zakiya</dc:creator>
		<pubDate>Thu, 10 Jan 2008 21:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21146</guid>
		<description>&lt;p&gt;OK. I going to try and import the betasite code into
Heroku and get it to run.  If I do, I&#039;ll make the url
public so everybody can see it.&lt;/p&gt;

&lt;p&gt;Jabari&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK. I going to try and import the betasite code into<br />
Heroku and get it to run.  If I do, I&#8217;ll make the url<br />
public so everybody can see it.</p>
<p>Jabari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21124</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21124</guid>
		<description>&lt;p&gt;Jabari - if by &quot;betasite&quot; you mean beta.hobocentral.net, all the code is available and can be found here: &lt;/p&gt;

&lt;p&gt;http://dev.hobocentral.net/trac/browser/trunk/hobocentral&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jabari &#8211; if by &#8220;betasite&#8221; you mean beta.hobocentral.net, all the code is available and can be found here: </p>
<p><a href="http://dev.hobocentral.net/trac/browser/trunk/hobocentral" rel="nofollow">http://dev.hobocentral.net/trac/browser/trunk/hobocentral</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jabari Zakiya</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-21121</link>
		<dc:creator>Jabari Zakiya</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-21121</guid>
		<description>&lt;p&gt;Tom,&lt;/p&gt;

&lt;p&gt;I&#039;d like to make this suggestion.&lt;/p&gt;

&lt;p&gt;Get an account at www.heroku.com and do
your betasite development there too, and make it public.
Everyone will be able to see the code, but only those
you would chose to have edit permission could change it.&lt;/p&gt;

&lt;p&gt;I have an account, and can send you and email invitation
to make it quicker to join.&lt;/p&gt;

&lt;p&gt;Today I installed the hobo gem in my practice app, but 
haven&#039;t figured out how to run it to make a hobo_app.&lt;/p&gt;

&lt;p&gt;Anyway, a suggestion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>I&#8217;d like to make this suggestion.</p>
<p>Get an account at <a href="http://www.heroku.com" rel="nofollow">http://www.heroku.com</a> and do<br />
your betasite development there too, and make it public.<br />
Everyone will be able to see the code, but only those<br />
you would chose to have edit permission could change it.</p>
<p>I have an account, and can send you and email invitation<br />
to make it quicker to join.</p>
<p>Today I installed the hobo gem in my practice app, but<br />
haven&#8217;t figured out how to run it to make a hobo_app.</p>
<p>Anyway, a suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-20390</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 05 Jan 2008 09:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-20390</guid>
		<description>&lt;p&gt;Sergei - v strange. That method should be available. It&#039;s working fine here. Let&#039;s continue in the forums.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sergei &#8211; v strange. That method should be available. It&#8217;s working fine here. Let&#8217;s continue in the forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei</title>
		<link>http://hobocentral.net/blog/2008/01/04/hobo-072-released/comment-page-1/#comment-20344</link>
		<dc:creator>Sergei</dc:creator>
		<pubDate>Sat, 05 Jan 2008 01:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://hobocentral.net/blog/2008/01/04/hobo-072-released/#comment-20344</guid>
		<description>&lt;p&gt;Tom,&lt;/p&gt;

&lt;p&gt;It seems to be broken. See &lt;a href=&quot;http://hobocentral.net/forum/viewtopic.php?t=3950&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>It seems to be broken. See <a href="http://hobocentral.net/forum/viewtopic.php?t=3950" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

