Hi Piotr wrt your issue 2, you need to commit the autogenerated files in your git repo and push them to heroku (because they don't get automatically created on heroku - it's a read-only setup). i'm guessing you made the wrong choice when running the hobo wizard... so edit your .gitignore file and remove the following if you have them
-app/views/taglibs/auto/**/* -config/hobo_routes.rb btw your app definitely hasn't been running since 2006 :-) On Jul 8, 4:37 pm, Piotr Stepniak <[email protected]> wrote: > I still need some guidance. > > To sum up the moment. > 1.I have issues with mailer configuration. I moved > def request_host > Thread.current['Hobo.current_controller'].request.host_with_port > end > into user_mailer.rb and I got >> undefined method `request' for > nil:NilClass > > 2. It seems that hobo doesn't build taglibs on deploy as supposed. > > Do you have any idea how to approach this? -- 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.
