aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 07:29:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 07:29:30 +0000
commit1448d749f59bf5c964fb646d0b6fb7a0614ad4c5 (patch)
treec7b17ddcc289ed33c599129f43a88e6fe314bde4 /railties/CHANGELOG
parent1e145099a78688d25f2cfcafe58afbd651bf7be4 (diff)
downloadrails-1448d749f59bf5c964fb646d0b6fb7a0614ad4c5.tar.gz
rails-1448d749f59bf5c964fb646d0b6fb7a0614ad4c5.tar.bz2
rails-1448d749f59bf5c964fb646d0b6fb7a0614ad4c5.zip
Fixed the scaffold generator to fail right away if the database isn't accessible instead of in mid-air #1169 [Chad Fowler]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2111 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6ae02fcb37..0c73d68d5f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed the scaffold generator to fail right away if the database isn't accessible instead of in mid-air #1169 [Chad Fowler]
+
* Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
* Don't require the environment just to clear the logs #2093 [Scott Barron]