Skip to content

Monthly Archives: April 2006

Rails: Cross Database development

Its a piece of cake developing applications that run on multitude of Database management solutions. All you need to keep Database schema scripts handy. Here is how you do it using rails scripts: [code lang="php"] > ruby script\generate migration Contact [/code] This will create an empty file in db/migrate folder for contact table. You need [...]

  • Share/Bookmark