diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-07-05 23:48:27 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-07-05 23:48:27 +0000 |
commit | 68608e331f88c3168cc3aa270ab5f1deea394c97 (patch) | |
tree | 26a0b2b8584c613332c9f82a98bfa68ac716eefd /railties/CHANGELOG | |
parent | f833a780490d5c53c1c0c6c1b3fe97f639b8194c (diff) | |
download | rails-68608e331f88c3168cc3aa270ab5f1deea394c97.tar.gz rails-68608e331f88c3168cc3aa270ab5f1deea394c97.tar.bz2 rails-68608e331f88c3168cc3aa270ab5f1deea394c97.zip |
Update scaffolding functional tests to use :id => people(:first) instead of :id => 1. Closes #5612.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4559 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 aa1ee15fdc..b9086e91c9 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update scaffolding functional tests to use :id => people(:first) instead of :id => 1. #5612 [evan@protest.net] + * db:test:clone should remove existing tables before reloading the schema. #5607 [sveit@tradeharbor.com] * Fixed migration generation for class names like ACLController #5197 [brad@madriska.com] |