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
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.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs