RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Seeds, a quick and easy way to populate your db/seeds.rb file with existing data

I just launched seeds, a ruby gem for populating your db/seeds.rb file with existing data from your Models. Allows you to include Models, exclude Models, and exclude certain fields in your models from being added to the seeds.rb file.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in