diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-10-16 17:10:34 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-10-16 17:10:34 +0000 |
commit | 98c1735f0313a08563d8cb92fcbff48b2be906fc (patch) | |
tree | 4095d185dd7a15bf5692cc45c22d45cd24c25a8b /railties/CHANGELOG | |
parent | 50a02abd6de6a8c903360b8fb6c287860a50afcd (diff) | |
download | rails-98c1735f0313a08563d8cb92fcbff48b2be906fc.tar.gz rails-98c1735f0313a08563d8cb92fcbff48b2be906fc.tar.bz2 rails-98c1735f0313a08563d8cb92fcbff48b2be906fc.zip |
Fix rake dev and related commands
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2653 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 14ce0f1c58..abfb16cf03 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix rake dev and related commands [Nicholas Seckar] + * The rails command tries to deduce your MySQL socket by running `mysql_config --socket`. If it fails, default to /path/to/your/mysql.sock |