21207 Forks
53108 Stars
53108 Watchers

How to download and setup rails

Open terminal and run command
git clone https://github.com/rails/rails.git
git clone is used to create a copy or clone of rails repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with rails https://github.com/rails/rails/archive/master.zip

Or simply clone rails with SSH
[email protected]:rails/rails.git

If you have some problems with rails

You may open issue on rails support forum (system) here: https://github.com/rails/rails/issues