@@ -157,6 +157,34 @@ Linux distribution's manager for Ruby, or the third party tools might be the
157
157
right choice for you.
158
158
159
159
160
+ ## Installers
161
+ {: #installers}
162
+
163
+
164
+ ### RubyInstaller
165
+ {: #rubyinstaller}
166
+
167
+ If you are on Windows, there is a great project to help you install Ruby:
168
+ [ RubyInstaller] [ rubyinstaller ] . It gives you everything you need to set up
169
+ a full Ruby development environment on Windows.
170
+
171
+ Just download it, run it, and you are done!
172
+
173
+
174
+ ### RailsInstaller and Ruby Stack
175
+ {: #railsinstaller}
176
+
177
+ If you are installing Ruby in order to use Ruby on Rails,
178
+ you can use the following installers:
179
+
180
+ * [ RailsInstaller] [ railsinstaller ]
181
+ which uses RubyInstaller but gives you
182
+ extra tools that help with Rails development.
183
+ It supports OS X and Windows.
184
+ * [ Bitnami Ruby Stack] [ rubystack ]
185
+ which provides a complete development environment for Rails.
186
+ It supports OS X, Linux, Windows, virtual machines and cloud images.
187
+
160
188
## Managers
161
189
{: #managers}
162
190
@@ -187,34 +215,6 @@ Both tools are available for OS X, Linux, or other UNIX-like operating systems.
187
215
on your system. It can also manage different gemsets.
188
216
It is available for OS X, Linux, or other UNIX-like operating systems.
189
217
190
- ## Installers
191
- {: #installers}
192
-
193
-
194
- ### RubyInstaller
195
- {: #rubyinstaller}
196
-
197
- If you are on Windows, there is a great project to help you install Ruby:
198
- [ RubyInstaller] [ rubyinstaller ] . It gives you everything you need to set up
199
- a full Ruby development environment on Windows.
200
-
201
- Just download it, run it, and you are done!
202
-
203
-
204
- ### RailsInstaller and Ruby Stack
205
- {: #railsinstaller}
206
-
207
- If you are installing Ruby in order to use Ruby on Rails,
208
- you can use the following installers:
209
-
210
- * [ RailsInstaller] [ railsinstaller ]
211
- which uses RubyInstaller but gives you
212
- extra tools that help with Rails development.
213
- It supports OS X and Windows.
214
- * [ Bitnami Ruby Stack] [ rubystack ]
215
- which provides a complete development environment for Rails.
216
- It supports OS X, Linux, Windows, virtual machines and cloud images.
217
-
218
218
219
219
## Building from Source
220
220
{: #building-from-source}
0 commit comments