hmm.. that means you've got a permission problem somewhere. none of hobo should need special permissions by default. are you running passenger or some other apache server that might be creating files as root? (which it shouldn't since it should have it's own user/group but that's not the point)
you might try "sudo chown <user>:<group> -R ." in your hobo directory. production should probably be in a separate folder structure you sync via your versioning system assuming it's on the same box. On Feb 25, 5:38 am, Edward Samokhvalov <[email protected]> wrote: > THX EVERYONE! > > I'VE FIXED IT! > But it was still weird... I've tried a few times removing and adding > stuff from models, then generating controllers in development and then > going again to production... like that. > > I've figured out that I have to do rake with sudo, like this > sudo rake hobo:generate_taglibs -- 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.
