We are in the process of migrating our CRM app built using (JBoss AS, JDBC, Hibernate, MySQL) into Rails 3.2.x
We would like to keep the database schema as it is, so that we have minimal effort while we move into a new web architecture with Rails. Are there any tools which will help me generate the models/controllers and handle migrations from a database perspective.
What strategy should we use so that we can keep the old application humming in production before we move to the newer Rails app.