The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyCocoa - ActiveRecord Bindings model generation script

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
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
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eloy Duran.
Original Post: RubyCocoa - ActiveRecord Bindings model generation script
Feed Title: SuperAlloy, because it's hot!
Feed URL: http://www.superalloy.nl/blog/?feed=rss2&cat=2
Feed Description: Thoughts, code, release notes all ruby/rubycocoa/rails related.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eloy Duran
Latest Posts From SuperAlloy, because it's hot!

Advertisement
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

Topic: RubyEnRails 2007 Previous Topic   Next Topic Topic: What we have to look forward to on the left

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use