The Ruby on Rails migrations story has key advantages over Java Frameworks

Posted by solrac on Aug 15, 2006 11:25 PM EDT
developerWorks; By IBM
Mail this story
Print this story

You'd expect a complex pieces of code, but with Ruby on Rails migration, it turns out to be incredibly simple.

The migrations story in Java programming is not nearly as robust. Dealing with changes in the data and object model can be a difficult task. The Ruby on Rails solution has some core advantages. With all of the benefits of Rails migrations, sush as: allowing data migration as well as schema migration, and the use of model logic with your data migration, you'd expect a complex piece of code, but they are incredibly simple. This article examines Rails schema migrations, a philosophy of separating each database schema change from the base object model.

Full Story

  Nav
» Read more about: Story Type: News Story; Groups: Community

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.