diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-14 01:00:03 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-14 01:00:03 -0700 |
commit | 9a4fdff0af0ba05ad77096ce835aeb4bf343a53f (patch) | |
tree | d4657c9e64fdc050695dd58cf419241ace32e7a6 /railties/guides/source/command_line.textile | |
parent | 2ff5f38abb4a44ed5356c34b40d30d446fb63408 (diff) | |
parent | e090898c5e98e853828208343b3911a229563b62 (diff) | |
download | rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.gz rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.bz2 rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.zip |
Merge commit 'docrails/master'
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index f2b53023a5..ebae320ebc 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -530,7 +530,7 @@ You can get a list of Rake tasks available to you, which will often depend on yo rake db:abort_if_pending_migrations # Raises an error if there are pending migrations rake db:charset # Retrieves the charset for the current environment's database rake db:collation # Retrieves the collation for the current environment's database -rake db:create # Create the database defined in config/database.yml for the current RAILS_ENV +rake db:create # Create the database defined in config/database.yml for the current Rails.env ... ... rake tmp:pids:clear # Clears all files in tmp/pids |