This project is archived and is in readonly mode.

Changeset [4932f7b38f72104819022abca0c952ba6f9888cb] by David Heinemeier Hansson

May 11th, 2009 @ 06:08 PM

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] http://github.com/rails/rails/co...

Committed by David Heinemeier Hansson

  • M railties/CHANGELOG
  • M railties/Rakefile
  • M railties/configs/seeds.rb
  • M railties/lib/rails_generator/generators/applications/app/app_generator.rb
  • M railties/lib/tasks/databases.rake

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>