I'm working on my first serious Hobo project. I need to completely change the behavior of the "index" for one of my views. Easy enough, I would think.
I have added an "index" method to the controller with the extra bits I need. I can see by MySQL logs that all queries I expect to fire are firing. In my application.dryml, I've added the appropriate "extend tag='index- page'" with a simple draft of the mechanism I need. Mongrel returns no errors, but instead of seeing my content I get "The page you were looking for could not be found". If I introduce an error into the index-page code in application.dryml and refresh my browser, Mongrel spits up debugging as I would expect. So, I know that is -is- in fact processing that tag and my routing is correct. Does anyone have any ideas about what I might be doing wrong here? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
