Is there any tools for migrating data from old database to a new database to be used by rails? Thanks in advance. http://www.ProblemSolvingSkill.net Hone your problem-solving skills
The best database tool I found is phpMyadmin (if you are usin Mysql, of course). elsewere, you could try with rails Migrations and it''s # rake db_schema_dumop and rake db_schema_import Hope it helps.> Is there any tools for migrating data from old database to a new database > to be used by rails? Thanks in advance. > > http://www.ProblemSolvingSkill.net > Hone your problem-solving skills