<?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/"
	>

<channel>
	<title>The Hobo Blog</title>
	<atom:link href="http://hobocentral.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Tue, 24 Apr 2012 15:48:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hobo 1.4.0.pre6 released</title>
		<link>http://hobocentral.net/blog/2012/04/24/hobo-1-4-0-pre6-released/</link>
		<comments>http://hobocentral.net/blog/2012/04/24/hobo-1-4-0-pre6-released/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:48:31 +0000</pubDate>
		<dc:creator>Bryan Larsen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=387</guid>
		<description><![CDATA[Hobo 1.4.0.pre6 has been released.   Hobo 1.4.0.pre5 did not generate the Gemfile correctly: the hobo gems were not correctly versioned, and the hobo_clean_admin gem was not added.   If you generated an application using Hobo 1.4.0.pre5 you can make these fixes manually rather than regenerating.

Also, to clear up one thing that I [...]]]></description>
			<content:encoded><![CDATA[<p>Hobo 1.4.0.pre6 has been released.   Hobo 1.4.0.pre5 did not generate the Gemfile correctly: the hobo gems were not correctly versioned, and the hobo_clean_admin gem was not added.   If you generated an application using Hobo 1.4.0.pre5 you can make these fixes manually rather than regenerating.</p>

<p>Also, to clear up one thing that I did not address in the pre5 announcement:  Hobo 1.4.0.pre5 and later do not automatically load dryml files in the app/views/taglibs/application/ directory.   If you relied on this behaviour, you can add</p>

<pre><code>&lt;include src="application/*"/&gt;
</code></pre>

<p>to your front_site.dryml or application.dryml</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2012/04/24/hobo-1-4-0-pre6-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hobo 1.4.0.pre5 released</title>
		<link>http://hobocentral.net/blog/2012/04/23/hobo-1-4-0-pre5-released/</link>
		<comments>http://hobocentral.net/blog/2012/04/23/hobo-1-4-0-pre5-released/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:04:08 +0000</pubDate>
		<dc:creator>Bryan Larsen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=384</guid>
		<description><![CDATA[I&#8217;m pleased to announce that Hobo 1.4.0.pre5 has been released.

The major change in pre5 is that application.dryml is not necessarily loaded automatically any more.  You will need to add an &#60;include src="application"&#62; to your frontsite.dryml and/or adminsite.dryml.   If you don&#8217;t have any X_site.dryml files in app/views/taglibs, you will not need to make [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce that Hobo 1.4.0.pre5 has been released.</p>

<p>The major change in pre5 is that application.dryml is not necessarily loaded automatically any more.  You will need to add an <code>&lt;include src="application"&gt;</code> to your front<em>site.dryml and/or admin</em>site.dryml.   If you don&#8217;t have any X_site.dryml files in app/views/taglibs, you will not need to make any changes.</p>

<p>New Hobo applications generated with 1.4.0.pre5 will incorporate this change.</p>

<p>To upgrade to pre5, change references from &#8220;pre4&#8243; to &#8220;pre5&#8243; in your Gemfile and run <code>bundle install</code>.   If you reference hobo via :git in your gemfile, you can upgrade by running <code>bundle update --source hobo</code></p>

<p>Other changes include bugfixes for table-plus, feckless-fieldset, input for=&#8221;EnumString&#8221;, live-search, default<em>scope, accordion, tabs, hobo</em>jquery_ui styling, select-many.</p>

<p>There are two new tags:  accordion-list &amp; toggle, and support was added for the hobo_tokeninput plugin.</p>

<p><a href="http://cookbook-1.4.hobocentral.net/manual/changes14">Documentation for 1.4 is available in the cookbook.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2012/04/23/hobo-1-4-0-pre5-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hobo 1.4 beta available</title>
		<link>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/</link>
		<comments>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:39:06 +0000</pubDate>
		<dc:creator>Bryan Larsen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=374</guid>
		<description><![CDATA[We&#8217;re proud to announce the release of Hobo 1.4 beta.

Install with gem install hobo --pre.

Major New Features


all prototype.js code has been removed and replaced with jQuery
new tags to facilitate fragment caching
Rails&#8217; asset pipeline is required
themes may now be installed via plugins; multiple themes may be used
per application
plugins are first class citizens; RAPID is now supplied [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce the release of Hobo 1.4 beta.</p>

<p>Install with <code>gem install hobo --pre</code>.</p>

<h2>Major New Features</h2>

<ul>
<li><p>all prototype.js code has been removed and replaced with jQuery</p></li>
<li><p>new tags to facilitate fragment caching</p></li>
<li><p>Rails&#8217; asset pipeline is required</p></li>
<li><p>themes may now be installed via plugins; multiple themes may be used
per application</p></li>
<li><p>plugins are first class citizens; RAPID is now supplied via a plugin</p></li>
<li><p>several additional tags have gained AJAX support.  This includes, but is not limited to a, filter-menu and page-nav.</p></li>
<li><p>all tags now use the standard Hobo ajax support mechanism, which used to be known as Hobo form AJAX.  The editor tags in particular have changed substantially</p></li>
<li><p>part ids for AJAX updates may now be supplied implicitly or via a CSS selector</p></li>
<li><p>support for AJAX file uploads</p></li>
<li><p>support for push-state on AJAX requests</p></li>
<li><p>new tags: nested-cache, live-editor, click-editor, formlet, hot-input, feckless-fieldset, accordion, accordion-collection, autocomplete, combobox, datepicker, dialog-box, tabs and more.</p></li>
</ul>

<h2>Documentation &amp; Installation Instructions</h2>

<p><a href="http://cookbook-1.4.hobocentral.net/manual/changes14">Detailed documentation of the changes &amp; Installation Instructions</a> are available on http://cookbook-1.4.hobocentral.net/.   Not all sections of that site have been updated for Hobo 1.4.   The entire taglibs section is up to date.</p>

<h2>Regressions</h2>

<ul>
<li>after-submit, sortable-input-many and name-many do not work</li>
<li>Hobo 1.4 breaks default_scope.  If you&#8217;re setting the order, you
can use Hobo&#8217;s set_default_order as a stopgap although once it&#8217;s
fixed please switch back to default_scope as set_default_order
is deprecated.</li>
<li>remote-method-button, create-button, update-button,
transition-button: normal usages of these tags work, but they do
not work if you ask them to do AJAX</li>
<li>live-search works, but it&#8217;s not &#8216;live&#8217;.  You have to press return
to start the search</li>
<li>remove-button, remote-method-button, create-button &amp; update-button
used to display inline but now display as a block.   In other
words, they now display one per line rather than several in a
single line.</li>
<li>the rapid_summary tags have been moved out
of core Hobo into their own plugin,
https://github.com/Hobo/hobo_summary, which is not yet in a working state</li>
</ul>

<p>The rest of the TODO list for completion of Hobo 1.4 is available here:</p>

<p>https://github.com/tablatom/hobo/blob/master/hobo/TODO-1.4.txt</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2012/03/29/hobo-1-4-beta-availeble/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hobo 1.3 Released!</title>
		<link>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/</link>
		<comments>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 09:18:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=369</guid>
		<description><![CDATA[At long last, Hobo 1.3 is released.

The big news in 1.3, as most of you will know, is Rails 3 support. There are a bunch of other improvements as well. Read the details here:

http://cookbook.hobocentral.net/manual/changes

To get Hobo 1.3 just gem update hobo.

The work behind Hobo 1.3 is mostly thanks to Domizio Demichelis, and as always Bryan [...]]]></description>
			<content:encoded><![CDATA[<p>At long last, Hobo 1.3 is released.</p>

<p>The big news in 1.3, as most of you will know, is Rails 3 support. There are a bunch of other improvements as well. Read the details here:</p>

<p><a href="http://cookbook.hobocentral.net/manual/changes">http://cookbook.hobocentral.net/manual/changes</a></p>

<p>To get Hobo 1.3 just <code>gem update hobo</code>.</p>

<p>The work behind Hobo 1.3 is mostly thanks to Domizio Demichelis, and as always Bryan Larsen and Matt Jones have made some great contributions. Thanks guys, and thanks to everyone in the Hobo community for your part, even if it&#8217;s just being there on the forum for newcomers. And of course thanks to Owen Dall and <a href="http://barquin.com">Barquin International</a> for their continued sponsorship, without which we wouldn&#8217;t have got here.</p>

<p>We would like to have released Hobo 1.3 much sooner, so apologies that it has taken so long. Work has already begun on Hobo 1.4 and Rails 3.1 compatibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/11/15/hobo-1-3-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Progress on &#8220;Rapid Rails 3 with Hobo&#8221;</title>
		<link>http://hobocentral.net/blog/2011/08/15/progress-on-rapid-rails-3-with-hobo/</link>
		<comments>http://hobocentral.net/blog/2011/08/15/progress-on-rapid-rails-3-with-hobo/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 12:51:41 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=365</guid>
		<description><![CDATA[Kevin has been making steady progress converting the MS Word version of the book into Lyx and making changes from Suzannah&#8217;s  edits.

We hope that using the LyX layouts and using a public Github repo will make it easier to manage edits and updates, and provide a better framework for you to contribute and &#8220;roll-your-own&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Kevin has been making steady progress converting the MS Word version of the book into Lyx and making changes from Suzannah&#8217;s  edits.</p>

<p>We hope that using the LyX layouts and using a public Github repo will make it easier to manage edits and updates, and provide a better framework for you to contribute and &#8220;roll-your-own&#8221; version of the book.</p>

<p>If you would like to follow along, the Github repo can be found at:</p>

<p><a title="https://github.com/BI/rapid-rails-3-with-hobo" href="https://github.com/BI/rapid-rails-3-with-hobo" target="_blank">https://github.com/BI/rapid-rails-3-with-hobo</a></p>

<p>Cheers,</p>

<p>Owen</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/08/15/progress-on-rapid-rails-3-with-hobo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hobo 1.3 Release Candidate</title>
		<link>http://hobocentral.net/blog/2011/05/26/hobo-1-3-release-candidate/</link>
		<comments>http://hobocentral.net/blog/2011/05/26/hobo-1-3-release-candidate/#comments</comments>
		<pubDate>Thu, 26 May 2011 07:50:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=363</guid>
		<description><![CDATA[After a ton of work from Domizio and the rest of the team, we are finally ready with a Hobo 1.3 (aka Hobo for Rails 3) release candidate!

You can install the release candidate with

gem install hobo -v 1.3.0.RC


In addition to Rails 3 support there are a ton of improvements to Hobo in this release. We [...]]]></description>
			<content:encoded><![CDATA[<p>After a ton of work from Domizio and the rest of the team, we are finally ready with a Hobo 1.3 (aka Hobo for Rails 3) release candidate!</p>

<p>You can install the release candidate with</p>

<pre><code>gem install hobo -v 1.3.0.RC
</code></pre>

<p>In addition to Rails 3 support there are a ton of improvements to Hobo in this release. We have a new routing system where you can see all the generated routes in <code>config/hobo_routes.rb</code>. There is the new app-creation wizard to get you started even more easily with new projects. There are also many improvements internally, especially in the way Hobo interfaces with Rails, which will make it much easier to keep Hobo compatible with new versions of Rails.</p>

<p>We&#8217;ll be letting you know more about the improvements in Hobo 1.3 in some forthcoming blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/05/26/hobo-1-3-release-candidate/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Hobo 1.1.0.pre4 released</title>
		<link>http://hobocentral.net/blog/2011/02/25/hobo-1-1-0-pre4-released/</link>
		<comments>http://hobocentral.net/blog/2011/02/25/hobo-1-1-0-pre4-released/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 20:42:21 +0000</pubDate>
		<dc:creator>Bryan Larsen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=355</guid>
		<description><![CDATA[Hobo 1.1.0.pre4 has been released into the wild.   Most of the differences between 1.1.0.pre3 and 1.1.0.pre4 mirror the changes betwen 1.0.2 and 1.0.3, including the security fix for lifecycles, so it&#8217;s highly recommended that you upgrade.   Here is the changelog for the entire 1.1 release:

The biggest change to Hobo 1.1 is [...]]]></description>
			<content:encoded><![CDATA[<p>Hobo 1.1.0.pre4 has been released into the wild.   Most of the differences between 1.1.0.pre3 and 1.1.0.pre4 mirror the changes betwen 1.0.2 and 1.0.3, including the security fix for lifecycles, so it&#8217;s highly recommended that you upgrade.   Here is the changelog for the entire 1.1 release:</p>

<p>The biggest change to Hobo 1.1 is that DRYML has been split into it&#8217;s
own gem and may now be used independently of Hobo or Rails:</p>

<pre><code>Dryml.render("&lt;html&gt;&lt;%= this %&gt;&gt;&lt;/html&gt;", {:this =&gt; something})
</code></pre>

<p>Automatic scopes has gained any_of_:</p>

<pre><code>Person.any_of_friends(Jack, Jill)
</code></pre>

<p>The default password validation has been changed to 6 characters, one
of which must not be lowercase.  Luckily, we also made the password
validation easier to change.   See
<a href="https://hobo.lighthouseapp.com/projects/8324/tickets/638">Bug #638</a> for
more information.</p>

<p>The <code>input-many</code>, <code>name-one</code> and <code>sortable-collection</code> tags have been
updated.  See the documentation for more details.</p>

<p>New tags have been added:  <code>sortable-input-many</code>, <code>login-form</code>.</p>

<p>Some css class names have been changed.   Hobo 1.0 creates class names
with the &#8216;[]&#8216; characters, which is technically illegal, although
supported by all browsers.   However, this does cause problems with
some third party libraries, such as JQuery.</p>

<p>All code changes may viewed on the <a href="https://github.com/tablatom/hobo/compare/1-0-stable...master">github
log</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/02/25/hobo-1-1-0-pre4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hobo 1.0.3 released</title>
		<link>http://hobocentral.net/blog/2011/02/25/hobo-1-0-3-released/</link>
		<comments>http://hobocentral.net/blog/2011/02/25/hobo-1-0-3-released/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 20:42:05 +0000</pubDate>
		<dc:creator>Bryan Larsen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=353</guid>
		<description><![CDATA[This is a security release.  All applications that use the reset
password functionality or are on versions of Rails prior to version
2.3.4 should upgrade.

To patch the reset password vulnerability, two changes have been made.

First of all, the lifecycle key hash mechanism has been changed.
Existing lifecycle keys will become invalid after you upgrade.
Lifecycle keys are typically [...]]]></description>
			<content:encoded><![CDATA[<p>This is a security release.  All applications that use the reset
password functionality or are on versions of Rails prior to version
2.3.4 should upgrade.</p>

<p>To patch the reset password vulnerability, two changes have been made.</p>

<p>First of all, the lifecycle key hash mechanism has been changed.
Existing lifecycle keys will become invalid after you upgrade.
Lifecycle keys are typically short lived, so this is unlikely to be a
problem for most applications.</p>

<p>Secondly, lifecycle keys are now cleared on every transition to avoid
replay vulnerabilities.  This new behaviour may be avoided by added
the <code>:keep_key =&gt; true</code> option to a transition.</p>

<p>More information about the vulnerability can be viewed on the <a href="https://hobo.lighthouseapp.com/projects/8324/tickets/666-user-model-secure-links-have-low-security">bug
report</a>.</p>

<p>Other changes:</p>

<p>The text input tag (<code>&lt;textarea&gt;</code>) has a security hole with versions of
Rails prior to 2.3.4.  This release makes using textarea safe on old versions of Rails, although it is highly recommended that you upgrade to
Rails 2.3.11 because of other security vulnerabilities.</p>

<p>The &#8220;include&#8221; automatic scope has been aliased to &#8220;includes&#8221; to
increase future compatibility with Rails 3.  Future versions of Hobo
will remove support for &#8220;include&#8221;.</p>

<p>This release increases compatibility with Ruby v1.9.2.</p>

<p>Hobo 1.0.2 introduced a major problem with chained scopes.   This has
been fixed.</p>

<p>All code changes may viewed on the <a href="https://github.com/tablatom/hobo/compare/v1.0.2...v1.0.3">github
log</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/02/25/hobo-1-0-3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NIFA Reporting Portal and LMD 4.0: Now Live with Hobo!</title>
		<link>http://hobocentral.net/blog/2011/02/04/nifa-reporting-portal-and-lmd-4-0-now-live-with-hobo/</link>
		<comments>http://hobocentral.net/blog/2011/02/04/nifa-reporting-portal-and-lmd-4-0-now-live-with-hobo/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 01:57:17 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=337</guid>
		<description><![CDATA[We just stood up in production a centralized portal for the National Institute of Food and Agriculture (NIFA). The new portal will provide a common authentication and authorization portal for all major reporting applications for NIFA.  The Portal was created using Hobo and other open-source tools.

You can read more about the NIFA Reporting Portal and [...]]]></description>
			<content:encoded><![CDATA[<p>We just stood up in production a centralized portal for the National Institute of Food and Agriculture (NIFA). The new portal will provide a common authentication and authorization portal for all major reporting applications for NIFA.  The Portal was created using Hobo and other open-source tools.</p>

<p>You can read more about the NIFA Reporting Portal and the Leadership Management Dashboard (LMD) here:</p>

<p><a title="http://agile-business-intelligence.com/2011/01/22/new-nifa-reporting-portal-goes-live/" href="http://agile-business-intelligence.com/2011/01/22/new-nifa-reporting-portal-goes-live/">http://agile-business-intelligence.com/2011/01/22/new-nifa-reporting-portal-goes-live/</a></p>

<p><a title="http://portal.nifa.usda.gov" href="http://portal.nifa.usda.gov/" target="_blank">http://portal.nifa.usda.gov</a></p>

<p>We are now beginning the process of converting to Hobo 1.3 for Rails 3. Bryan is taking the lead on that.</p>

<p>Thanks much to Tom Locke, Father of Hobo, and all the other key contributors to growth of Hobo in the last two years, including Bryan Larsen, Domizio Demichellis,  and Matt Jones.</p>

<p>Those that contributed to the NIFA Portal and LMD 4.0 Hobo coding include Tom Locke, Bryan Larsen, Marcelo Giorgi, Gustav Paul, Angus Miller, Venka Ashtakala, and Jack Compton.  See my full blog (link above) for a listing of the entire team effort.</p>

<p>BTW,  if you are interested in Agriculture research data and trends&#8211;apply for an account.  You will have access to any <strong>public</strong> data in the system.</p>

<p>Cheers!</p>

<p>-Owen</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/02/04/nifa-reporting-portal-and-lmd-4-0-now-live-with-hobo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://hobocentral.net/blog/2011/01/05/happy-new-year/</link>
		<comments>http://hobocentral.net/blog/2011/01/05/happy-new-year/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:21:37 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=335</guid>
		<description><![CDATA[This is just a quick post to wish all of you in the Hobo community the best for 2011.

We are soon approaching the release of Hobo 1.3 for Rails 3 (now at pre-release #25  and hope to have a draft of the PDF book &#8220;Rapid Rails 3 with Hobo&#8221;  completed by the end [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post to wish all of you in the Hobo community the best for 2011.</p>

<p>We are soon approaching the release of Hobo 1.3 for Rails 3 (now at pre-release #25  and hope to have a draft of the PDF book &#8220;Rapid Rails 3 with Hobo&#8221;  completed by the end of January.   Thanks much to Domizio for all his hard work on 1.3 and his helpful documentation and edits to the 1.0 versions of &#8220;Rapid Rails with Hobo&#8221; and &#8220;Hobo at Work&#8221;, which Venka has incorporated up through Chapter 4 of the new version.</p>

<p>I hope that Hobo, Rails, and Ruby have made your app building more productive and fun.</p>

<p>Cheers!</p>

<p>-Owen</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2011/01/05/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

