Rmre 0.0.7 released

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}[https://github.com/kriansa])

  • Added support for non-standard foreign key names in has_many relationship ({Gui Weinmann}[https://github.com/alphabet])

  • Changed readme file to use mysql2 gem in samples ({Ketan Deshmukh}[https://github.com/ketan21])

  • Experimental support for copying databases through db_copy binary or by using Rmre::Migrator class

GitHub: http://github.com/bosko/rmre

Issues: http://github.com/bosko/rmre/issues