p. 166 (Agility --Tutorial 17)

In the pdf it looks like

(a)
Now we need to create the models outlined above using the Hobo
generator:
> ruby script/generate hobo model resource project name:string

...instead of

(b)
Now we need to create the models outlined above using the Hobo
generator:
> ruby script/generate hobo_model_resource project name:string

       ( missing '_'   in (a) )

(Please note:  I did a cut and paste with  (b), so the actual text  in
the
                      book is correct, but for some reason is not
displaying properly.

Jet


On Jan 9, 3:59 pm, blueHandTalking <[email protected]> wrote:
> p. 115
>
> The following text:
>
>    Figure 89: Adding the custom <more-messages> tag
>
> overlaps the graphic above it.
>
> Jet
>
> On Jan 9, 3:49 pm, blueHandTalking <[email protected]> wrote:
>
> > p. 110
>
> > 7. Create an html-like tag
> >     ...
> >     ...
> >    Vocabulary note: We have referred to an attribute above rather than
> > a parameter because a change will be made by setting param to a value
> > rather than by using a paramet er tag.
>
> > ...should be:
>
> >    Vocabulary note: We have referred to an attribute above rather than
> > a parameter because a change will be made by setting param to a value
> > rather than by using a parameter tag.
>
> > delete ' ' (space) in parameter.
>
> >     Jet
>
> > On Jan 9, 3:46 pm, blueHandTalking <[email protected]> wrote:
>
> > > Owen,
>
> > > Not sure about this one, but just in case....
>
> > > p. 108
>
> > > 3. Parameterize the tag
> > >     ...
> > >     ...
> > >     Syntax Note. The colon (:) suffix indicates that the tag is a
> > > defined parameter tag. Later you will learn that some parameter tags
> > > [are defined for you in the Rapid library].
>
> > > I believe this should be:
>
> > > Syntax Note. The colon (:) suffix indicates that the tag is a defined
> > > parameter tag. Later you will learn that some parameter tags are
> > > defined for you in the Rapid library.
>
> > > ...delete  "[" and "]"
>
> > > Jet
>
> > > On Jan 9, 2:16 pm, Barquin <[email protected]> wrote:
>
> > > > Thanks, will take a look....
>
> > > > Sent from my iPhone
>
> > > > On Jan 9, 2010, at 4:07 PM, blueHandTalking <[email protected]> wrote:
>
> > > > > Another of these under Tutorial 8, p. 78
>
> > > > > 1. Create the models
> > > > >    ...
> > > > >    CategoryAssignment will have the two fields, category_id and
> > > > > recipe_id that
> > > > > correspond to keys of the same name in the Category and Recipe models.
>
> > > > > Above is displayed in pdf file as follows:
>
> > > > > CategoryAssignment will have the two fields, category id and recipe
> > > > > id that
> > > > > correspond to keys of the same name in the Category and Recipe models.
>
> > > > > Jet
>
> > > > > On Jan 9, 12:34 pm, blueHandTalking <[email protected]> wrote:
> > > > >> Text on this page follows:
>
> > > > >> two_table> ruby script/generate hobo_model_resource country
> > > > >> name:string
>
> > > > >> The above is correct, and I copied and pasted it directly from the  
> > > > >> pdf
> > > > >> file.
>
> > > > >> However, in the pdf file this is the display:
>
> > > > >> two_table> ruby script/generate hobo model resource country
> > > > >> name:string
>
> > > > >> How come?
>
> > > > >> 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]
> > > > > .
> > > > > For more options, visit this group 
> > > > > athttp://groups.google.com/group/hobousers?hl=en
> > > > > .
-- 
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