aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-01-08 00:16:19 +0100
committerXavier Noria <fxn@hashref.com>2013-01-08 00:50:56 +0100
commit553b6958dce75b6a3f8de21d6801c82a472d3001 (patch)
tree9ee402caea36d574a1ff06653beceec413add704 /guides/source/getting_started.md
parent9c5fb001412996ea807772e1066c92ad3688bbdb (diff)
downloadrails-553b6958dce75b6a3f8de21d6801c82a472d3001.tar.gz
rails-553b6958dce75b6a3f8de21d6801c82a472d3001.tar.bz2
rails-553b6958dce75b6a3f8de21d6801c82a472d3001.zip
doc/README_FOR_APP is no longer generated
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 0542cbf514..fb0f4d17db 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -135,7 +135,6 @@ application. Most of the work in this tutorial will happen in the `app/` folder,
|config/|Configure your application's runtime rules, routes, database, and more. This is covered in more detail in [Configuring Rails Applications](configuring.html)|
|config.ru|Rack configuration for Rack based servers used to start the application.|
|db/|Contains your current database schema, as well as the database migrations.|
-|doc/|In-depth documentation for your application.|
|Gemfile<br />Gemfile.lock|These files allow you to specify what gem dependencies are needed for your Rails application. These files are used by the Bundler gem. For more information about Bundler, see [the Bundler website](http://gembundler.com) |
|lib/|Extended modules for your application.|
|log/|Application log files.|