ruby - Rails could not find a temporary directory (ArgumentError) -


i'm uploading rails proyect ubuntu server running 12.04lts , can't seem fix issue! whether bundle install or try use whenever gem error! i've read lot still i'm unable fix it

/lib/ruby/2.0.0/tmpdir.rb:34:in `tmpdir': not find temporary directory (argumenterror) 

and ls -la of / folder error

any ideas? p.s tried chmod -r 777 on /tmp no luck

your ubuntu installation doesn't have tmpdir set. should set variable in startup.

this link has more information on environment variables in ubuntu: https://help.ubuntu.com/community/environmentvariables


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -