aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-23 21:52:33 +0100
committerXavier Noria <fxn@hashref.com>2011-03-23 21:52:33 +0100
commit3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7 (patch)
treed0b29e5edb35d20eade90c31442fb7abdfe8872a /railties/guides/source/getting_started.textile
parent3a7c7dc73d6111e7c821a81d9c56024dd35769a5 (diff)
parentee8ca49414271026575dab70947b446ac6e4b51a (diff)
downloadrails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.tar.gz
rails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.tar.bz2
rails-3b91b3726dbd7ef6e1f4927d65e2cbe8da12f7c7.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-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