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
- Added support for mysql2 gem with foreign keys ({Daniel
Garajau}[kriansa (Daniel Pereira) · GitHub]) - Added support for non-standard foreign key names in has_many
relationship ({Gui Weinmann}[alphabet (Gui Weinmann) · GitHub]) - Changed readme file to use mysql2 gem in samples ({Ketan
Deshmukh}[ketan21 (Ketan Deshmukh) · GitHub]) - Experimental support for copying databases through db_copy binary or
by
using Rmre::Migrator class
- Added support for mysql2 gem with foreign keys ({Daniel
GitHub: GitHub - bosko/rmre: Rails 3 models reverse engineering
Issues: Issues · bosko/rmre · GitHub