From: Ilias Lazaridis Date: 2005-05-07T03:34:24+09:00 Subject: Re: [Nitro] [OG] - 0.16.0 with automated table evolution Aredridel wrote: > On 5/6/05, Ilias Lazaridis wrote: > >>I've finished a non-intrusive extension to og (addition of one file, >>"og-evolve.rb", no original source code touched), which enables >>automated schema evolution (currently sqlite3 adapter). >> >>require 'og' >>require 'og-evolve' > > Interesting. I'll try if if I get a chance. ok. >>you can disable the extension by simply removing the "require >>'og-evolve'" statement (using "method rename), having the old behaviour >>back. > > "method rename? sorry. "method rename" full text: I'm using ruby's "method rename" ( or more concise: alias_method ) to keep the extension non-intrusive to the existen sources. [I like that ruby!] .. -- http://lazaridis.com