diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-11 11:43:30 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-11 11:43:30 -0700 |
commit | d45d0a18647e906223b2859d1ce2a83be00095b1 (patch) | |
tree | fb7c8afe4cf0c368da13893dfef338e46d988a66 /railties/CHANGELOG | |
parent | 4817bf94d135c44ddfae1a30acb15de989e3c86c (diff) | |
parent | 4932f7b38f72104819022abca0c952ba6f9888cb (diff) | |
download | rails-d45d0a18647e906223b2859d1ce2a83be00095b1.tar.gz rails-d45d0a18647e906223b2859d1ce2a83be00095b1.tar.bz2 rails-d45d0a18647e906223b2859d1ce2a83be00095b1.zip |
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 98e3a861e8..8e7dfb38cc 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,3 +1,8 @@ +*Edge* + +* Added db/seeds.rb as a default file for storing seed data for the database. Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH] + + *2.3.2 [Final] (March 15, 2009)* * Remove outdated script/plugin options [Pratik Naik] |