Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/magic_model_generator
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.
https://github.com/drnic/magic_model_generator
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/drnic/magic_model_generator
- Owner: drnic
- License: mit
- Created: 2009-03-24T05:46:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T11:54:06.000Z (about 4 years ago)
- Last Synced: 2024-11-01T04:27:39.230Z (12 days ago)
- Language: Ruby
- Homepage: http://magicmodels.rubyforge.org/magic_model_generator/
- Size: 602 KB
- Stars: 38
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
= magic_model_generator
NOTE: this is an old project that is undergoing restoration for Rails 2.3+ I will make public announcements on http://rubyflow.com when its back alive and working.
* http://magicmodels.rubyforge.org/magic_model_generator
== 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 (c) 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.