First scaffold error in Ruby

Asked

Viewed 51 times

0

I’m looking to learn how to program in Ruby, I created the app, so I had an error from the beginning, where I had to remove all the HTTPS from the files of the GEMFILE folder, changing all manually to HTTP, so I was able to create the app. Then I went to create Scaffold, but when I try to access it, I have the following error that I’m not being able to know what’s going on, who can help, thank you!

S.O: Windows 8.1 x64

Erro ao tentar acessar o banco

  • I did, following this tip: Add to Gemfile Gem 'coffee-script-source', '1.8.0' then, run Bundle update coffee-script-source From the following link: https:///overfstacklow.comquestions/28312460/object-doesnt-support-this-property-propertyYor-method-Rails-windows-64bit?answertab=votes#tab-top

1 answer

0


In linux / osx having nodejs installed solves this, without needing to add this Gem to each project. By the way, in the gemfile Nvironments, it leaves this only.

  • Damn, it really worked! I just tested it here :) I made a new project, without Node.js, it didn’t work, gave the same error, then I stopped on the server, I installed Node.js, when I tried it, it worked normally, very good, thanks, so I will follow up with the latest version of Coffe.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.