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.

This URL has Read+Write access

drnic (author)
Tue Mar 24 14:50:42 -0700 2009
commit  4785d5c2a520d44e52fa3569f00d2b782d213a80
tree    b0b42b423701fc21be75c2591ac6922d087bf83e
parent  ed045d83b6e03e22934323629829913eda990700
magic_model_generator / History.txt
100644 34 lines (24 sloc) 1.009 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
== TRUNK
 
* 2 dev improvement
  * Rakefile cleanup
  * Removed some puts/p statements
* 1 website improvement
  * Added "8 steps for fixing other people’s code" to website/index.txt
 
*** 0.5.0 / 2007-5-23
 
+ 1 minor enhancement
  + Started a list of ignorable tables: MagicModelGenerator::Ignorable.list - add to it in your environment.rb if you have other tables to ignore; or if its a commonly ignorable table name, tell me
 
*** 0.4.2 / 2007-5-23
 
+ 1 minor DOH!! moment
  + Changed dependency to dr_nic_magic_models (>=0.9.2)
+ 1 irrelevant improvement
  + deploy task outputs the svn command to tag the release
 
*** 0.4.1 / 2007-5-23
 
+ 1 minor bugfix
  + Added dependency to dr_nic_magic_models (0.9.1) - this will be removed in future versions [thx Robbie Bingler]
 
*** 0.4.0 / 2007-5-22
 
+ Official release (after RejectConf at RailsConf2007)
+ Added website
+ Converted rakefile to use Hoe
+ MagicModelsGenerate -> MagicModelsGenerator
+ Added MIT license file
+ Add AR connections/db_defn/fixtures