Hi, I just created a hobby Rails project and ran rails s just fine but 
visiting to root gives me this: 


Errno::ENOENT in Home#index

Showing C:/Users/Rodrigo Argumedo/projects/CRM/app/views/layouts/application
.html.erb where line #6 raised:

No such file or directory @ unlink_internal - C:/Users/Rodrigo Argumedo/
AppData/Local/Temp/execjs20150623-7724-1hcg3jzjson

Rails.root: C:/Users/Rodrigo Argumedo/projects/CRM

<!DOCTYPE html>
<html>
<head>
  <title>CRM</title>
  <%= stylesheet_link_tag    'application', media: 'all', 
'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'application' %>
  <%= csrf_meta_tags %>
</head>
<body>


<%= yield %>


</body>
</html>


Is there a way to resolve this execjs temp file or directory that is 
now nonexistent? Or should I raise this issue on ExecJS's github repo?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/16166435-5452-4880-9a61-2d10aab6e8b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to