Another way to become a Site Supporter
I have decided that if you use MyChores with Twitter Integration, and if your Twitter posts are public, i will make your status ‘Site Promoter’. The reason being that each post that MyChores makes to Twitter contains a link back to www.mychores.co.uk so it’s effectively a bit of free advertising! :)
Now i just need to get on with making more options available to site supporters! The export to spreadsheet feature is ready, and it works just fine locally, but as soon as i try it on the server i get:
Errno::ENOENT No such file or directory.
The code it objects to is:
outfile = File.new("public/exports/#{@filename}", 'w+')
Which locally has no trouble creating a new file for me in the /exports directory. I’ve tried different variations of the path, different write options, i’ve checked the permissions on the directory. Always the same error.
Any ideas?