No, the db info gets pulled from config/database.yml so running a process as a different user shouldn't affect the db. I'd be inclined to check it's only the particular environment that has the issue and/ or if the particular environment is behind on migrations.
On Feb 3, 11:59 pm, Edward Samokhvalov <[email protected]> wrote: > It seems that I do have some perms prob now... > that's the issuehttp://groups.google.com/group/hobousers/t/2dbec7b086a0ad77 > > i did though change the permission of files with chown to the same > user as others, but may it be that the db has created a table that can > be accessed only by admin? > > On Feb 3, 6:04 pm, Matt Jones <[email protected]> wrote: > > > On Feb 3, 2010, at 6:04 AM, Edward Samokhvalov wrote: > > > > Hi all! > > > > I'm creating a new resource with > > > sudo ./script/generate hobo_model_resource story title:string > > > what_happened:text > > > Never encountered this particular problem, but why are you using sudo > > for this? It seems like a recipe for permission / owner problems... > > > --Matt Jones > > -- 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.
