Permission denied for folder creation using background_fu
Posted
by Anubhaw
on Stack Overflow
See other posts from Stack Overflow
or by Anubhaw
Published on 2010-05-11T12:18:46Z
Indexed on
2010/05/11
12:24 UTC
Read the original article
Hit count: 140
ruby-on-rails
Hi All, I am calling a controller method to convert a video file. This process is called using background_fu job. When the function tries to create a new folder in rails root it gives error i.e. Permission denied. The function performs well if not called in background job process.
Can any one point out what can be the trouble. Thanks in advance, Anubhaw
© Stack Overflow or respective owner