> In addition, activating the gem using config.gem 'hobo' in > environment.rb fixes the problem.
It's not a bug it's a feature! : ) config.gem 'hobo' should be the switch that turns a Rails app into a Hobo app, right? So we just need to fix the hobo command so that it sets this automatically. And get rid of this: unless defined? Hobo gem 'hobo' require 'hobo' end From initializers/hobo.rb Tom > > Somthing is causing ActionController#render_for_file to get aliased > back to itself. > > I'll keep digging, but the quickest fix right now is to use > config.gem. > > --Matt > > On Dec 7, 2008, at 10:09 AM, Tom Locke wrote: > >> >> Hi Folks >> >> The problem with blank pages and exceptions when rendering are only >> present when running Hobo from the gem. Which explains why I missed >> them. While you're waiting for a fix you can freeze Hobo into vendor/ >> plugins/hobo and it works OK. >> >> This might be useful >> >> http://cookbook.hobocentral.net/recipes/4-create-a-new-hobo-app-on >> >> Note that you won't be on "edge" as such, because edge = 0.8.4 right >> now anyway >> >> Tom >> >> >> On 7 Dec 2008, at 11:12, Dave Porter wrote: >> >>> >>> Thanks Tom, >>> >>> At least that means were closer to 1.0 :) >>> Enjoy your Sunday first though ! >>> >>> Dave >>> >>> On Dec 7, 7:50 pm, Tom Locke <[EMAIL PROTECTED]> wrote: >>>> Yep - something wrong here! Looks like I'll be doing a 0.8.5 >>>> bugfix >>>> release! >>>> >>>> Watch this space... >>>> >>>> Tom >>>> >>>> On 6 Dec 2008, at 18:19, Jason Wong wrote: >>>> >>>> >>>> >>>>> I'm getting an intermittent stack too deep issue on OS X with the >>>>> agility tutorial, which also results in a blank screen on the >>>>> server. >>>> >>>>> On Dec 6, 5:48 am, Dave Porter <[EMAIL PROTECTED]> wrote: >>>>>> Further info - If I refresh on the blank screen I get: >>>>>> Status: 500 Internal Server Error Content-Type: text/html >>>>>> 500 Internal Server Error >>>>>> Dave >>>> >>>>>> On Dec 6, 10:46 pm, Dave Porter <[EMAIL PROTECTED]> >>>>>> wrote: >>>> >>>>>>> Firstly congrats to Tom on all the hard work on getting 84 to >>>>>>> release ! >>>> >>>>>>> I tried getting the Agility Tutorial going ( fresh install ) & >>>>>>> only >>>>>>> got as far as signing up. >>>> >>>>>>> After signing up I get a blank screen. If I stop the server, >>>>>>> restart >>>>>>> it and then login I also get a blank screen. >>>> >>>>>>> Same on IE as well as Firefox & I'm testing it on Windows XP. >>>> >>>>>>> Late here, but I'll try it on the Mac tomorrow and report back. >>>> >>>>>>> cheers Dave >>>> >> >> >>> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
