diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-02-21 23:13:32 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-02-21 23:13:32 +0000 |
commit | 45dd256889cddd1a1746d122344a966873e03921 (patch) | |
tree | ce412dd499f3880fea2f6f265431809380b7929a /railties/lib/rails_generator/generators/applications | |
parent | 25bb98e42daa98c4207ea19bb80525d2b7cf8962 (diff) | |
download | rails-45dd256889cddd1a1746d122344a966873e03921.tar.gz rails-45dd256889cddd1a1746d122344a966873e03921.tar.bz2 rails-45dd256889cddd1a1746d122344a966873e03921.zip |
Missed commit for [6184]. Generate a random secret for new app's cookie session store.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/rails_generator/generators/applications')
-rw-r--r-- | railties/lib/rails_generator/generators/applications/app/USAGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails_generator/generators/applications/app/USAGE b/railties/lib/rails_generator/generators/applications/app/USAGE index 3bb55113fa..cded9c3061 100644 --- a/railties/lib/rails_generator/generators/applications/app/USAGE +++ b/railties/lib/rails_generator/generators/applications/app/USAGE @@ -13,4 +13,4 @@ WARNING: Your application will expect to find activerecord, actionpack, and actionmailer directories in the vendor directory. A popular way to track the bleeding edge of Rails development is to checkout from source control - directly to the vendor directory. See http://dev.rubyonrails.com + directly to the vendor directory. See http://dev.rubyonrails.org/ |