railsyard / railsyardcms

Railsyard - One Ruby on Rails CMS to rule them all!
www.railsyardcms.org
Other
95 stars 7 forks source link

Seeds refactor #22

Closed nebirhos closed 12 years ago

nebirhos commented 12 years ago

I think it's better have only table creates into migrations, and move all the data insert into seeds.rb. Also, all the non-required data (such as example pages) should be in a different file. I created a new task, ry:example, to import data from that file.