Just another quick solution.   You can generate the Ruby
scaffolding commands using SQL out of the database.   Just access
sys.columns or whatever your particular database provides
(INFORMATION_SCHEMA or something).   For each column, generate that line
that Ruby wants for a column / table entry.   Then you can select as you
want for the Ruby app deleting unwanted column / table lines.

       Does anyone have a definitive Ruby generation command for Nifty
using Ruby 4, for an existing database?  I could generate the entire
thing via SQL, which I would be happy to provide.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/723b1af48a2a0774f83bd004cccedc0b%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to