From b0da716a19d4ef937ad705d571be7dd18fbbc7bb Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Sun, 17 Jun 2012 11:14:19 -0700 Subject: Add tip for browsing source code on Github --- guides/source/initialization.textile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guides/source/initialization.textile') 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+. -- cgit v1.2.3