aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 15:13:06 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 15:13:06 +0000
commitbc011df210e9cb56e1c4f2cc61dce002861201ef (patch)
tree085b6cf1de972663c84233e9296ccb1d780a97f1 /railties/CHANGELOG
parent9bbb195c038e2c4967daaed5efb192ce51e58103 (diff)
downloadrails-bc011df210e9cb56e1c4f2cc61dce002861201ef.tar.gz
rails-bc011df210e9cb56e1c4f2cc61dce002861201ef.tar.bz2
rails-bc011df210e9cb56e1c4f2cc61dce002861201ef.zip
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0c73d68d5f..f06b03b784 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating.
+
+* Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths)
+
* 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]