diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/initialization.textile | 5 |
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+. |