Hello, Here are some editorial suggestions based on the bits I read last night: Missing a bullet in front of "A shell command ..." on page 17 Duplication between "Note. You will use..." and the previous line on page 21 Inconsistent highlighting of file names in the "Memorize this" box on page 23 Change "you" to "your" in the third paragraph of "11. Create a new model and controller." on page 23 Inconsistent highlighting of "model" in the fourth paragraph of of "11. Create a new model and controller." on page 23 Change "We just review" to "We just want to review" in the first paragraph of point "12. Run a Hobo Migration" on page 24 Change the sentence "We will explain the permissions.." to "The permissions part will be explained in a later tutorial" in the first paragraph of "12. Run a Hobo Migration" on page 24
Suggested replacement for the "Memorize this. box on page 23: Memorize this. When hobo renders a page, it uses a a page tag that was generated and stored in the pages.dryml file. If the page renders a form, then it gets the form definition from a tag that was generated and stored in the form.dryml file. If the page displays a record from the database, it uses a card tag that was generated (from the hobo model) and stored in the cards.dryml file. Do not modify these files because any modifications will be overwritten the next time the files are regenerated. Hobo has a rich and flexible mechanism for overriding and extending (known as extensions) the automatically generated tags. You put your application-wide extensions in the application.dryml file. If you want the extension to apply to only one page, then you put the extension into a DRYML file that is placed in a directory named for the model. Regards, Henry On August 22, 2009 04:27:44 pm Owen wrote: > http://barquinagility.wordpress.com/2009/08/22/latest-draft-of-rapid-rails/ > > I posted a PDF and Word version here. Looking for more feedback! > > Thanks, > > Owen > -- Henry Baragar Instantiated Software --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
