From 02ae6d392786669d2d54946ad96e28903d5ef501 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Wed, 2 Dec 2009 14:34:42 +0800 Subject: Adding the directory tree of a generated Rails app. --- railties/README | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/railties/README b/railties/README index 6fd7436e3c..64dea89585 100644 --- a/railties/README +++ b/railties/README @@ -188,6 +188,43 @@ Currently works for mysql, postgresql and sqlite. == Description of Contents +The default directory structure of a generated Ruby on Rails applicartion: + + |-- app + | |-- controllers + | |-- helpers + | |-- models + | `-- views + | `-- layouts + |-- config + | |-- environments + | |-- initializers + | `-- locales + |-- db + |-- doc + |-- lib + | `-- tasks + |-- log + |-- public + | |-- images + | |-- javascripts + | `-- stylesheets + |-- script + | `-- performance + |-- test + | |-- fixtures + | |-- functional + | |-- integration + | |-- performance + | `-- unit + |-- tmp + | |-- cache + | |-- pids + | |-- sessions + | `-- sockets + `-- vendor + `-- plugins + app Holds all the code that's specific to this particular application. -- cgit v1.2.3