Download the integration pack: http://railsinstaller.org/en the rest of the little things other tutorials can also be found, here is not much to say.
After installation, open the Rbreadline.rb file under ruby2.1.0\lib\ruby\site_ruby\2.1.0 in the installation directory, which can be opened using Notepad. Then change require ' DL ' to require ' findle '
Open the command line and execute the following command
$ gem Sources--remove https://rubygems.org/$ gem sources-a https://ruby.taobao.org/$ gem sources-l
The purpose of these commands is to replace the source of the gem to avoid problems that are always being wall.
4. If you use the Rails new project, you will find that the project will be stuck in the bundle install. This is because the bundle to download the required package address is not able to access it normally. Workaround when it is finished, change the address of source in the Gemfile file under the project folder to https://ruby.taobao.org
You should be able to get the rails server here.
If you have any other questions, you can tell me by message.
Fastest way to install Ruby on rails under windows