Windows gem install rails
I faced the same issue, then I installed the latest ruby version 2. Also, make sure you get the appropriate DevKit. For example: if you downloaded the 64 bit ruby, you need to get the devkit for the 64 bit ruby.
I was able to get it to work in this way. That sounds like an SSL error you get when trying to fetch gems — not specific to Rails. Basically you need to set the certificate authority to allow you to download gem files.
Probably moved on now but after 4 hours trying to get rails working and then another hour having this bcrypt issue i resolved it by moving from 64 bit to 32 bit ruby.
But that may just be more confusing in blog format. Thanks for the feedback! Ah, the hazards of working on 3 operating systems at once. Thanks for pointing this out! Home » blog » Installation of Ruby on Rails on Windows. With this blog, we will learn Installation of Ruby on Rails Rails on Windows 10 in detailed and an easy step-by-step process. Download the bit. Once the package will install, the ruby gems will be installed along with it.
Ruby gems: It is a package manager for Ruby and provides a standard format to distribute Ruby programs and libraries. Each gem has a name, version, and platform.
Use the following command for installing Rails dependencies using yum. Now we will install rbenv and set the appropriate environment variables. Use the following set of commands to get rbenv for git repository. Before installing Ruby, determine which version of Ruby you want to install.
We will install Ruby 2. Use the following command for installing Ruby. Ruby provides a keyword gem for installing the supported dependencies; we call them gems.
If you don't want to install the documentation for Ruby-gems, then use the following command. Thereafter, it is better to install the Bundler gem, because it helps to manage your application dependencies. Use the following command to install bundler gem. Next, we will see how we can use Node.
Let us install Node. We will take Node. Learn more. Asked 7 years, 9 months ago. Active 6 years, 7 months ago. Viewed 1k times. I went to RubyDevKit in cmd and typed: dir dk. Improve this question. Anshul Goyal 65k 33 33 gold badges silver badges bronze badges.
Samy Samy 1 1 gold badge 10 10 silver badges 24 24 bronze badges. Umm are you connected to the internet?
0コメント