Kirkos Gent

Joined

30 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Setup Windows 10 Discussion

Well, finally, the RVM installation with the fix above works fine, like you said! (I found no way to make rbenv installation operational). Thanks a lot!

Posted in Setup Windows 10 Discussion

Thank very much you for the recommendations. I created a new bash user to install rvm there and follow your recommendations (do you think is OK or I should reinstall the whole subsystem and use rvm this time?). I'll let you know whether it is worked for me too.

Posted in Setup Windows 10 Discussion

I had the same problem and followed the fix above. The "rails generate controller welcome homepage" finally worked only to create the "app/controllers/welcome_controller.rb" and the route "get 'welcome/homepage'. Then produces the following error "/home/Username/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:98:in `binread': Input/output error @ rb_sysopen - /home/Username/MyProject/config/routes.rb (Errno::EIO)" and following several .rbenv file names with error lines. Any ideas?