aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:40:20 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:40:20 +0000
commit03b531a44eed3313b61dbece6c9f0c6180798c3e (patch)
tree6c1f2270b8aff36006f06ae7de4f4bf8bc5c0d73 /railties/README
parent847436a478c991cee2393414bb98662f31cc8b54 (diff)
downloadrails-03b531a44eed3313b61dbece6c9f0c6180798c3e.tar.gz
rails-03b531a44eed3313b61dbece6c9f0c6180798c3e.tar.bz2
rails-03b531a44eed3313b61dbece6c9f0c6180798c3e.zip
Updated a few more docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@793 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/railties/README b/railties/README
index 49f82b54c1..ca5f3737fd 100644
--- a/railties/README
+++ b/railties/README
@@ -32,7 +32,7 @@ link:files/vendor/actionpack/README.html.
== Optionals
-* Apache 1.3.x or 2.x (or any FastCGI-capable webserver with a
+* Apache 1.3.x or 2.x or lighttpd 1.3.11+ (or any FastCGI-capable webserver with a
mod_rewrite-like module)
* FastCGI (or mod_ruby) for better performance on Apache
@@ -166,7 +166,7 @@ app/helpers
Holds view helpers that should be named like weblog_helper.rb.
config
- Configuration files for Apache, database, and other dependencies.
+ Configuration files for the Rails environment, the routing map, the database, and other dependencies.
components
Self-contained mini-applications that can bundle controllers, models, and views together.
@@ -176,10 +176,8 @@ lib
belong controllers, models, or helpers. This directory is in the load path.
public
- The directory available for Apache, which includes symbolic links to other
- parts of the structure that are to be made available. Refrain from placing
- actual files in here if you're using CVS and don't want to check in this
- directory.
+ The directory available for the web server. Contains sub-directories for images, stylesheets,
+ and javascripts. Also contains the dispatchers and the default HTML files.
script
Helper scripts for automation and generation.