What types are you using in the for= parts? It feels like there might be a load order issue with rich types, but that's just a guess.
--Matt Jones On Sep 10, 2009, at 11:39 AM, Steve VB wrote: > > As a followup, I've noticed that in development, sometimes, the first > time I hit the page, the def tag's are ignored. Reloading the page > fixes the problem. > > Could it be a problem of them not working the first time, and > production doing more caching of stuff such that it never gets to the > state development does with reload? > > Looking forward to hearing your thoughts. > > Steve. > > On Sep 10, 11:28 am, Steve VB <[email protected]> wrote: >> I'm running into challenges with deployment of my hobo app. >> >> I have several <def tag="view" for="..."> and <def tag="input" >> for="..."> tags defined in my applicaiton.dryml defined. In my >> development environment, they work great. However in my production >> environment, they seem to be ignored. >> >> Both environments have the latest gems installed (gem update) as of >> today. (same problem with month-old stuff). My development >> environment is OSX 10.5, using Mongrel as a server. Production is >> FreeBSD with Apache 2.2 and passenger. Everything else seems to work >> fine. >> >> Is there anything special I need to do to get these tags to be >> recognized in the production environment? I do run "rake >> hobo:generate_taglibs", and then restart the apache server after >> updating the code there. >> >> Thanks! >> Steve. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
