Eloy Duran
Posts: 48
Nickname: superalloy
Registered: May, 2007
|
Eloy Duran is the lead developr for SuperAlloy in the netherlands
|
|
|
|
RubyCocoa - ActiveRecord Bindings model generation script
|
Posted: May 18, 2007 4:04 PM
|
|
Ok, too make you lives even easier I have posted a simple script that I use to generate the Model/ModelProxy/Migration files. Until we have some proper way of generating code in RubyCocoa itself you can use this from within you source root.
So “ruby generate.rb model SomeModel” will generate the following files:
- SomeModel.rb
- SomeModeProxy.rb
- migrate/001_create_some_models.rb
And “ruby [...]
Read: RubyCocoa - ActiveRecord Bindings model generation script
|
|