Rmre is utility gem for creating Ruby on Rails models for legacy databases.
Changes:
-
Enhancements
-
MySQL ssl-ca option added ({Uri Mikhli}(github.com/urimikhli))
-
-
Fixes
-
Fixed typo in HISTORY.rdoc file
-
-
Enhancements
-
Added support for mysql2 gem with foreign keys (Daniel Garajau)
-
Added support for non-standard foreign key names in has_many relationship (Gui Weinmann)
-
Changed readme file to use mysql2 gem in samples (Ketan Deshmukh)
-
Experimental support for copying databases through db_copy binary or by using Rmre::Migrator class
-
-
Enhancements
-
Drop explicit erubis dependency which prevented rmre usage along with newest Rails versions
-
-
Enhancements
-
do not use deprecated methods in generated models (John Murray)
-
‘belongs_to’ method uses singular name (John Murray)
-
Enhancements
-
schema dump with foreign key statements
-
creating sample settings file (-f, –file switch)
-
generate singularized model file names
-
various other fixes
GitHub: github.com/bosko/rmre Issues: github.com/bosko/rmre/issues