Hi I have built an app with hobo and it works fine on my local PC however crashes when I try to run it on Heroku. It was working OK on Heroku but something has changed and I don't know what! The start of the error trace is:
2013-10-25T19:12:25.177964+00:00 heroku[web.1]: State changed from starting to up 2013-10-25T19:12:35.280734+00:00 app[web.1]: Started GET "/login" for 95.149.137.128 at 2013-10-25 19:12:35 +0000 2013-10-25T19:12:35.371857+00:00 app[web.1]: 2013-10-25T19:12:35.371857+00:00 app[web.1]: NameError (uninitialized constant Dryml::TemplateEnvironment): 2013-10-25T19:12:35.371857+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/dryml-2.0.1/lib/dryml.rb:230:in `make_rende rer_class' 2013-10-25T19:12:35.371857+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/dryml-2.0.1/lib/dryml.rb:92:in `page_render er' 2013-10-25T19:12:35.371857+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/dryml-2.0.1/lib/dryml.rb:61:in `empty_page_ renderer' 2013-10-25T19:12:35.371857+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/dryml-2.0.1/lib/dryml/railtie/page_tag_reso lver.rb:13:in `find_templates' 2013-10-25T19:12:35.371857+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_view/template/ resolver.rb:46:in `block in find_all' ..... My environment is: hobo 2.0.1 rails 3.2.12 ruby 1.9.3p327 Any ideas? thanks Lloyd -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
