diff options
author | Srikanth Shreenivas <srikanthps@yahoo.com> | 2015-06-30 00:25:47 +0530 |
---|---|---|
committer | Srikanth Shreenivas <srikanthps@yahoo.com> | 2015-06-30 00:25:47 +0530 |
commit | 1b1afc62f8d39200b3ebffe72b449f0893f4fffa (patch) | |
tree | e0320400f4b35b3d755431f4b136f67d174964f7 /guides | |
parent | 0bee4100f10dec672b70ad63856149c85d8cbc95 (diff) | |
download | rails-1b1afc62f8d39200b3ebffe72b449f0893f4fffa.tar.gz rails-1b1afc62f8d39200b3ebffe72b449f0893f4fffa.tar.bz2 rails-1b1afc62f8d39200b3ebffe72b449f0893f4fffa.zip |
To fix #20644
Added a note on development kit for Windows Users. This is required as Windows users can get frustrated when their first rails project creation would fail as some native gem won't get built.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 79d4393f32..e759735788 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -23,7 +23,8 @@ application from scratch. It does not assume that you have any prior experience with Rails. However, to get the most out of it, you need to have some prerequisites installed: -* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer. +* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer. +* Right version of [Development Kit](http://rubyinstaller.org/downloads/), if you are using Windows * The [RubyGems](https://rubygems.org) packaging system, which is installed with Ruby versions 1.9 and later. To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org). * A working installation of the [SQLite3 Database](https://www.sqlite.org). |