Hi, How do people debug MG / CF ORM apps?
I was having an issue with an app where I would use ORM to update (basically the status of a record from submitted to accepted), then render a view (list of records). It rendered the changes, but if I looked at the database the change wasn't there, and if I refreshed the page the change was gone. I just replaced the orm stuff with cfquery's and it worked, so that's got me by for now, and validates for me my logic was correct but it leaves me with 2 issues which is: 1) How do I trust ORM? I was doing an ormflush after entitysave and it didn't help either 2) How do I debug MG / CF ORM Apps? Any help appreciated :) b -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
