I ran through the agility tutorial again, just to see some of the new
additions since the last time and noticed a few typos/bugs.

In part 7, the view layer, there is a section of code opened with
<show-page> and then closed with </page>.  This appears twice.
Second, the <collection: replace>...</collection:replace> used in this
section is a bit unclear:
  <collection: replace>
    ...
  </collection>
Further down in the 'A form with autocompletion' the line:
hobo_completions :username, User.without_owned_project(project).is_not
(project.owner) should be:
hobo_completions :username, User.without_joined_project(project).is_not
(project.owner)
Also, this section wipes out the new story link and the header becomes
Memberships.  This is what I used to get back to a sensible display.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to