Just joined the Hobo community and am going through the Agility
Tutorial. Very Impressive, I must say.
Two things:
1. For some reason, the app runs significantly slower than my non-
hobo rails applications on my Ubuntu laptop. Is this expected or
something wrong with my installation?
2. Add Assigned users to the tasks section has the following code:
<extend tag="card" for="Task">
<old-card merge>
<append-body:>
<div class="users">
Assigned users: <repeat:users join=", "><a/></
repeat><else>None</else>
</div>
</append-body:>
</old-card>
</extend>
I am confused about the following line:
Assigned users: <repeat:users join=", "><a/></
repeat><else>None</else>
actually NetBeans is too since its editor is complaining. The <a/>
closing tag is all by itself without an opening "<a> tag. Probably a
mistake? Also, the editor does not like <repeat:users> is it OK?
Since there is no space between the words "repeat" and ":users", the
editor thinks that it has got tags mismatch problem again.
Please advise.
Thanks.
Bharat
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---