I've only ever seen this happen on a rails app when using the production environment. Hobo doesn't automatically recompile the DRYML files in a production environment. You need to restart whatever web server you are using. The first time you query a web page it will be slow as it compiles the DRYML.
Alternatively switch to the development environment where the DRYML is recompiled every time there is a need to. Patrick On Wed, Feb 3, 2010 at 11:36 AM, Owen <[email protected]> wrote: > That's strange. You shouldn't need to do anything. What version of > Hobo are you using? > > -Owen > > On Feb 3, 6:04 am, Edward Samokhvalov <[email protected]> wrote: >> Hi all! >> >> I'm creating a new resource with >> sudo ./script/generate hobo_model_resource story title:string >> what_happened:text >> >> but after that I can find no update in app/views/taglibs/auto/rapid/ >> index.dryml >> shall I add my stuff for story manually (as I do now) or it's support >> to generated itself? >> >> also when I do it manually, it would not work in all versions and >> sometimes would say in log that .erb file is missing. >> >> thx. > > -- > 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. > > -- 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.
