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

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/S9u2aWvP_vcJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to