aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr Nic Williams <drnicwilliams@gmail.com>2011-03-22 15:11:12 -0700
committerDr Nic Williams <drnicwilliams@gmail.com>2011-03-22 15:13:55 -0700
commitee8ca49414271026575dab70947b446ac6e4b51a (patch)
tree3fbf07054c17103714a76459d94d5086fa7d674f
parent137ff0402a05e39c85852b148443750d5d222b66 (diff)
downloadrails-ee8ca49414271026575dab70947b446ac6e4b51a.tar.gz
rails-ee8ca49414271026575dab70947b446ac6e4b51a.tar.bz2
rails-ee8ca49414271026575dab70947b446ac6e4b51a.zip
Update 'Getting Started on Windows' tip to go to one-click Rails Installer
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index e94bdc97b0..0661549644 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -149,7 +149,7 @@ Usually run this as the root user:
# gem install rails
</shell>
-TIP. If you're working on Windows, you should be aware that the vast majority of Rails development is done in Unix environments. While Ruby and Rails themselves install easily using for example "Ruby Installer":http://rubyinstaller.org/, the supporting ecosystem often assumes you are able to build C-based rubygems and work in a command window. If at all possible, we suggest that you install a Linux virtual machine and use that for Rails development, instead of using Windows.
+TIP. If you're working on Windows, you can quickly install Ruby and Rails with "Rails Installer":http://railsinstaller.org.
h4. Creating the Blog Application