This article will focus on how to build a ROR development environment under different operating systems and, at the end, detail how to install and configure the MySQL database under Windows operating systems.
Construction of development environment under Windows system
This article describes how to build a ROR development environment under Windows operating systems.
1. Remote Installation
A, Step 1: Download and install the Ruby one-click installation package
Download the latest Ruby 1.8.4-16 one-click installation package with a download address of http://rubyforge.org/projects/rubyinstaller/.
Run the installation file after downloading and the display interface is shown in Figure 2-1.
Figure 1 Installer Run interface
Always click the Next button to install it by default. When the installation is complete, open the Command Line window, enter and run the command Ruby–v, and the successful installation will display the Ruby version number, as shown in Figure 2-2.
Figure 2 version information for Ruby