aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.textile
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-06-17 11:14:19 -0700
committerOscar Del Ben <info@oscardelben.com>2012-06-17 11:14:19 -0700
commitb0da716a19d4ef937ad705d571be7dd18fbbc7bb (patch)
treef0e6bc03a73feef3d0248e7646ed782acd75649a /guides/source/initialization.textile
parent636794e738c6af9afae08d318fe43aefe3fe9083 (diff)
downloadrails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.tar.gz
rails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.tar.bz2
rails-b0da716a19d4ef937ad705d571be7dd18fbbc7bb.zip
Add tip for browsing source code on Github
Diffstat (limited to 'guides/source/initialization.textile')
-rw-r--r--guides/source/initialization.textile5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile
index f40f884c7b..25f137cfbd 100644
--- a/guides/source/initialization.textile
+++ b/guides/source/initialization.textile
@@ -15,6 +15,11 @@ server+ to boot your app.
NOTE: Paths in this guide are relative to Rails or a Rails application unless otherwise specified.
+TIP: If you want to follow along while browsing the Rails "source
+code":https://github.com/rails/rails, we recommend that you use the +t+
+key binding to open the file finder inside github and find files
+quickly.
+
h3. Launch!
A Rails application is usually started with the command +rails server+.