Rmre version 0.0.7 has been released!
Rmre is utility gem for creating Ruby on Rails, at the moment only ActiveRecord, models
for legacy databases. Besides creating all models it sets proper table name and primary
key if tables and columns naming doesn't follow Rails convention. It also tries to read
all foreign keys data from a database if DBE is MySql, PostgreSQL, Oracle or MS SQL and
sets models relationships on a basic level through belongs_to and has_many declarations.
Changes:
=== 0.0.7 / 2013-05-09
* Fixes
* Fixed typo in HISTORY.rdoc file
=== 0.0.6 / 2013-05-09
* Enhancements
* Experimental support for copying databases through db_copy binary or by using Rmre::Migrator class