Loading data in rails migration?

Posted by tesmar on Stack Overflow See other posts from Stack Overflow or by tesmar
Published on 2010-05-14T21:49:12Z Indexed on 2010/05/14 21:54 UTC
Read the original article Hit count: 223

Hi everyone,

I have a large database I need to populate with data before initially running the application. Is it best to do this in an external rake task or inside migrations?

Sincerely, Tyler

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about migrations