aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-05-07 12:46:03 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-05-07 13:52:00 -0700
commitb510d8bfd8355e63432514814e3177244a26275a (patch)
treedacc11c04bfb26b4e3f1cae1bc626b8ce81fbf7f /railties/CHANGELOG
parent4a07103687084496b773e18a03b1f2f5e686f7ad (diff)
downloadrails-b510d8bfd8355e63432514814e3177244a26275a.tar.gz
rails-b510d8bfd8355e63432514814e3177244a26275a.tar.bz2
rails-b510d8bfd8355e63432514814e3177244a26275a.zip
Add script/dbconsole to app generator
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 f52206d4d3..2ca1965d97 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]
+
* Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved]
* Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88]