Ruby on Rails for Windows: how to get started without getting a different error every time? -
i'm on windows 8.1 , have been trying rails work on computer quite time now. followed guides install ruby , rails , correctly, whenever try execute kind of rails command through powershell, error 1 of gems. can't run server command, can't generate, can't run console. here recent error:
c:/railsinstaller/ruby2.1.0/lib/ruby/gems/2.1.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:48:in 'autodetect': not find javascript runtime. see https://github.com/rails/execjs list of available runtimes. (execjs::runtimeunavailable)} other times errors native gems follow guides resolve those, nothing ends working.
how rails on windows machine? should linux vm?
i recommend using vm, i've used virtualbox in past ubuntu rails development.
it's not impossible things work in windows, you'll thank later if move vm. specific error mention see this post suggests adding therubyracer gem.
Comments
Post a Comment