aboutsummaryrefslogtreecommitdiffstats
path: root/guides
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
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')
-rw-r--r--guides/code/getting_started/doc/README_FOR_APP2
-rw-r--r--guides/source/getting_started.md1
2 files changed, 0 insertions, 3 deletions
diff --git a/guides/code/getting_started/doc/README_FOR_APP b/guides/code/getting_started/doc/README_FOR_APP
deleted file mode 100644
index fe41f5cc24..0000000000
--- a/guides/code/getting_started/doc/README_FOR_APP
+++ /dev/null
@@ -1,2 +0,0 @@
-Use this README file to introduce your application and point to useful places in the API for learning more.
-Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
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.|