I would like to prevent rename_column from working in certain
circumstances, so I was trying to redefine rename_column.  However, it
seems that the adapter's definition loads afterward and wipes out what
I put in.  I have successfully overridden add_column, so I am
confident that I have the definition in the right module.  Is there a
way to force the database adapter to load, so I can override is
(adapter-specific) rename_column?   (I guess I might be able to
override each database-specific rename_column, but I don't like that
solution.)

Thanks,
    --Paul
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to