I am building a demo, and I want to make it very easy for a non-technical person to set up and run the demo. I have built a seeds.rb file with lots of demo data in it. I w
You can call Rails.application.load_seed. That's all rake db:seed does.
Rails.application.load_seed
rake db:seed