public
Description: Imagine you get offered $5,000 to write a basic website/admin application on a legacy database that has 200 interconnected tables. You’ll need to add all the associations and validations based on the existing schema. Imagine how long that would take! 1 day? 1 week? more? Try 1 minute. The Magic Model Generator does all this for you automatically.
Homepage: http://magicmodels.rubyforge.org/magic_model_generator/
Clone URL: git://github.com/drnic/magic_model_generator.git
name age message
file .gitignore Mon Mar 23 23:11:13 -0700 2009 ignoring pkg + tmp folders [Dr Nic Williams]
file History.txt Thu Aug 09 08:00:12 -0700 2007 Initial checkin - magic_cgi is a cool CGI gener... [nicwilliams]
file License.txt Tue May 22 13:12:20 -0700 2007 Added website Converted rakefile to use Hoe Mag... [nicwilliams]
file Manifest.txt Mon Mar 23 23:11:13 -0700 2009 ignoring pkg + tmp folders [Dr Nic Williams]
file PostInstall.txt Mon Mar 23 22:58:25 -0700 2009 applied latest newgem [Dr Nic Williams]
file README.rdoc Tue Mar 24 14:50:42 -0700 2009 added NOTE about status to README [Dr Nic Williams]
file Rakefile Mon Mar 23 23:02:21 -0700 2009 updated Rakefile to ignore rubygems if [Dr Nic Williams]
directory examples/ Mon Oct 30 07:35:16 -0800 2006 After running 0.3 on singleview I've added the ... [nicwilliams]
directory features/ Tue Mar 24 04:03:47 -0700 2009 starting initial scenario [Dr Nic Williams]
directory lib/ Mon Mar 23 22:58:25 -0700 2009 applied latest newgem [Dr Nic Williams]
file magic_model_generator.rb Tue May 22 16:23:54 -0700 2007 Cleaned up code - I broke it earlier git-svn-i... [nicwilliams]
directory script/ Mon Mar 23 22:58:25 -0700 2009 applied latest newgem [Dr Nic Williams]
directory tasks/ Mon Mar 23 22:58:25 -0700 2009 applied latest newgem [Dr Nic Williams]
directory templates/ Sat Oct 28 14:01:32 -0700 2006 Beautiful validations generated. Final 0.2.0 g... [nicwilliams]
directory test/ Tue May 22 16:23:54 -0700 2007 Cleaned up code - I broke it earlier git-svn-i... [nicwilliams]
file todo.txt Mon Mar 23 22:53:32 -0700 2009 started a todo list for mmg planned updates [Dr Nic Williams]
directory website/ Thu Aug 09 08:00:12 -0700 2007 Initial checkin - magic_cgi is a cool CGI gener... [nicwilliams]
README.rdoc

magic_model_generator

NOTE: this is an old project that is undergoing restoration for Rails 2.3+ I will make public announcements on rubyflow.com when its back alive and working.

DESCRIPTION:

Generates Rails models from the target database… magically! Validations and associations included.

Imagine you get offered $5,000 to write a basic website/admin application on a legacy database that has 200 interconnected tables. You’ll need to add all the associations and validations based on the existing schema.

Imagine how long that would take! 1 day? 1 week? more?

Try 1 minute.

The Magic Model Generator does all this for you automatically.

FEATURES/PROBLEMS:

  • FIX (list of features or problems)

SYNOPSIS:

  FIX (code sample of usage)

REQUIREMENTS:

  • FIX (list of requirements)

INSTALL:

  • sudo gem install magic_model_generator

LICENSE:

(The MIT License)

Copyright © 2006-2009 Dr Nic Williams

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.