0
votes
1answer
19 views

Ruby on Rails: FileUtils relative to server root?

When using PHP, any file manipulation is done relative to the server root, so something like mkdir("/home/website/public_html/a_directory would be used to create a directory in the public_html folder ...
0
votes
1answer
230 views

Rails 3 Heroku app, FileUtils error server side

I am attempting to code a very simple way for a user to add html files to my Heroku app. These files would be saved in ./log for rendering later. I have tested my code locally (in both development and ...