Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Documentation typo on hobo_bootstrap page tag page #107

Open hbaragar opened 10 years ago

hbaragar commented 10 years ago

The documentation for the hobo_bootstrap <page> tag (http://cookbook.hobocentral.net/tagdef/hobo_bootstrap/hobo_bootstrap/page) has a typo in the following text:

<extend tag="page">
  <old-page merge nav-location="sub">
</extend>

The <old-page> tag is missing a / just before the > (to close the tag).

iox commented 10 years ago

Oops, will fix it soon. Thanks!

iox commented 10 years ago

Henry, I'm going to wait a couple of weeks to update the website. I just realised that the website "update" rake task is broken when updates to documentation are committed. The Rails version was left in 3.2 and now the gem dependencies are creating funny situations.

Not to worry, I'm going to focus on: getting Hobo to work with Rails 4.1 and upgrade the website to 4.1 too. I would also love to install an automatic deployment solution, so after a merge the website is updated automatically. Let's see how far I can get :).