diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 23:47:35 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 23:47:35 +0000 |
commit | 778a9ec84f725ba5c346d975649770f9ebe23446 (patch) | |
tree | 67de215e88a79c72056b0927ffcffabf69dd49a6 /railties/CHANGELOG | |
parent | 2c918ed9b5fba4802654a4e9792519391fd687d6 (diff) | |
download | rails-778a9ec84f725ba5c346d975649770f9ebe23446.tar.gz rails-778a9ec84f725ba5c346d975649770f9ebe23446.tar.bz2 rails-778a9ec84f725ba5c346d975649770f9ebe23446.zip |
Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@951 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 c92fcb6760..c8c0fa540a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke] + * Combined the script/environment.rb used for gems and regular files version. If vendor/rails/* has all the frameworks, then files version is used, otherwise gems #878 [Nicholas Seckar] * Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] |