aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-12-30 00:22:36 +0100
committerXavier Noria <fxn@hashref.com>2009-12-30 00:22:36 +0100
commitbf7ec2d7457f9b0b16c62ce2157721c1213aa3c5 (patch)
treef62888cae5c71e0e26c5f51d45a85ac0f7600926 /railties/guides
parent9069761ef7f3dfef8d038756fbbcb00b9aef7813 (diff)
downloadrails-bf7ec2d7457f9b0b16c62ce2157721c1213aa3c5.tar.gz
rails-bf7ec2d7457f9b0b16c62ce2157721c1213aa3c5.tar.bz2
rails-bf7ec2d7457f9b0b16c62ce2157721c1213aa3c5.zip
fixes link to Pickaxe in getting started guide
Diffstat (limited to 'railties/guides')
-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 9a87d28d18..bd6dbda199 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -22,7 +22,7 @@ This guide is designed for beginners who want to get started with a Rails applic
It is highly recommended that you *familiarize yourself with Ruby before diving into Rails*. You will find it much easier to follow what's going on with a Rails application if you understand basic Ruby syntax. Rails isn't going to magically revolutionize the way you write web applications if you have no experience with the language it uses. There are some good free resources on the internet for learning Ruby, including:
* "Mr. Neighborly's Humble Little Ruby Book":http://www.humblelittlerubybook.com
-* "Programming Ruby":http://www.rubycentral.com/book
+* "Programming Ruby":http://www.ruby-doc.org/docs/ProgrammingRuby/
* "Why's (Poignant) Guide to Ruby":http://mislav.uniqpath.com/poignant-guide/
h3. What is Rails?