Owen,

I did a search through 'Rapid Rails with Hobo' and actually,
the information I mentioned was not in the book. I did a search
for 'extend', read all 20 or so hits, and the original snippet in this
thread was not covered.

Also, what it did say in the book, and also in the DRYML Guide, is
that (with a card example):

   <extend tag="card">
     <old-card merge />
   </extend>

Then it goes on to say, at least in my understanding, that you can
use

<old-card />.

That may not be what is intended, but that is how I undersood it in
both places.  And evidently Iain understood it in the same fashion.

...and I did try  (per my example)

   <old-projectfooter />

Which does not work.

Only the method I mentioned in this thread has worked for me.

Cheers,

   Jet

On Jan 6, 3:51 pm, Owen Dall <[email protected]> wrote:
> Jet,
>
> Well, we would like to "beta" test it to see how useful it is while the
> repository of recipes builds at hobocentral...
>
> -Owen
>
>
>
> On Wed, Jan 6, 2010 at 6:19 PM, blueHandTalking <[email protected]> wrote:
> > Hi Owen,
>
> > Thanks for the reference.
> > Should I consider 'Rapid Rails with Hobo'
> > the go-to source at this time?
>
> > Cheers,
>
> >   Jet
>
> > On Jan 6, 3:14 pm, Owen Dall <[email protected]> wrote:
> > > Hey Jet,
>
> > > Can't remember if you have read our book "Rapid Rails with Hobo". We
> > cover a
> > > bit of this in detail.
>
> > > Here is where you can find a searchable PDF:
>
> > >http://barquinagility.wordpress.com/2010/01/03/another-revision-of-ra...
>
> > > On Wed, Jan 6, 2010 at 6:07 PM, blueHandTalking <[email protected]>
> > wrote:
> > > > I had a need to extend a tag,
>
> > > > <def tag="projectfooter" >
> > > >   <div param="editproject" />
> > > > </def>
>
> > > > <extend tag="projectfooter">
> > > >        <old-projectfooter merge without-editproject />
> > > > </extend>
>
> > > > I read the DRYML guide in the Hobo Cookbook, but it
> > > > really did not cover the correct way of going about this.
>
> > > > After searching through the group posts, I discovered the
> > > > answer was to first do:
>
> > > > <def tag="edit-project" alias-of="projectfooter"/>
>
> > > > ...and then:
>
> > > > <extend tag="projectfooter">
> > > >        <old-projectfooter merge without-editproject />
> > > > </extend>
>
> > > > Now using
>
> > > >   <edit-project />
>
> > > > gives me access to the old tag.
>
> > > > The above was per a discussion by Iain, Tom, and others.
>
> > > > I wondered if the above info could be added to appropriate
> > > > place in the DRYML Guide in Hobo Cookbook, where extending with a card
> > > > example is used? Seems others might find this useful.
>
> > > > Cheers,
>
> > > >   Jet
>
> > > > --
> > > > 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]<hobousers%[email protected]>
> > <hobousers%[email protected]<hobousers%[email protected]>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/hobousers?hl=en.
>
> > > --
> > > Thanks,
>
> > > Owen
>
> > > Owen Dall
> > > Barquin International
> > > 410-991-0811
>
> > --
> > 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]<hobousers%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/hobousers?hl=en.
>
> --
> Thanks,
>
> Owen
>
> Owen Dall
> Barquin International
> 410-991-0811
-- 
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