I guess I misunderstood - so you're saying this is broken in your
*development* machine, before you deploy to heroku? that would be
weird.
i suggest you restart this process. create a *new* hobo 1.3 app,
verify it works in development, then deploy it to heroku, verify it
works there. then re-introduce your views, controllers etc.
On Jul 11, 9:18 am, Piotr Stepniak <
piotros...@gmail.com> wrote:
> 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 ;-)