Problems using a legacy database with a new rails application

Posted by Kalyan on Stack Overflow See other posts from Stack Overflow or by Kalyan
Published on 2010-03-27T00:38:16Z Indexed on 2010/03/27 0:43 UTC
Read the original article Hit count: 446

What are the usual problems / stumbling blocks / issues / drawbacks when using a legacy database with a new rails application?

We have to decide between using an old database or writing migration scripts to bring data from old database to new database following rails conventions. What would you suggest?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about activerecord