aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-24 08:16:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-24 08:16:07 +0000
commitb25f9af998ad26653083e004b7a6cb9ca0061940 (patch)
tree1cd37b224c70d49a8a632d05457bef5655163b4a /railties/CHANGELOG
parentd75481c5808085935e94fcbf6460c7685ef26396 (diff)
downloadrails-b25f9af998ad26653083e004b7a6cb9ca0061940.tar.gz
rails-b25f9af998ad26653083e004b7a6cb9ca0061940.tar.bz2
rails-b25f9af998ad26653083e004b7a6cb9ca0061940.zip
Allow ERb in the database.yml file (just like with fixtures), so you can pull out the database configuration in environment variables #1822 [Duane Johnson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1910 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 516bd5b27d..0f5f82feca 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow ERb in the database.yml file (just like with fixtures), so you can pull out the database configuration in environment variables #1822 [Duane Johnson]
+
* Added convenience controls for FCGI processes (especially when managed remotely): spinner, spawner, and reaper. They reside in script/process. More details can be had by calling them with -h/--help.
* Added load_fixtures task to the Rakefile, which will load all the fixtures into the database for the current environment #1791 [Marcel Molina]