As far as I can tell, the cart code is not commercial or open source, just custom code. It uses ActiveMerchant to access the gateway.
Using logger.flush (or Rails.logger.flush) seems to solve my logger problem. Thanks! Scott At 11:00 PM 12/2/2009, you wrote: >Scott, >What cart are you using? > >Zach > >On Wed, Dec 2, 2009 at 9:13 PM, Scott Olmsted ><<mailto:[email protected]>[email protected]> wrote: > >I'm making enhancements to existing shopping cart code. When one >clicks on 'Checkout' on the cart page, the code deals with the stuff >in the cart to create the order, then redirects to a page to collect >address information. > >Most of the time the log entries after the redirect are not written >until the next request comes in. I see only > >Redirected to <http://localhost:3000/checkout>http://localhost:3000/checkout >Completed in 150ms (DB: 17) | 302 Found [ http://localhost/cart/update_totals] > >and not > >...bunch of SQL... >Rendering template within layouts/site >Rendering checkout/addresses >Rendered checkout/_secure_blurb (0.6ms) >Rendered checkout/_footer (2.7ms) >Completed in 365ms (View: 262, DB: 17) | 200 OK [ http://localhost/checkout] > >until the next request. > >Anyone encounter this? Anything can be done about it? > >Thanks much, > >Scott > >-- >SD Ruby mailing list ><mailto:[email protected]>[email protected] >http://groups.google.com/group/sdruby > > > > >-- >Zach ><mailto:[email protected]>[email protected] >760-522-2568 <-- Verizon Cell Number--<<< >760-487-8192 <-- Google Voice Number --<<< > >-- >SD Ruby mailing list >[email protected] ><http://groups.google.com/group/sdruby>http://groups.google.com/group/sdruby -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
