Jay R. Ashworth wrote: > On Wed, Aug 13, 2008 at 07:32:09PM -0400, Mike Clark wrote: > >> It manages the MySQL database tables directly via RoR. It is >> specifically built for using Realtime Asterisk. It uses #exec statements >> in the extensions.conf file to set up the context declarations. >> > > I do hope that when you designed it, in lieu of a formal API for > modifying those tables, you created one of your own, and used it for > all your higher level code -- so that when they rev the tables in a > version upgrade, you only have to track it in one place... > > hers, > -- jra > Thankfully, Rails helps a lot in this area with models, migrations, etc. That said, this was my first major project in Rails, so RAGUI isn't nearly as "DRY" as it could be and I didn't take as much advantage of the power of models as I now know I should. So cleaning up,drying up, bug fixing and a couple of areas of missing functionality (primarily SIP/IAX trunk & provider management) will be the near term focus.
Thanks, Mike Clark _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
