Is there a tool or method to persist arbitrary objects to the db without having to do a manual table create step? If not, and I therefore HAVE to do work just to save , then is this a valid sequence to persist a new class ?: 1) put create and drop table statements in a new migration (step) 2) define a class of same name which extends ActiveRecord (table name is plural), optionally not writing down the variables 3) use OBJECTCLASSNAME.find or OBJECTCLASSNAME.save records in and out of db -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---