Hi Paul, I'm glad someone has answered my calls. Thank you for suggestions. My .gitignore is ok - just: .bundle, db/*.sqlite3, log/*.log, tmp/ The thing is, when I start application in development mode it does not create any files. My env configs are deafult.
Every source I checked tells me that it must generate those file automatically. But it doesn't. btw. You are right about years - I checked when hobo 1.0.1 was released after I post that. P.S. It seems you created the initial version of this app ;-) On 9 Lip, 22:27, dev curmudgeon <[email protected]> wrote: > 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.
