nimbleshop_core 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/controllers/admin_controller.rb +1 -1
- data/app/helpers/nimbleshop_helper.rb +1 -1
- data/app/mailers/admin_mailer.rb +3 -3
- data/app/mailers/mailer.rb +3 -3
- data/app/models/tax_calculator.rb +1 -1
- data/lib/generators/nimbleshop/app/install_generator.rb +15 -9
- data/lib/generators/nimbleshop/app/templates/config/initializers/carrierwave.rb +2 -3
- data/lib/generators/nimbleshop/app/templates/config/initializers/setup_email.rb +2 -11
- data/lib/generators/nimbleshop/app/templates/config/nimbleshop.yml +5 -9
- data/lib/nimbleshop/version.rb +1 -1
- data/test/unit/tax_calculator_test.rb +1 -1
- metadata +2 -1046
- data/test/myshop/db/development.sqlite3 +0 -0
- data/test/myshop/db/test.sqlite3 +0 -0
- data/test/myshop/log/development.log +0 -1255
- data/test/myshop/log/test.log +0 -97329
- data/test/myshop/public/uploads/picture/picture/1/avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/large_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/large_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_plus_avatar.png +0 -0
- data/test/myshop/public/uploads/picture/picture/1/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/10/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/11/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/12/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/large_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/large_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/medium_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/medium_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/small_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/small_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/tiny_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/13/tiny_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/large_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/large_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/medium_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/medium_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/small_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/small_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/tiny_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/14/tiny_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/large_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/large_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/medium_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/medium_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/small_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/small_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/tiny_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/15/tiny_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/16/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/17/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/18/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/19/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/2/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/20/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/21/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/22/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/23/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/large_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/large_plus_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/medium_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/medium_plus_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/small_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/small_plus_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/tiny_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/24/tiny_plus_pic10.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/large_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/large_plus_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/medium_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/medium_plus_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/small_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/small_plus_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/tiny_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/25/tiny_plus_pic11.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/large_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/large_plus_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/medium_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/medium_plus_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/small_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/small_plus_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/tiny_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/26/tiny_plus_pic12.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/large_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/large_plus_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/medium_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/medium_plus_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/small_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/small_plus_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/tiny_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/27/tiny_plus_pic13.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/large_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/large_plus_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/medium_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/medium_plus_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/small_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/small_plus_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/tiny_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/28/tiny_plus_pic14.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/large_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/large_plus_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/medium_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/medium_plus_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/small_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/small_plus_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/tiny_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/29/tiny_plus_pic15.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/large_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/large_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/medium_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/medium_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/small_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/small_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/tiny_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/3/tiny_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/large_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/large_plus_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/medium_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/medium_plus_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/small_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/small_plus_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/tiny_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/30/tiny_plus_pic16.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/large_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/large_plus_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/medium_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/medium_plus_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/small_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/small_plus_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/tiny_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/31/tiny_plus_pic17.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/32/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/large_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/large_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/medium_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/medium_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/small_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/small_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/tiny_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/33/tiny_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/large_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/large_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/medium_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/medium_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/small_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/small_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/tiny_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/34/tiny_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/large_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/large_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/medium_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/medium_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/small_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/small_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/tiny_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/35/tiny_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/large_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/large_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/medium_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/medium_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/small_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/small_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/tiny_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/36/tiny_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/large_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/large_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/medium_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/medium_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/small_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/small_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/tiny_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/37/tiny_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/large_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/large_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/medium_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/medium_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/small_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/small_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/tiny_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/38/tiny_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/large_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/large_plus_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/medium_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/medium_plus_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/small_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/small_plus_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/tiny_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/39/tiny_plus_pic9.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/large_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/large_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/medium_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/medium_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/small_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/small_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/tiny_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/4/tiny_plus_pic4.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/40/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/large_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/large_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/medium_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/medium_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/small_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/small_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/tiny_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/41/tiny_plus_pic2.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/large_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/large_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/medium_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/medium_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/small_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/small_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/tiny_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/42/tiny_plus_pic3.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/large_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/large_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/medium_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/medium_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/small_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/small_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/tiny_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/5/tiny_plus_pic5.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/large_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/large_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/medium_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/medium_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/small_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/small_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/tiny_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/6/tiny_plus_pic6.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/large_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/large_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/medium_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/medium_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/small_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/small_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/tiny_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/7/tiny_plus_pic7.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/large_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/large_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/medium_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/medium_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/small_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/small_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/tiny_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/8/tiny_plus_pic8.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/large_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/large_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/medium_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/medium_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/small_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/small_plus_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/tiny_pic1.jpg +0 -0
- data/test/myshop/public/uploads/picture/picture/9/tiny_plus_pic1.jpg +0 -0
- data/test/myshop/tmp/cache/assets/BCD/9E0/sprockets%2F260032d95634ce4697922e0884875144 +0 -0
- data/test/myshop/tmp/cache/assets/C20/3E0/sprockets%2F6272686c233069c041768dc99a62220b +0 -0
- data/test/myshop/tmp/cache/assets/C2B/5F0/sprockets%2F05505887d612a26f2445666a5c648f92 +0 -0
- data/test/myshop/tmp/cache/assets/C2F/840/sprockets%2F6307597ab57709835906888a54cab332 +0 -0
- data/test/myshop/tmp/cache/assets/C42/0A0/sprockets%2Fc3507fa0b5035933d865537bd4740310 +0 -0
- data/test/myshop/tmp/cache/assets/C4A/260/sprockets%2F074340134f0d8585254086cd6b0ec079 +0 -0
- data/test/myshop/tmp/cache/assets/C55/510/sprockets%2F86793486c7111bad49762251eb8028e0 +0 -0
- data/test/myshop/tmp/cache/assets/C57/830/sprockets%2F0818c4536f6a69f5328b7f127045550e +0 -0
- data/test/myshop/tmp/cache/assets/C74/F00/sprockets%2Fc09995330494d994b784c482f881e7d7 +0 -0
- data/test/myshop/tmp/cache/assets/C83/FB0/sprockets%2F8e73221616c6667d207ef9b2074606bd +0 -0
- data/test/myshop/tmp/cache/assets/C8A/9F0/sprockets%2F23c42d96257f3c545c93cf724913e149 +0 -0
- data/test/myshop/tmp/cache/assets/C94/9A0/sprockets%2F082647e39249aef69bb64c139804967b +0 -0
- data/test/myshop/tmp/cache/assets/C96/2C0/sprockets%2Fccc09c0812dab32253f109e528141721 +0 -0
- data/test/myshop/tmp/cache/assets/CAE/D60/sprockets%2F0b804fa342c193ef1978b00a8719807e +0 -0
- data/test/myshop/tmp/cache/assets/CAF/3D0/sprockets%2F7e7328e624d8047ec248e65e1c02f022 +0 -0
- data/test/myshop/tmp/cache/assets/CB3/980/sprockets%2F747860914f389f22ca277b12d3e51d3c +0 -0
- data/test/myshop/tmp/cache/assets/CB3/C10/sprockets%2F77d251a58b446e512a28c42cf91f3756 +0 -0
- data/test/myshop/tmp/cache/assets/CB9/840/sprockets%2Fd030178896ac6530c8375fc5d83782ad +0 -0
- data/test/myshop/tmp/cache/assets/CBD/480/sprockets%2F16696253922f95b0bfbe5029a49498ea +0 -0
- data/test/myshop/tmp/cache/assets/CBD/490/sprockets%2F9130d65760c969b6cfa4c327f56781c4 +0 -0
- data/test/myshop/tmp/cache/assets/CBD/CE0/sprockets%2F2c9388100fa246ffc774943319d6af67 +0 -0
- data/test/myshop/tmp/cache/assets/CC2/EE0/sprockets%2Fd87e8386917dd5fc540a4b28598911b1 +0 -0
- data/test/myshop/tmp/cache/assets/CCA/280/sprockets%2F3453187e9b2e59676bec7b9c831d7395 +0 -0
- data/test/myshop/tmp/cache/assets/CCB/D90/sprockets%2F89860669c589fb1e18f8092558adc60b +0 -0
- data/test/myshop/tmp/cache/assets/CCD/1A0/sprockets%2Fc952c13381140b67cc1fb0b418369bc2 +0 -0
- data/test/myshop/tmp/cache/assets/CCD/470/sprockets%2Fa71a2c66435e2ab2bdc921d024687811 +0 -0
- data/test/myshop/tmp/cache/assets/CD0/DE0/sprockets%2F6de169d6c66927d887590d3354177eee +0 -0
- data/test/myshop/tmp/cache/assets/CD3/A60/sprockets%2Fa2a143650cb9f51c947ee93e52a10461 +0 -0
- data/test/myshop/tmp/cache/assets/CD9/160/sprockets%2F062651b1d2c8b72cdff46e34058c2645 +0 -0
- data/test/myshop/tmp/cache/assets/CD9/420/sprockets%2Ff75c6841b46cad183040008384de8aa7 +0 -0
- data/test/myshop/tmp/cache/assets/CE2/E50/sprockets%2Fd6210be3e136d2e35997d6c884a250d7 +0 -0
- data/test/myshop/tmp/cache/assets/CE7/DF0/sprockets%2Fb21f787a97bd1776a439f6a9c71c0315 +0 -0
- data/test/myshop/tmp/cache/assets/CEA/6E0/sprockets%2F92a120975ff4f91bcf5e37639523ef40 +0 -0
- data/test/myshop/tmp/cache/assets/CEB/670/sprockets%2F6a2e9b7338c55721eb636d3da649991b +0 -0
- data/test/myshop/tmp/cache/assets/CED/220/sprockets%2Ff992264672f1ae94e3f90d3df0f04934 +0 -0
- data/test/myshop/tmp/cache/assets/CF2/8D0/sprockets%2Fc7260e562ed2d849798b25a3944c8bf5 +0 -0
- data/test/myshop/tmp/cache/assets/CF4/B60/sprockets%2F6f53ce7f80736b4c108c5a799853dd74 +0 -0
- data/test/myshop/tmp/cache/assets/CFA/9B0/sprockets%2Fcef7a3a252e4cec0343b64a501468251 +0 -0
- data/test/myshop/tmp/cache/assets/CFB/3B0/sprockets%2F83f0c4ee51108930d6d1c7a02411ace7 +0 -0
- data/test/myshop/tmp/cache/assets/CFB/840/sprockets%2F8f429776bc63f79a20ae860d8b96f781 +0 -0
- data/test/myshop/tmp/cache/assets/D04/A40/sprockets%2F2119a3a04e53c224fb88fe71646f32ca +0 -0
- data/test/myshop/tmp/cache/assets/D04/C90/sprockets%2Fb5f8c6d74454c6163d31a0e2d20906ea +0 -0
- data/test/myshop/tmp/cache/assets/D08/510/sprockets%2F1217f0cbcc084d65ee84c509a80667b0 +0 -0
- data/test/myshop/tmp/cache/assets/D0B/980/sprockets%2Fb2a305322dd4b7f140b98597f729da2d +0 -0
- data/test/myshop/tmp/cache/assets/D0B/A80/sprockets%2Ff3464b1d20ee2562fce680c269243ad8 +0 -0
- data/test/myshop/tmp/cache/assets/D0D/150/sprockets%2Ff0cf80437ce68cad0169a238b243c972 +0 -0
- data/test/myshop/tmp/cache/assets/D0D/340/sprockets%2Ff46a33a80a4d089529b5e3e3c47f4c05 +0 -0
- data/test/myshop/tmp/cache/assets/D10/5A0/sprockets%2Fce19e1808460fd67f2e80751bbe1a491 +0 -0
- data/test/myshop/tmp/cache/assets/D10/F10/sprockets%2F929ce581d09ef8aaed5566c0b1354061 +0 -0
- data/test/myshop/tmp/cache/assets/D11/EF0/sprockets%2F4d99106b5e733e33eb1025adc9f623f9 +0 -0
- data/test/myshop/tmp/cache/assets/D14/1E0/sprockets%2F1ed72090d0906688a4d349ed4f7d01fe +0 -0
- data/test/myshop/tmp/cache/assets/D1F/7C0/sprockets%2F925f6ef4af9d564ba84f21762d16d456 +0 -0
- data/test/myshop/tmp/cache/assets/D28/8B0/sprockets%2F908b68a287fa2dd77450779d95b6bad9 +0 -0
- data/test/myshop/tmp/cache/assets/D2F/C10/sprockets%2F0224fa8eb416275601bbb06ee1197eec +0 -0
- data/test/myshop/tmp/cache/assets/D33/CC0/sprockets%2F9ad24304228467ab60ba2dc9fd624c6b +0 -0
- data/test/myshop/tmp/cache/assets/D38/1A0/sprockets%2Fa3c331e637a4172c04e0b96bff6f753d +0 -0
- data/test/myshop/tmp/cache/assets/D3A/140/sprockets%2F1b2825d88878a9a1cddfeb3285b5100a +0 -0
- data/test/myshop/tmp/cache/assets/D3A/FA0/sprockets%2F9dc100fa3aae8d93d480d7e081337d82 +0 -0
- data/test/myshop/tmp/cache/assets/D3D/F20/sprockets%2Faa7d732e89f3dac8a271d29b852b1074 +0 -0
- data/test/myshop/tmp/cache/assets/D3E/790/sprockets%2F9c4dcba69c3d1496a18010d06f8286dd +0 -0
- data/test/myshop/tmp/cache/assets/D42/360/sprockets%2F0b74d6da10b975d7ea4fa0b0466778f8 +0 -0
- data/test/myshop/tmp/cache/assets/D44/480/sprockets%2F83752178bf80c38e14fbd4ca487a6b4c +0 -0
- data/test/myshop/tmp/cache/assets/D45/350/sprockets%2Fe604e294720f65b985fc630debeb339a +0 -0
- data/test/myshop/tmp/cache/assets/D45/BF0/sprockets%2F4f73996bcdb03f1f6bd088ec775230e1 +0 -0
- data/test/myshop/tmp/cache/assets/D45/EE0/sprockets%2F60e93ca9b4818e772e4f8f3e443ac1d0 +0 -0
- data/test/myshop/tmp/cache/assets/D48/3E0/sprockets%2F490442194945ae74d2fe4bfd6ac4d6d7 +0 -0
- data/test/myshop/tmp/cache/assets/D55/B20/sprockets%2F4f0abe7ebf10e72050e208a9300c0cf7 +0 -0
- data/test/myshop/tmp/cache/assets/D59/690/sprockets%2F43d9ed72bb97785a940468cde6ee5a49 +0 -0
- data/test/myshop/tmp/cache/assets/D63/3B0/sprockets%2F7b712b44a973300c47be7b6abccf8f11 +0 -0
- data/test/myshop/tmp/cache/assets/D63/770/sprockets%2F429ca29eaaec4530fcf651a15ef25208 +0 -0
- data/test/myshop/tmp/cache/assets/D64/A10/sprockets%2F11725b64858ef12e20e4255add3eebda +0 -0
- data/test/myshop/tmp/cache/assets/D69/530/sprockets%2F0d6c156f7e61dc971ec15ebbd5b60083 +0 -0
- data/test/myshop/tmp/cache/assets/D6A/0F0/sprockets%2F6c8022cac929010a2ecfeddf2486358e +0 -0
- data/test/myshop/tmp/cache/assets/D6A/BA0/sprockets%2Fce17cb2d1c87e4208ad8058ed94050dd +0 -0
- data/test/myshop/tmp/cache/assets/D6B/230/sprockets%2F3cdbe792f6989dac643303a3a5a37bc1 +0 -0
- data/test/myshop/tmp/cache/assets/D6C/6F0/sprockets%2F2395bceaae210b9d93c29cc99b425e33 +0 -0
- data/test/myshop/tmp/cache/assets/D6E/5E0/sprockets%2F7c0e8575b9a3069776051cc9aecbacb2 +0 -0
- data/test/myshop/tmp/cache/assets/D70/900/sprockets%2Fd63e881ab0de98c29cf54ea223c550b8 +0 -0
- data/test/myshop/tmp/cache/assets/D71/540/sprockets%2F7f8b8f64991a2b2e80292fe40fccbc02 +0 -0
- data/test/myshop/tmp/cache/assets/D74/0B0/sprockets%2F38fef65e1b5bf25865eab23523edb196 +0 -0
- data/test/myshop/tmp/cache/assets/D74/B60/sprockets%2F338cef2a60cc7e6b54f32fb367d3f079 +0 -0
- data/test/myshop/tmp/cache/assets/D76/220/sprockets%2F8748ace30a059bf844edf9e7a981b10b +0 -0
- data/test/myshop/tmp/cache/assets/D77/ED0/sprockets%2Fda7b03e897b9cd8a719b3425a449ce3d +0 -0
- data/test/myshop/tmp/cache/assets/D79/0F0/sprockets%2F583d27eb5454779d74bb4a542cbc9bfd +0 -0
- data/test/myshop/tmp/cache/assets/D7A/AC0/sprockets%2F7aee88eabcd2c427706f30d8246be895 +0 -0
- data/test/myshop/tmp/cache/assets/D7A/E40/sprockets%2F3d5de9a8d8296d9dd087ce1d8d07011d +0 -0
- data/test/myshop/tmp/cache/assets/D7C/AC0/sprockets%2F337b95d7eb24bcdbf89a6f24549d07a8 +0 -0
- data/test/myshop/tmp/cache/assets/D88/180/sprockets%2F207be29b481a71f20c28a2cedb214fcc +0 -0
- data/test/myshop/tmp/cache/assets/D88/B60/sprockets%2F7c60dd8a4002120f6b29e2ea2d6e2dbc +0 -0
- data/test/myshop/tmp/cache/assets/D8D/180/sprockets%2Fbba7e4bce2a055fd0d657a331434d7f1 +0 -0
- data/test/myshop/tmp/cache/assets/D9A/0C0/sprockets%2F3c40cc90ffd21ec291e2c35875d9bdd1 +0 -0
- data/test/myshop/tmp/cache/assets/D9A/C90/sprockets%2Fef6ea28283f36befb01d50ea82524f2e +0 -0
- data/test/myshop/tmp/cache/assets/D9B/170/sprockets%2Fbbe525f1421628b638ecbe2a5e98de0c +0 -0
- data/test/myshop/tmp/cache/assets/DA0/710/sprockets%2Fc66cd866048bc9b6aaad3f75a14bb567 +0 -0
- data/test/myshop/tmp/cache/assets/DA1/B10/sprockets%2F369f6fcc30aff180c675e17fa3ae8c14 +0 -0
- data/test/myshop/tmp/cache/assets/DA4/0D0/sprockets%2F8ca4adf47d2f99cb9170050bd6c93f2f +0 -0
- data/test/myshop/tmp/cache/assets/DA4/230/sprockets%2Fb95808fc5741b496bc9dbf0ae5c05b4f +0 -0
- data/test/myshop/tmp/cache/assets/DA5/E20/sprockets%2Fcc968ead119b9ad755c6dd6d9c320b35 +0 -0
- data/test/myshop/tmp/cache/assets/DA8/830/sprockets%2F4d9b04623f6ffdeae72c188397acd32f +0 -0
- data/test/myshop/tmp/cache/assets/DAC/740/sprockets%2F9dbbc3cb17806b8ef595afa85904bb88 +0 -0
- data/test/myshop/tmp/cache/assets/DAD/A40/sprockets%2F4dcb48e079ac547cbdf475ca88584bd5 +0 -0
- data/test/myshop/tmp/cache/assets/DB3/C60/sprockets%2Fd2a33078bdd6b3d5be799b7ef4378fd9 +0 -0
- data/test/myshop/tmp/cache/assets/DB6/680/sprockets%2F5921a2ea6c5dfd0b05d00466dca6cd2b +0 -0
- data/test/myshop/tmp/cache/assets/DBA/670/sprockets%2F3894b7598c9eb4c6d66880eedd6baeb5 +0 -0
- data/test/myshop/tmp/cache/assets/DBC/1D0/sprockets%2F715fba3f00362f334beaae3ba7e54be6 +0 -0
- data/test/myshop/tmp/cache/assets/DC0/180/sprockets%2F53acffde562a11301dffae236b375e3e +0 -0
- data/test/myshop/tmp/cache/assets/DC2/810/sprockets%2Fec901b5b7cb5f4aaa770f42a6f107a9d +0 -0
- data/test/myshop/tmp/cache/assets/DC9/760/sprockets%2F0df185dad5cc5738af9c6ab5a33c40d7 +0 -0
- data/test/myshop/tmp/cache/assets/DCC/690/sprockets%2Facc83ee53fd3fe6bf209b0d407924da6 +0 -0
- data/test/myshop/tmp/cache/assets/DCD/000/sprockets%2Fd30835cc3ba67ffc6d3913ced93fb3b3 +0 -0
- data/test/myshop/tmp/cache/assets/DCF/1C0/sprockets%2F42296eec1be44d5af0efefe563414eb6 +0 -0
- data/test/myshop/tmp/cache/assets/DCF/7B0/sprockets%2Fce3a7cd74630b3af080e5bff2c85c9e6 +0 -0
- data/test/myshop/tmp/cache/assets/DD0/040/sprockets%2Fd7e8eb1efb4a3a37e393de0171f9cd53 +0 -0
- data/test/myshop/tmp/cache/assets/DD4/C20/sprockets%2F9cb3062fed4fad2209b96b45fc5ef7d4 +0 -0
- data/test/myshop/tmp/cache/assets/DF2/B80/sprockets%2Faea5e110a5b5445795aee4eb3f1cfd2e +0 -0
- data/test/myshop/tmp/cache/assets/DF6/BD0/sprockets%2F7bc0d205c243a5d6eaf68cefb73fa83a +0 -0
- data/test/myshop/tmp/cache/assets/DF7/210/sprockets%2F5cbe2f9dce9c83c053049ce2a1b7ca4c +0 -0
- data/test/myshop/tmp/cache/assets/DFB/4C0/sprockets%2Fc17634f786d8dacfc7da08aa3abaf309 +0 -0
- data/test/myshop/tmp/cache/assets/DFB/AC0/sprockets%2Fcd38ffa254f2aa5e7b0adfad3e376079 +0 -0
- data/test/myshop/tmp/cache/assets/DFF/CE0/sprockets%2F5b09f3df6587fa0dd0b8bccae956f0e0 +0 -0
- data/test/myshop/tmp/cache/assets/E09/240/sprockets%2F379facffa55119efe51738ccca58c1ef +0 -0
- data/test/myshop/tmp/cache/assets/E4E/350/sprockets%2F1e4de40cd11c8ba8caea57b2ca7e16ef +0 -0
- data/test/myshop/tmp/cache/assets/E52/0A0/sprockets%2F7a3aeacc44aebcb52a09f1aee76719dd +0 -0
- data/test/myshop/tmp/cache/assets/E59/F50/sprockets%2Ff321b3ce47ce73ec1cfead3f39aef0a9 +0 -0
- data/test/myshop/tmp/cache/assets/E5F/C60/sprockets%2Fb95ce7dcf32be0b3cb96ea0b9d75efd2 +0 -0
- data/test/myshop/tmp/cache/assets/E8D/140/sprockets%2F470beb3daed0e63cf3c7f69dce17ebec +0 -0
- data/test/myshop/tmp/cache/assets/E95/E90/sprockets%2Ffbd9cdd1beaf5c67c528a97cbca356fe +0 -0
- data/test/myshop/tmp/cache/assets/EF1/C70/sprockets%2Fd3b9dcddcbc0dabeb498be16d98f3dcf +0 -0
- data/test/myshop/tmp/cache/sass/3d9d79b65012a05959e6fa834d1b6425d941be2b/cart.css.scssc +0 -0
- data/test/myshop/tmp/cache/sass/3d9d79b65012a05959e6fa834d1b6425d941be2b/cart_button.css.scssc +0 -0
- data/test/myshop/tmp/cache/sass/3d9d79b65012a05959e6fa834d1b6425d941be2b/custom.css.scssc +0 -0
Binary file
|
data/test/myshop/db/test.sqlite3
DELETED
Binary file
|
@@ -1,1255 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
Connecting to database specified by database.yml
|
3
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
4
|
-
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
5
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
6
|
-
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
7
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
8
|
-
Migrating to CreateProductGroups (20120707041905)
|
9
|
-
[1m[35m (0.0ms)[0m begin transaction
|
10
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "product_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
11
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
12
|
-
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_product_groups_on_name" ON "product_groups" ("name")[0m
|
13
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
14
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_product_groups_on_name')[0m
|
15
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "index_product_groups_on_permalink" ON "product_groups" ("permalink")
|
16
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120707041905')[0m
|
17
|
-
[1m[35m (1.7ms)[0m commit transaction
|
18
|
-
Migrating to CreateProducts (20120707041906)
|
19
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "status" varchar(255) DEFAULT 'active' NOT NULL, "description" text, "price" decimal(8,2) NOT NULL, "new" boolean DEFAULT 'f' NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
21
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("products")[0m
|
22
|
-
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_products_on_permalink" ON "products" ("permalink")
|
23
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120707041906')[0m
|
24
|
-
[1m[35m (1.5ms)[0m commit transaction
|
25
|
-
Migrating to CreateOrders (20120707041907)
|
26
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
27
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255) NOT NULL, "shipping_method_id" integer, "payment_method_id" integer, "email" varchar(255), "status" varchar(255) DEFAULT 'open' NOT NULL, "payment_status" varchar(255) DEFAULT 'abandoned' NOT NULL, "shipping_status" varchar(255) DEFAULT 'nothing_to_ship' NOT NULL, "checkout_status" varchar(255) DEFAULT 'items_added_to_cart' NOT NULL, "shipped_at" datetime, "purchased_at" datetime, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
28
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("orders")[0m
|
29
|
-
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_orders_on_number" ON "orders" ("number")
|
30
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120707041907')[0m
|
31
|
-
[1m[35m (1.8ms)[0m commit transaction
|
32
|
-
Migrating to CreateLineItems (20120707041908)
|
33
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
34
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "line_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "product_id" integer NOT NULL, "quantity" integer NOT NULL, "product_name" varchar(255) NOT NULL, "product_description" text, "product_price" decimal(8,2) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
35
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120707041908')[0m
|
36
|
-
[1m[35m (2.4ms)[0m commit transaction
|
37
|
-
Migrating to CreateShops (20120707041909)
|
38
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
39
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "author_name" varchar(255), "description" varchar(255), "theme" varchar(255) DEFAULT 'simply' NOT NULL, "time_zone" varchar(255) DEFAULT 'UTC' NOT NULL, "from_email" varchar(255) NOT NULL, "default_creditcard_action" varchar(255) DEFAULT 'authorize' NOT NULL, "phone_number" varchar(255), "twitter_handle" varchar(255), "facebook_url" varchar(255), "google_analytics_tracking_id" varchar(255), "tax_percentage" decimal(4,2) DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
40
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120707041909')[0m
|
41
|
-
[1m[35m (2.0ms)[0m commit transaction
|
42
|
-
Migrating to CreateLinkGroups (20120707041910)
|
43
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
44
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "link_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
45
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
46
|
-
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_link_groups_on_name" ON "link_groups" ("name")
|
47
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
48
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
49
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_link_groups_on_permalink" ON "link_groups" ("permalink")[0m
|
50
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041910')
|
51
|
-
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
52
|
-
Migrating to CreateNavigations (20120707041911)
|
53
|
-
[1m[35m (0.0ms)[0m begin transaction
|
54
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "link_group_id" integer NOT NULL, "product_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
55
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041911')
|
56
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
57
|
-
Migrating to CreateLinks (20120707041912)
|
58
|
-
[1m[35m (0.0ms)[0m begin transaction
|
59
|
-
[1m[36m (0.6ms)[0m [1mCREATE TABLE "links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "url" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
60
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041912')
|
61
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
62
|
-
Migrating to CreateCustomFields (20120707041913)
|
63
|
-
[1m[35m (0.0ms)[0m begin transaction
|
64
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "custom_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "field_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
65
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041913')
|
66
|
-
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
67
|
-
Migrating to CreateCustomFieldAnswers (20120707041914)
|
68
|
-
[1m[35m (0.0ms)[0m begin transaction
|
69
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "custom_field_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "custom_field_id" integer, "value" varchar(255), "text_value" varchar(255), "number_value" integer, "datetime_value" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
70
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041914')
|
71
|
-
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
72
|
-
Migrating to CreateProductGroupConditions (20120707041915)
|
73
|
-
[1m[35m (0.0ms)[0m begin transaction
|
74
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "product_group_conditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_group_id" integer, "name" varchar(255) NOT NULL, "operator" varchar(255) NOT NULL, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
75
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041915')
|
76
|
-
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
77
|
-
Migrating to CreateCreditcardTransactions (20120707041916)
|
78
|
-
[1m[35m (0.0ms)[0m begin transaction
|
79
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "payment_transactions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "transaction_gid" varchar(255) NOT NULL, "params" text NOT NULL, "success" boolean NOT NULL, "operation" varchar(255) NOT NULL, "amount" integer, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
80
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041916')
|
81
|
-
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
82
|
-
Migrating to CreateAddresses (20120707041917)
|
83
|
-
[1m[35m (0.0ms)[0m begin transaction
|
84
|
-
[1m[36m (0.6ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "order_id" integer, "first_name" varchar(255) NOT NULL, "last_name" varchar(255), "company" varchar(255), "address1" varchar(255) NOT NULL, "address2" varchar(255), "city" varchar(255) NOT NULL, "zipcode" varchar(255), "country_name" varchar(255) NOT NULL, "country_code" varchar(255) NOT NULL, "state_name" varchar(255) NOT NULL, "state_code" varchar(255), "phone" varchar(255), "fax" varchar(255), "use_for_billing" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
85
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041917')
|
86
|
-
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
87
|
-
Migrating to CreatePictures (20120707041918)
|
88
|
-
[1m[35m (0.1ms)[0m begin transaction
|
89
|
-
[1m[36m (1.5ms)[0m [1mCREATE TABLE "pictures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "picture" varchar(255), "file_name" varchar(255), "content_type" varchar(255), "file_size" varchar(255), "position" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
90
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041918')
|
91
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
92
|
-
Migrating to CreateShippingMethods (20120707041919)
|
93
|
-
[1m[35m (0.0ms)[0m begin transaction
|
94
|
-
[1m[36m (0.5ms)[0m [1mCREATE TABLE "shipping_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "shipping_zone_id" integer NOT NULL, "name" varchar(255) NOT NULL, "minimum_order_amount" decimal(8,2), "maximum_order_amount" decimal(8,2), "base_price" decimal(8,2), "offset" decimal(8,2) DEFAULT 0, "active" boolean DEFAULT 't' NOT NULL, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
95
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041919')
|
96
|
-
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
97
|
-
Migrating to CreateShippingZones (20120707041920)
|
98
|
-
[1m[35m (0.0ms)[0m begin transaction
|
99
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "shipping_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255) NOT NULL, "country_code" varchar(255), "state_code" varchar(255), "type" varchar(255), "country_shipping_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
100
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipping_zones")
|
101
|
-
[1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_shipping_zones_on_permalink" ON "shipping_zones" ("permalink")[0m
|
102
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041920')
|
103
|
-
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
104
|
-
Migrating to CreatePaymentMethods (20120707041921)
|
105
|
-
[1m[35m (0.1ms)[0m begin transaction
|
106
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "payment_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "type" varchar(255), "permalink" varchar(255) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
107
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("payment_methods")
|
108
|
-
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "index_payment_methods_on_permalink" ON "payment_methods" ("permalink")[0m
|
109
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041921')
|
110
|
-
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
111
|
-
Migrating to CreatePreferences (20120707041922)
|
112
|
-
[1m[35m (0.1ms)[0m begin transaction
|
113
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar(255) NOT NULL, "group_id" integer, "group_type" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
114
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("preferences")
|
115
|
-
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "index_preferences_on_owner_and_name_and_preference" ON "preferences" ("owner_id", "owner_type", "name", "group_id", "group_type")[0m
|
116
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041922')
|
117
|
-
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
118
|
-
Migrating to CreateShipments (20120707041923)
|
119
|
-
[1m[35m (0.1ms)[0m begin transaction
|
120
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "shipments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tracking_number" varchar(255), "shipment_carrier_id" integer NOT NULL, "order_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
121
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041923')
|
122
|
-
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
123
|
-
Migrating to CreateShipmentCarriers (20120707041924)
|
124
|
-
[1m[35m (0.1ms)[0m begin transaction
|
125
|
-
[1m[36m (0.6ms)[0m [1mCREATE TABLE "shipment_carriers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
126
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("shipment_carriers")
|
127
|
-
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "index_shipment_carriers_on_permalink" ON "shipment_carriers" ("permalink")[0m
|
128
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041924')
|
129
|
-
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
130
|
-
Migrating to CreateDelayedJobs (20120707041925)
|
131
|
-
[1m[35m (0.0ms)[0m begin transaction
|
132
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
133
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("delayed_jobs")
|
134
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")[0m
|
135
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120707041925')
|
136
|
-
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
137
|
-
[1m[35m (0.9ms)[0m select sqlite_version(*)
|
138
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
139
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("addresses")
|
140
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_field_answers")[0m
|
141
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_fields")
|
142
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
143
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('delayed_jobs_priority')
|
144
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("line_items")[0m
|
145
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("link_groups")
|
146
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_link_groups_on_permalink')[0m
|
147
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
148
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("links")[0m
|
149
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("navigations")
|
150
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("orders")[0m
|
151
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_orders_on_number')
|
152
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_methods")[0m
|
153
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_payment_methods_on_permalink')
|
154
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_transactions")[0m
|
155
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("pictures")
|
156
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
157
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_preferences_on_owner_and_name_and_preference')
|
158
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_group_conditions")[0m
|
159
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
160
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_product_groups_on_permalink')[0m
|
161
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
162
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m
|
163
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_products_on_permalink')
|
164
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipment_carriers")[0m
|
165
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipment_carriers_on_permalink')
|
166
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipments")[0m
|
167
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipping_methods")
|
168
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
169
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipping_zones_on_permalink')
|
170
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shops")[0m
|
171
|
-
Connecting to database specified by database.yml
|
172
|
-
[1m[36m (3.3ms)[0m [1mselect sqlite_version(*)[0m
|
173
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "order_id" integer, "first_name" varchar(255) NOT NULL, "last_name" varchar(255), "company" varchar(255), "address1" varchar(255) NOT NULL, "address2" varchar(255), "city" varchar(255) NOT NULL, "zipcode" varchar(255), "country_name" varchar(255) NOT NULL, "country_code" varchar(255) NOT NULL, "state_name" varchar(255) NOT NULL, "state_code" varchar(255), "phone" varchar(255), "fax" varchar(255), "use_for_billing" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
174
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "custom_field_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "custom_field_id" integer, "value" varchar(255), "text_value" varchar(255), "number_value" integer, "datetime_value" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
175
|
-
[1m[35m (2.2ms)[0m CREATE TABLE "custom_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "field_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
176
|
-
[1m[36m (1.2ms)[0m [1mCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
177
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("delayed_jobs")
|
178
|
-
[1m[36m (1.1ms)[0m [1mCREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")[0m
|
179
|
-
[1m[35m (1.8ms)[0m CREATE TABLE "line_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "product_id" integer NOT NULL, "quantity" integer NOT NULL, "product_name" varchar(255) NOT NULL, "product_description" text, "product_price" decimal(8,2) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
180
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "link_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
181
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("link_groups")
|
182
|
-
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "index_link_groups_on_name" ON "link_groups" ("name")[0m
|
183
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("link_groups")
|
184
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_link_groups_on_name')[0m
|
185
|
-
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "index_link_groups_on_permalink" ON "link_groups" ("permalink")
|
186
|
-
[1m[36m (1.5ms)[0m [1mCREATE TABLE "links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "url" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
187
|
-
[1m[35m (1.0ms)[0m CREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "link_group_id" integer NOT NULL, "product_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
188
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255) NOT NULL, "shipping_method_id" integer, "payment_method_id" integer, "email" varchar(255), "status" varchar(255) DEFAULT 'open' NOT NULL, "payment_status" varchar(255) DEFAULT 'abandoned' NOT NULL, "shipping_status" varchar(255) DEFAULT 'nothing_to_ship' NOT NULL, "checkout_status" varchar(255) DEFAULT 'items_added_to_cart' NOT NULL, "shipped_at" datetime, "purchased_at" datetime, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
189
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("orders")
|
190
|
-
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "index_orders_on_number" ON "orders" ("number")[0m
|
191
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "payment_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "type" varchar(255), "permalink" varchar(255) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
192
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_methods")[0m
|
193
|
-
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "index_payment_methods_on_permalink" ON "payment_methods" ("permalink")
|
194
|
-
[1m[36m (1.4ms)[0m [1mCREATE TABLE "payment_transactions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "transaction_gid" varchar(255) NOT NULL, "params" text NOT NULL, "success" boolean NOT NULL, "operation" varchar(255) NOT NULL, "amount" integer, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
195
|
-
[1m[35m (1.5ms)[0m CREATE TABLE "pictures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "picture" varchar(255), "file_name" varchar(255), "content_type" varchar(255), "file_size" varchar(255), "position" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
196
|
-
[1m[36m (2.5ms)[0m [1mCREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar(255) NOT NULL, "group_id" integer, "group_type" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
197
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("preferences")
|
198
|
-
[1m[36m (1.6ms)[0m [1mCREATE UNIQUE INDEX "index_preferences_on_owner_and_name_and_preference" ON "preferences" ("owner_id", "owner_type", "name", "group_id", "group_type")[0m
|
199
|
-
[1m[35m (1.4ms)[0m CREATE TABLE "product_group_conditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_group_id" integer, "name" varchar(255) NOT NULL, "operator" varchar(255) NOT NULL, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
200
|
-
[1m[36m (1.4ms)[0m [1mCREATE TABLE "product_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
201
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
202
|
-
[1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "index_product_groups_on_name" ON "product_groups" ("name")[0m
|
203
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("product_groups")
|
204
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_product_groups_on_name')[0m
|
205
|
-
[1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "index_product_groups_on_permalink" ON "product_groups" ("permalink")
|
206
|
-
[1m[36m (1.4ms)[0m [1mCREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "status" varchar(255) DEFAULT 'active' NOT NULL, "description" text, "price" decimal(8,2) NOT NULL, "new" boolean DEFAULT 'f' NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
207
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("products")
|
208
|
-
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "index_products_on_permalink" ON "products" ("permalink")[0m
|
209
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "shipment_carriers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
210
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("shipment_carriers")[0m
|
211
|
-
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "index_shipment_carriers_on_permalink" ON "shipment_carriers" ("permalink")
|
212
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "shipments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tracking_number" varchar(255), "shipment_carrier_id" integer NOT NULL, "order_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
213
|
-
[1m[35m (1.7ms)[0m CREATE TABLE "shipping_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "shipping_zone_id" integer NOT NULL, "name" varchar(255) NOT NULL, "minimum_order_amount" decimal(8,2), "maximum_order_amount" decimal(8,2), "base_price" decimal(8,2), "offset" decimal(8,2) DEFAULT 0.0, "active" boolean DEFAULT 't' NOT NULL, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
214
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "shipping_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255) NOT NULL, "country_code" varchar(255), "state_code" varchar(255), "type" varchar(255), "country_shipping_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
215
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("shipping_zones")
|
216
|
-
[1m[36m (2.8ms)[0m [1mCREATE UNIQUE INDEX "index_shipping_zones_on_permalink" ON "shipping_zones" ("permalink")[0m
|
217
|
-
[1m[35m (1.5ms)[0m CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "author_name" varchar(255), "description" varchar(255), "theme" varchar(255) DEFAULT 'simply' NOT NULL, "time_zone" varchar(255) DEFAULT 'UTC' NOT NULL, "from_email" varchar(255) NOT NULL, "default_creditcard_action" varchar(255) DEFAULT 'authorize' NOT NULL, "phone_number" varchar(255), "twitter_handle" varchar(255), "facebook_url" varchar(255), "google_analytics_tracking_id" varchar(255), "tax_percentage" decimal(4,2) DEFAULT 0.0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
218
|
-
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
219
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
220
|
-
[1m[36m (2.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
221
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
222
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041925')[0m
|
223
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041905')
|
224
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041906')[0m
|
225
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041907')
|
226
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041908')[0m
|
227
|
-
[1m[35m (2.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041909')
|
228
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041910')[0m
|
229
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041911')
|
230
|
-
[1m[36m (2.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041912')[0m
|
231
|
-
[1m[35m (2.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041913')
|
232
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041914')[0m
|
233
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041915')
|
234
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041916')[0m
|
235
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041917')
|
236
|
-
[1m[36m (1.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041918')[0m
|
237
|
-
[1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041919')
|
238
|
-
[1m[36m (2.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041920')[0m
|
239
|
-
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041921')
|
240
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041922')[0m
|
241
|
-
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041923')
|
242
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041924')[0m
|
243
|
-
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
244
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
245
|
-
[1m[35mShipmentCarrier Exists (0.2ms)[0m SELECT 1 AS one FROM "shipment_carriers" WHERE "shipment_carriers"."permalink" = 'ups' LIMIT 1
|
246
|
-
[1m[36mSQL (13.7ms)[0m [1mINSERT INTO "shipment_carriers" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00], ["name", "UPS"], ["permalink", "ups"], ["updated_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00]]
|
247
|
-
[1m[35m (1.6ms)[0m commit transaction
|
248
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
249
|
-
[1m[35mShipmentCarrier Exists (0.1ms)[0m SELECT 1 AS one FROM "shipment_carriers" WHERE "shipment_carriers"."permalink" = 'usps' LIMIT 1
|
250
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "shipment_carriers" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00], ["name", "USPS"], ["permalink", "usps"], ["updated_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00]]
|
251
|
-
[1m[35m (1.2ms)[0m commit transaction
|
252
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
253
|
-
[1m[35mShipmentCarrier Exists (0.1ms)[0m SELECT 1 AS one FROM "shipment_carriers" WHERE "shipment_carriers"."permalink" = 'fedex' LIMIT 1
|
254
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "shipment_carriers" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00], ["name", "Fedex"], ["permalink", "fedex"], ["updated_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00]]
|
255
|
-
[1m[35m (1.1ms)[0m commit transaction
|
256
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
257
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "shops" ("author_name", "created_at", "default_creditcard_action", "description", "facebook_url", "from_email", "google_analytics_tracking_id", "name", "phone_number", "tax_percentage", "theme", "time_zone", "twitter_handle", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["author_name", nil], ["created_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00], ["default_creditcard_action", "authorize"], ["description", nil], ["facebook_url", "http://www.facebook.com/pages/NimbleSHOP/119319381517845"], ["from_email", "support@nimbleshop.com"], ["google_analytics_tracking_id", nil], ["name", "nimbleShop"], ["phone_number", "800-456-7890"], ["tax_percentage", #<BigDecimal:7fe87ccf6900,'0.123E1',18(45)>], ["theme", "simply"], ["time_zone", "UTC"], ["twitter_handle", "nimbleshop"], ["updated_at", Sat, 07 Jul 2012 04:19:24 UTC +00:00]]
|
258
|
-
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
259
|
-
[1m[35m (0.1ms)[0m begin transaction
|
260
|
-
[1m[36mCountryShippingZone Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."permalink" = 'united-states' LIMIT 1[0m
|
261
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "United States"], ["permalink", "united-states"], ["state_code", nil], ["type", "CountryShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
262
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'AK' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
263
|
-
[1m[35mCountryShippingZone Load (0.2ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
264
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'alaska' LIMIT 1[0m
|
265
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Alaska"], ["permalink", "alaska"], ["state_code", "AK"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
266
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'AL' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
267
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
268
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'alabama' LIMIT 1[0m
|
269
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Alabama"], ["permalink", "alabama"], ["state_code", "AL"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
270
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'AR' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
271
|
-
[1m[35mCountryShippingZone Load (0.2ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
272
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'arkansas' LIMIT 1[0m
|
273
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Arkansas"], ["permalink", "arkansas"], ["state_code", "AR"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
274
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'AS' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
275
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
276
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'american-samoa' LIMIT 1[0m
|
277
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "American Samoa"], ["permalink", "american-samoa"], ["state_code", "AS"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
278
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'AZ' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
279
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
280
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'arizona' LIMIT 1[0m
|
281
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Arizona"], ["permalink", "arizona"], ["state_code", "AZ"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
282
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'CA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
283
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
284
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'california' LIMIT 1[0m
|
285
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "California"], ["permalink", "california"], ["state_code", "CA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
286
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'CO' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
287
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
288
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'colorado' LIMIT 1[0m
|
289
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Colorado"], ["permalink", "colorado"], ["state_code", "CO"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
290
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'CT' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
291
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
292
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'connecticut' LIMIT 1[0m
|
293
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Connecticut"], ["permalink", "connecticut"], ["state_code", "CT"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
294
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'DC' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
295
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
296
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'district-of-columbia' LIMIT 1[0m
|
297
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "District of Columbia"], ["permalink", "district-of-columbia"], ["state_code", "DC"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
298
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'DE' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
299
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
300
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'delaware' LIMIT 1[0m
|
301
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Delaware"], ["permalink", "delaware"], ["state_code", "DE"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
302
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'FL' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
303
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
304
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'florida' LIMIT 1[0m
|
305
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Florida"], ["permalink", "florida"], ["state_code", "FL"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
306
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'GA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
307
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
308
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'georgia' LIMIT 1[0m
|
309
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Georgia"], ["permalink", "georgia"], ["state_code", "GA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
310
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'GU' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
311
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
312
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'guam' LIMIT 1[0m
|
313
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Guam"], ["permalink", "guam"], ["state_code", "GU"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
314
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'HI' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
315
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
316
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'hawaii' LIMIT 1[0m
|
317
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Hawaii"], ["permalink", "hawaii"], ["state_code", "HI"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
318
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'IA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
319
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
320
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'iowa' LIMIT 1[0m
|
321
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Iowa"], ["permalink", "iowa"], ["state_code", "IA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
322
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'ID' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
323
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
324
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'idaho' LIMIT 1[0m
|
325
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Idaho"], ["permalink", "idaho"], ["state_code", "ID"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
326
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'IL' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
327
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
328
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'illinois' LIMIT 1[0m
|
329
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Illinois"], ["permalink", "illinois"], ["state_code", "IL"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
330
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'IN' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
331
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
332
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'indiana' LIMIT 1[0m
|
333
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Indiana"], ["permalink", "indiana"], ["state_code", "IN"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
334
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'KS' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
335
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
336
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'kansas' LIMIT 1[0m
|
337
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Kansas"], ["permalink", "kansas"], ["state_code", "KS"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
338
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'KY' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
339
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
340
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'kentucky' LIMIT 1[0m
|
341
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Kentucky"], ["permalink", "kentucky"], ["state_code", "KY"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
342
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'LA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
343
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
344
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'louisiana' LIMIT 1[0m
|
345
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Louisiana"], ["permalink", "louisiana"], ["state_code", "LA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
346
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
347
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
348
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'massachusetts' LIMIT 1[0m
|
349
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Massachusetts"], ["permalink", "massachusetts"], ["state_code", "MA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
350
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MD' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
351
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
352
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'maryland' LIMIT 1[0m
|
353
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Maryland"], ["permalink", "maryland"], ["state_code", "MD"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
354
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'ME' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
355
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
356
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'maine' LIMIT 1[0m
|
357
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Maine"], ["permalink", "maine"], ["state_code", "ME"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
358
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MI' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
359
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
360
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'michigan' LIMIT 1[0m
|
361
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Michigan"], ["permalink", "michigan"], ["state_code", "MI"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
362
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MN' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
363
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
364
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'minnesota' LIMIT 1[0m
|
365
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Minnesota"], ["permalink", "minnesota"], ["state_code", "MN"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
366
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MO' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
367
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
368
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'missouri' LIMIT 1[0m
|
369
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Missouri"], ["permalink", "missouri"], ["state_code", "MO"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
370
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MP' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
371
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
372
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'northern-mariana-islands' LIMIT 1[0m
|
373
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Northern Mariana Islands"], ["permalink", "northern-mariana-islands"], ["state_code", "MP"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
374
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MS' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
375
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
376
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'mississippi' LIMIT 1[0m
|
377
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Mississippi"], ["permalink", "mississippi"], ["state_code", "MS"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
378
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'MT' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
379
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
380
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'montana' LIMIT 1[0m
|
381
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Montana"], ["permalink", "montana"], ["state_code", "MT"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
382
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NC' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
383
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
384
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'north-carolina' LIMIT 1[0m
|
385
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "North Carolina"], ["permalink", "north-carolina"], ["state_code", "NC"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
386
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'ND' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
387
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
388
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'north-dakota' LIMIT 1[0m
|
389
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "North Dakota"], ["permalink", "north-dakota"], ["state_code", "ND"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
390
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NE' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
391
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
392
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'nebraska' LIMIT 1[0m
|
393
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Nebraska"], ["permalink", "nebraska"], ["state_code", "NE"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
394
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NH' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
395
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
396
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'new-hampshire' LIMIT 1[0m
|
397
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "New Hampshire"], ["permalink", "new-hampshire"], ["state_code", "NH"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
398
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NJ' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
399
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
400
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'new-jersey' LIMIT 1[0m
|
401
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "New Jersey"], ["permalink", "new-jersey"], ["state_code", "NJ"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
402
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NM' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
403
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
404
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'new-mexico' LIMIT 1[0m
|
405
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "New Mexico"], ["permalink", "new-mexico"], ["state_code", "NM"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
406
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NV' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
407
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
408
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'nevada' LIMIT 1[0m
|
409
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Nevada"], ["permalink", "nevada"], ["state_code", "NV"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
410
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'NY' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
411
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
412
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'new-york' LIMIT 1[0m
|
413
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "New York"], ["permalink", "new-york"], ["state_code", "NY"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
414
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'OH' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
415
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
416
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'ohio' LIMIT 1[0m
|
417
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Ohio"], ["permalink", "ohio"], ["state_code", "OH"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
418
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'OK' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
419
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
420
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'oklahoma' LIMIT 1[0m
|
421
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Oklahoma"], ["permalink", "oklahoma"], ["state_code", "OK"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
422
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'OR' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
423
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
424
|
-
[1m[36mRegionalShippingZone Exists (64.6ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'oregon' LIMIT 1[0m
|
425
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Oregon"], ["permalink", "oregon"], ["state_code", "OR"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
426
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'PA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
427
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
428
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'pennsylvania' LIMIT 1[0m
|
429
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Pennsylvania"], ["permalink", "pennsylvania"], ["state_code", "PA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
430
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'PR' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
431
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
432
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'puerto-rico' LIMIT 1[0m
|
433
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Puerto Rico"], ["permalink", "puerto-rico"], ["state_code", "PR"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
434
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'RI' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
435
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
436
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'rhode-island' LIMIT 1[0m
|
437
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Rhode Island"], ["permalink", "rhode-island"], ["state_code", "RI"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
438
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'SC' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
439
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
440
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'south-carolina' LIMIT 1[0m
|
441
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "South Carolina"], ["permalink", "south-carolina"], ["state_code", "SC"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
442
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'SD' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
443
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
444
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'south-dakota' LIMIT 1[0m
|
445
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "South Dakota"], ["permalink", "south-dakota"], ["state_code", "SD"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
446
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'TN' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
447
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
448
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'tennessee' LIMIT 1[0m
|
449
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Tennessee"], ["permalink", "tennessee"], ["state_code", "TN"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
450
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'TX' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
451
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
452
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'texas' LIMIT 1[0m
|
453
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Texas"], ["permalink", "texas"], ["state_code", "TX"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
454
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'UM' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
455
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
456
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'united-states-minor-outlying-islands' LIMIT 1[0m
|
457
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "United States Minor Outlying Islands"], ["permalink", "united-states-minor-outlying-islands"], ["state_code", "UM"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
458
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'UT' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
459
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
460
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'utah' LIMIT 1[0m
|
461
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Utah"], ["permalink", "utah"], ["state_code", "UT"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
462
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'VA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
463
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
464
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'virginia' LIMIT 1[0m
|
465
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Virginia"], ["permalink", "virginia"], ["state_code", "VA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
466
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'VI' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
467
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
468
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'virgin-islands' LIMIT 1[0m
|
469
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Virgin Islands"], ["permalink", "virgin-islands"], ["state_code", "VI"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
470
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'VT' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
471
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
472
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'vermont' LIMIT 1[0m
|
473
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Vermont"], ["permalink", "vermont"], ["state_code", "VT"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
474
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'WA' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
475
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
476
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'washington' LIMIT 1[0m
|
477
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Washington"], ["permalink", "washington"], ["state_code", "WA"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
478
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'WI' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
479
|
-
[1m[35mCountryShippingZone Load (0.2ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
480
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'wisconsin' LIMIT 1[0m
|
481
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Wisconsin"], ["permalink", "wisconsin"], ["state_code", "WI"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
482
|
-
[1m[36mRegionalShippingZone Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'WV' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
483
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
484
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'west-virginia' LIMIT 1[0m
|
485
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "West Virginia"], ["permalink", "west-virginia"], ["state_code", "WV"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
486
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND ("shipping_zones"."state_code" = 'WY' AND "shipping_zones"."country_shipping_zone_id" = 1) LIMIT 1[0m
|
487
|
-
[1m[35mCountryShippingZone Load (0.1ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('CountryShippingZone') AND "shipping_zones"."id" = 1 LIMIT 1
|
488
|
-
[1m[36mRegionalShippingZone Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."permalink" = 'wyoming' LIMIT 1[0m
|
489
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_zones" ("country_code", "country_shipping_zone_id", "created_at", "name", "permalink", "state_code", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["country_code", "US"], ["country_shipping_zone_id", 1], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "Wyoming"], ["permalink", "wyoming"], ["state_code", "WY"], ["type", "RegionalShippingZone"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
490
|
-
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
491
|
-
[1m[35m (0.1ms)[0m begin transaction
|
492
|
-
[1m[36mShippingZone Load (0.2ms)[0m [1mSELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."id" = 1 LIMIT 1[0m
|
493
|
-
[1m[35mRegionalShippingZone Load (0.4ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."country_shipping_zone_id" = 1
|
494
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", #<BigDecimal:7fe87c95e108,'0.1E2',9(36)>], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87c95e1a8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87c95e400,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", nil], ["shipping_zone_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
495
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c76530,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c765a8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 2], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
496
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c7b7d8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c7b850,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 3], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
497
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b10c7f8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b10c870,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 4], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
498
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fb2bfa0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fb2c018,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 5], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
499
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8808880e0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880888158,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 6], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
500
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880939b10,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880939b88,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 7], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
501
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880bf4d28,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880bf4da0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 8], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
502
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b73610,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b73688,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 9], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
503
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b763b0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b76428,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 10], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
504
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe88092bbf0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe88092bcb8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 11], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
505
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880936550,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809365c8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 12], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
506
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880915508,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880915580,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 13], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
507
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809182a8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880918348,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 14], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
508
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe88091ac38,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe88091acb0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 15], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
509
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880925c00,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880925c78,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 16], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
510
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809d6528,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809d65f0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 17], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
511
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809d9480,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809d94f8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 18], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
512
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809e4240,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809e42b8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 19], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
513
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809e6bf8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809e6c70,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 20], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
514
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809e9b50,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809e9bc8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 21], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
515
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809f4668,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809f46e0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 22], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
516
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809f7110,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809f7188,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 23], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
517
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809f9fc8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809fa040,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 24], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
518
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809fcac0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809fcb38,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 25], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
519
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b28de0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b28e58,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 26], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
520
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b2bc70,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b2bd60,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 27], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
521
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b2e420,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b2e498,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 28], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
522
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b39410,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b39488,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 29], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
523
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b3c1b0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b3c228,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 30], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
524
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b3eac8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b3eb40,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 31], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
525
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880ad5640,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880ad56b8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 32], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
526
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880ad8098,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880ad8110,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 33], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
527
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880adacd0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880adad48,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 34], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
528
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87bd5eb78,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87bd5ead8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 35], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
529
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880fefba8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87ecdba68,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 36], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
530
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880a9d600,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880a9d470,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 37], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
531
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87ab9fec8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87af022c8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 38], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
532
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fe41b40,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fe431c0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 39], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
533
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809b1570,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809b1688,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 40], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
534
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809c0a98,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809c0cf0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 41], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
535
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880a9baf8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880a9bd78,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 42], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
536
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87a9bc548,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87a9bc688,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 43], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
537
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87a9cb750,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87a9cb930,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 44], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
538
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880de21d0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880de24f0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 45], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
539
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880def240,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880def628,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 46], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
540
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880e06558,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880e067d8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 47], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
541
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880dad778,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880dad908,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 48], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
542
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880db7db8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880db7e58,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 49], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
543
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b5e9f78,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b5e9ff0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 50], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
544
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b3b3ec0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b3b40c8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 51], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
545
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b2d2c18,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b2d2c90,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 52], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
546
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b512e10,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b513220,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 53], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
547
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b460fd0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b4611b0,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 54], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
548
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87dadc448,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87dadc5d8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 55], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
549
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87f9340d0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87f9341e8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 56], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
550
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87f99fdf8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87f9a0000,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 57], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
551
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fa37298,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fa373d8,'0.0',9(36)>], ["name", "Ground shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 1], ["shipping_zone_id", 58], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
552
|
-
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
553
|
-
[1m[35m (0.1ms)[0m begin transaction
|
554
|
-
[1m[36mShippingZone Load (0.2ms)[0m [1mSELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."id" = 1 LIMIT 1[0m
|
555
|
-
[1m[35mRegionalShippingZone Load (0.4ms)[0m SELECT "shipping_zones".* FROM "shipping_zones" WHERE "shipping_zones"."type" IN ('RegionalShippingZone') AND "shipping_zones"."country_shipping_zone_id" = 1
|
556
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", #<BigDecimal:7fe87ca26478,'0.3E2',9(36)>], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87ca265e0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87ca266a8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", nil], ["shipping_zone_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
557
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87dabd570,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87dabd5e8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 2], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
558
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87bfbedf0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87bfbeeb8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 3], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
559
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87bf54a90,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87bf54b08,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 4], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
560
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87dafa178,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87dafa1f0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 5], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
561
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b87fc0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b88038,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 6], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
562
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880b4be58,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880b4bef8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 7], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
563
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880a6a638,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880a6a6b0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 8], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
564
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c06d20,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c06d98,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 9], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
565
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c10320,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c10398,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 10], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
566
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe88093c450,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe88093c4c8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 11], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
567
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880bf20c8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880bf2140,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 12], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
568
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880bf81d0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880bf8248,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 13], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
569
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8808f2328,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8808f23a0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 14], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
570
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8808f48a8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8808f4920,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 15], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
571
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c2b918,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c2b990,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 16], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
572
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c2dad8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c2db50,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 17], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
573
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8808dc0c8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8808dc140,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 18], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
574
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8808e2f90,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8808e3008,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 19], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
575
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880e6ef68,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880e6efe0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 20], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
576
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880e70b60,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880e70bd8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 21], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
577
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880e7aac0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880e7ab60,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 22], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
578
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c6be78,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c6bef0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 23], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
579
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c75bf8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c75c70,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 24], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
580
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880bd5540,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880bd4cd0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 25], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
581
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87ca7fdc0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87ca7fcf8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 26], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
582
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b239b30,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b2340e0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 27], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
583
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87cbd0ee0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87cbd1c78,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 28], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
584
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809b6c28,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809b6d90,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 29], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
585
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809c5200,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809c53b8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 30], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
586
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880aa01e8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880aa0620,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 31], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
587
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87a9baa68,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87a9bab58,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 32], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
588
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87a9d0160,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87a9d01d8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 33], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
589
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880ddf610,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880ddf700,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 34], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
590
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880df4cb8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880df4e20,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 35], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
591
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880e03f60,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880e043c0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 36], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
592
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880dac490,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880dac620,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 37], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
593
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880db6c60,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880db6da0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 38], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
594
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b5e8c18,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b5e8cb8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 39], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
595
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b3b9a50,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b3ba0e0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 40], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
596
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b2d1958,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b2d1a98,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 41], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
597
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b51a458,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b51a6b0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 42], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
598
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87b101ad8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87b460c60,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 43], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
599
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87dadbe80,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87dadc128,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 44], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
600
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87f933e00,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87f933ef0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 45], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
601
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87f9a03e8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87f9a0640,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 46], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
602
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fa374f0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fa375b8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 47], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
603
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fb4e370,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fb4e438,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 48], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
604
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87accc350,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87accc4b8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 49], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
605
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87fce7858,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87fce7948,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 50], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
606
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87ab49c30,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87ab49e38,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 51], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
607
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880955e00,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880955ef0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 52], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
608
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880c1c238,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880c1c378,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 53], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
609
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe87ae49750,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe87ae497c8,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 54], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
610
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880977f50,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880978068,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 55], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
611
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880acbac8,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880acbc58,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 56], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
612
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe880d87050,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe880d871e0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 57], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
613
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "shipping_methods" ("active", "base_price", "created_at", "maximum_order_amount", "minimum_order_amount", "name", "offset", "parent_id", "shipping_zone_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["active", true], ["base_price", nil], ["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["maximum_order_amount", #<BigDecimal:7fe8809058b0,'0.999999E6',9(36)>], ["minimum_order_amount", #<BigDecimal:7fe8809059a0,'0.1E2',9(36)>], ["name", "Express shipping"], ["offset", #<BigDecimal:7fe87bd74d60,'0.0',9(18)>], ["parent_id", 59], ["shipping_zone_id", 58], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
614
|
-
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
|
615
|
-
[1m[35m (0.0ms)[0m begin transaction
|
616
|
-
[1m[36mProductGroup Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = '50' LIMIT 1[0m
|
617
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "< $50"], ["permalink", "50"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
618
|
-
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
619
|
-
[1m[35m (0.1ms)[0m begin transaction
|
620
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "price"], ["operator", "lt"], ["product_group_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["value", 50]]
|
621
|
-
[1m[35m (2.1ms)[0m commit transaction
|
622
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
623
|
-
[1m[35mProductGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = '50-100' LIMIT 1
|
624
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "$50 - $100"], ["permalink", "50-100"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
625
|
-
[1m[35m (1.8ms)[0m commit transaction
|
626
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
627
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "price"], ["operator", "gteq"], ["product_group_id", 2], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["value", 50]]
|
628
|
-
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
629
|
-
[1m[35m (0.1ms)[0m begin transaction
|
630
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "price"], ["operator", "lteq"], ["product_group_id", 2], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["value", 100]]
|
631
|
-
[1m[35m (1.8ms)[0m commit transaction
|
632
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
633
|
-
[1m[35mProductGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = '100' LIMIT 1
|
634
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "> $100"], ["permalink", "100"], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00]]
|
635
|
-
[1m[35m (1.7ms)[0m commit transaction
|
636
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
637
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["name", "price"], ["operator", "gt"], ["product_group_id", 3], ["updated_at", Sat, 07 Jul 2012 04:19:26 UTC +00:00], ["value", 100]]
|
638
|
-
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
639
|
-
[1m[35m (0.0ms)[0m begin transaction
|
640
|
-
[1m[36mLinkGroup Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "link_groups" WHERE LOWER("link_groups"."name") = LOWER('Shop by price') LIMIT 1[0m
|
641
|
-
[1m[35mLinkGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "link_groups" WHERE "link_groups"."permalink" = 'shop-by-price' LIMIT 1
|
642
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "link_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Shop by price"], ["permalink", "shop-by-price"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
643
|
-
[1m[35m (2.5ms)[0m commit transaction
|
644
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
645
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 1], ["product_group_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
646
|
-
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
647
|
-
[1m[35m (0.0ms)[0m begin transaction
|
648
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 1], ["product_group_id", 2], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
649
|
-
[1m[35m (1.6ms)[0m commit transaction
|
650
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
651
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 1], ["product_group_id", 3], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
652
|
-
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
653
|
-
[1m[35m (0.1ms)[0m begin transaction
|
654
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "custom_fields" ("created_at", "field_type", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["field_type", "text"], ["name", "category"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
655
|
-
[1m[35m (2.4ms)[0m commit transaction
|
656
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
657
|
-
[1m[35mProductGroup Exists (0.2ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = 'food' LIMIT 1
|
658
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Food"], ["permalink", "food"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
659
|
-
[1m[35m (1.7ms)[0m commit transaction
|
660
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
661
|
-
[1m[35mCustomField Load (0.2ms)[0m SELECT "custom_fields".* FROM "custom_fields" WHERE "custom_fields"."id" = ? LIMIT 1 [["id", "1"]]
|
662
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "1"], ["operator", "eq"], ["product_group_id", 4], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["value", "food"]]
|
663
|
-
[1m[35m (2.2ms)[0m commit transaction
|
664
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
665
|
-
[1m[35mProductGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = 'toy' LIMIT 1
|
666
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Toy"], ["permalink", "toy"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
667
|
-
[1m[35m (1.5ms)[0m commit transaction
|
668
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
669
|
-
[1m[35mCustomField Load (0.1ms)[0m SELECT "custom_fields".* FROM "custom_fields" WHERE "custom_fields"."id" = ? LIMIT 1 [["id", "1"]]
|
670
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "1"], ["operator", "eq"], ["product_group_id", 5], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["value", "toy"]]
|
671
|
-
[1m[35m (1.5ms)[0m commit transaction
|
672
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
673
|
-
[1m[35mProductGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = 'art' LIMIT 1
|
674
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Art"], ["permalink", "art"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
675
|
-
[1m[35m (1.7ms)[0m commit transaction
|
676
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
677
|
-
[1m[35mCustomField Load (0.1ms)[0m SELECT "custom_fields".* FROM "custom_fields" WHERE "custom_fields"."id" = ? LIMIT 1 [["id", "1"]]
|
678
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "1"], ["operator", "eq"], ["product_group_id", 6], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["value", "art"]]
|
679
|
-
[1m[35m (1.4ms)[0m commit transaction
|
680
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
681
|
-
[1m[35mProductGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "product_groups" WHERE "product_groups"."permalink" = 'fashion' LIMIT 1
|
682
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "product_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Fashion"], ["permalink", "fashion"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
683
|
-
[1m[35m (1.7ms)[0m commit transaction
|
684
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
685
|
-
[1m[35mCustomField Load (0.1ms)[0m SELECT "custom_fields".* FROM "custom_fields" WHERE "custom_fields"."id" = ? LIMIT 1 [["id", "1"]]
|
686
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "product_group_conditions" ("created_at", "name", "operator", "product_group_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "1"], ["operator", "eq"], ["product_group_id", 7], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["value", "fashion"]]
|
687
|
-
[1m[35m (2.3ms)[0m commit transaction
|
688
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
689
|
-
[1m[35mLinkGroup Exists (0.1ms)[0m SELECT 1 AS one FROM "link_groups" WHERE LOWER("link_groups"."name") = LOWER('Shop by category') LIMIT 1
|
690
|
-
[1m[36mLinkGroup Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "link_groups" WHERE "link_groups"."permalink" = 'shop-by-category' LIMIT 1[0m
|
691
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "link_groups" ("created_at", "name", "permalink", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["name", "Shop by category"], ["permalink", "shop-by-category"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
692
|
-
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
693
|
-
[1m[35m (0.0ms)[0m begin transaction
|
694
|
-
[1m[36mLinkGroup Load (0.2ms)[0m [1mSELECT "link_groups".* FROM "link_groups" WHERE "link_groups"."id" = 2 LIMIT 1[0m
|
695
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 2], ["product_group_id", 6], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
696
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
697
|
-
[1m[35m (0.0ms)[0m begin transaction
|
698
|
-
[1m[36mLinkGroup Load (0.1ms)[0m [1mSELECT "link_groups".* FROM "link_groups" WHERE "link_groups"."id" = 2 LIMIT 1[0m
|
699
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 2], ["product_group_id", 4], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
700
|
-
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
701
|
-
[1m[35m (0.0ms)[0m begin transaction
|
702
|
-
[1m[36mLinkGroup Load (0.1ms)[0m [1mSELECT "link_groups".* FROM "link_groups" WHERE "link_groups"."id" = 2 LIMIT 1[0m
|
703
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "navigations" ("created_at", "link_group_id", "product_group_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["link_group_id", 2], ["product_group_id", 7], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
704
|
-
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
705
|
-
[1m[35m (0.1ms)[0m begin transaction
|
706
|
-
[1m[36mProduct Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'tag-heuer-aquaracer-500m-ceramic-watch' LIMIT 1[0m
|
707
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00], ["description", "Swiss label, TAG Heuer's Aquaracer 500M Ceramic watch embodies perfection, style and clean look.\n\n It has ceramic bezel and has the case is 41mm, significantly smaller than the 43mm out-going model. The case has been given softer curvier lines to\n create a more classic look.\n\n Following models are available:\n\n - Blue dial, blue ceramic bezel, steel\n - Black dial, black ceramic bezel, steel\n - Blue & gold, steel\n - full black, ceramic bezel, titanium carbide case"], ["name", "TAG Heuer Aquaracer 500M Ceramic Watch"], ["new", false], ["permalink", "tag-heuer-aquaracer-500m-ceramic-watch"], ["price", #<BigDecimal:7fe87ca0b8d0,'0.3E4',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 04:19:27 UTC +00:00]]
|
708
|
-
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
709
|
-
[1m[35m (0.1ms)[0m begin transaction
|
710
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 04:19:28 UTC +00:00], ["file_name", nil], ["file_size", 229508], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:28 UTC +00:00]]
|
711
|
-
[1m[35m (1.5ms)[0m commit transaction
|
712
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
713
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 04:19:30 UTC +00:00], ["file_name", nil], ["file_size", 320602], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:30 UTC +00:00]]
|
714
|
-
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
715
|
-
[1m[35m (0.1ms)[0m begin transaction
|
716
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 04:19:31 UTC +00:00], ["file_name", nil], ["file_size", 158801], ["picture", "pic3.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:31 UTC +00:00]]
|
717
|
-
[1m[35m (1.4ms)[0m commit transaction
|
718
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
719
|
-
[1m[35mSQL (1.0ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 04:19:32 UTC +00:00], ["file_name", nil], ["file_size", 193501], ["picture", "pic4.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:32 UTC +00:00]]
|
720
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
721
|
-
[1m[35m (0.2ms)[0m begin transaction
|
722
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 04:19:36 UTC +00:00], ["file_name", nil], ["file_size", 243000], ["picture", "pic5.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 04:19:36 UTC +00:00]]
|
723
|
-
[1m[35m (200.0ms)[0m commit transaction
|
724
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
725
|
-
[1m[35mSQL (113.3ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:08:35 UTC +00:00], ["file_name", nil], ["file_size", 242158], ["picture", "pic6.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 13:08:35 UTC +00:00]]
|
726
|
-
[1m[36m (163.9ms)[0m [1mcommit transaction[0m
|
727
|
-
[1m[35m (0.2ms)[0m begin transaction
|
728
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:08:43 UTC +00:00], ["file_name", nil], ["file_size", 240462], ["picture", "pic7.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 13:08:43 UTC +00:00]]
|
729
|
-
[1m[35m (71.6ms)[0m commit transaction
|
730
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
731
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00], ["file_name", nil], ["file_size", 127246], ["picture", "pic8.jpg"], ["position", 0], ["product_id", 1], ["updated_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00]]
|
732
|
-
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
733
|
-
[1m[35mCustomField Load (0.2ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
734
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
735
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 1], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00], ["value", "fashion"]]
|
736
|
-
[1m[36m (126.3ms)[0m [1mcommit transaction[0m
|
737
|
-
[1m[35m (0.1ms)[0m begin transaction
|
738
|
-
[1m[36mProduct Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'hard-wood-case-for-iphone' LIMIT 1[0m
|
739
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00], ["description", "This is a hard case is for your iPhone 4. Fits both AT&T & Verizon models of the iPhone 4. The case has a wood like appearance. \n It is not actual wood. It will protect it from scractches while also bringing it to life with some color! \n\n It does not interfere with any buttons. It is available in many different colors. If you have a specific color in my then contact me."], ["name", "Hard wood case for iphone"], ["new", false], ["permalink", "hard-wood-case-for-iphone"], ["price", #<BigDecimal:7fe87ca50c00,'0.795E1',18(45)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:08:46 UTC +00:00]]
|
740
|
-
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
741
|
-
[1m[35m (0.2ms)[0m begin transaction
|
742
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:08:48 UTC +00:00], ["file_name", nil], ["file_size", 39881], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 2], ["updated_at", Sat, 07 Jul 2012 13:08:48 UTC +00:00]]
|
743
|
-
[1m[35m (59.2ms)[0m commit transaction
|
744
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
745
|
-
[1m[35mSQL (31.5ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:08:50 UTC +00:00], ["file_name", nil], ["file_size", 50017], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 2], ["updated_at", Sat, 07 Jul 2012 13:08:50 UTC +00:00]]
|
746
|
-
[1m[36m (19.6ms)[0m [1mcommit transaction[0m
|
747
|
-
[1m[35mCustomField Load (0.5ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
748
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
749
|
-
[1m[35mSQL (7.8ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:08:50 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 2], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:08:50 UTC +00:00], ["value", "fashion"]]
|
750
|
-
[1m[36m (67.1ms)[0m [1mcommit transaction[0m
|
751
|
-
[1m[35m (0.1ms)[0m begin transaction
|
752
|
-
[1m[36mProduct Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'turquoise-bracelet' LIMIT 1[0m
|
753
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:08:51 UTC +00:00], ["description", "Simple, modern, stylish, easy to wear bracelet ! \n\n For a scale reference please see the photos with the bracelet worn.\n\n For a custom color bracelet send me a message and I will see what colors are available for your bracelet.\n\n The strap of the bracelet can also be customized in any color you would like. \n\n All items come to you beautifully packaged and ready for gift giving.\n\n Note that real colors may slightly differ from their appearance on your display."], ["name", "Turquoise bracelet"], ["new", false], ["permalink", "turquoise-bracelet"], ["price", #<BigDecimal:7fe880975458,'0.89E2',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:08:51 UTC +00:00]]
|
754
|
-
[1m[36m (4.0ms)[0m [1mcommit transaction[0m
|
755
|
-
[1m[35m (0.2ms)[0m begin transaction
|
756
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:14 UTC +00:00], ["file_name", nil], ["file_size", 33473], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 3], ["updated_at", Sat, 07 Jul 2012 13:09:14 UTC +00:00]]
|
757
|
-
[1m[35m (581.7ms)[0m commit transaction
|
758
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
759
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:23 UTC +00:00], ["file_name", nil], ["file_size", 116962], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 3], ["updated_at", Sat, 07 Jul 2012 13:09:23 UTC +00:00]]
|
760
|
-
[1m[36m (385.2ms)[0m [1mcommit transaction[0m
|
761
|
-
[1m[35m (0.3ms)[0m begin transaction
|
762
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:29 UTC +00:00], ["file_name", nil], ["file_size", 55970], ["picture", "pic3.jpg"], ["position", 0], ["product_id", 3], ["updated_at", Sat, 07 Jul 2012 13:09:29 UTC +00:00]]
|
763
|
-
[1m[35m (149.5ms)[0m commit transaction
|
764
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
765
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:33 UTC +00:00], ["file_name", nil], ["file_size", 82465], ["picture", "pic4.jpg"], ["position", 0], ["product_id", 3], ["updated_at", Sat, 07 Jul 2012 13:09:33 UTC +00:00]]
|
766
|
-
[1m[36m (267.6ms)[0m [1mcommit transaction[0m
|
767
|
-
[1m[35m (0.1ms)[0m begin transaction
|
768
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:37 UTC +00:00], ["file_name", nil], ["file_size", 108748], ["picture", "pic5.jpg"], ["position", 0], ["product_id", 3], ["updated_at", Sat, 07 Jul 2012 13:09:37 UTC +00:00]]
|
769
|
-
[1m[35m (228.5ms)[0m commit transaction
|
770
|
-
[1m[36mCustomField Load (0.2ms)[0m [1mSELECT "custom_fields".* FROM "custom_fields" LIMIT 1[0m
|
771
|
-
[1m[35m (0.0ms)[0m begin transaction
|
772
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:09:37 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 3], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:09:37 UTC +00:00], ["value", "fashion"]]
|
773
|
-
[1m[35m (321.2ms)[0m commit transaction
|
774
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
775
|
-
[1m[35mProduct Exists (0.2ms)[0m SELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'a-simple-and-elegant-bag' LIMIT 1
|
776
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:09:38 UTC +00:00], ["description", "Stylish bag in indigo color. How could you say no to this.\n\n It is just the perfect size also. It has enough space to carry ipad, magazine, cosmetic stuff and othe accessories.\n\n Length: 32cm(12.60 inches)\n Width: 19cm(7.48 inches)"], ["name", "A simple and elegant bag"], ["new", false], ["permalink", "a-simple-and-elegant-bag"], ["price", #<BigDecimal:7fe87edd5d38,'0.107E3',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:09:38 UTC +00:00]]
|
777
|
-
[1m[35m (104.9ms)[0m commit transaction
|
778
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
779
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:42 UTC +00:00], ["file_name", nil], ["file_size", 40276], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 4], ["updated_at", Sat, 07 Jul 2012 13:09:42 UTC +00:00]]
|
780
|
-
[1m[36m (448.0ms)[0m [1mcommit transaction[0m
|
781
|
-
[1m[35m (0.2ms)[0m begin transaction
|
782
|
-
[1m[36mSQL (37.8ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:44 UTC +00:00], ["file_name", nil], ["file_size", 89829], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 4], ["updated_at", Sat, 07 Jul 2012 13:09:44 UTC +00:00]]
|
783
|
-
[1m[35m (438.1ms)[0m commit transaction
|
784
|
-
[1m[36mCustomField Load (0.3ms)[0m [1mSELECT "custom_fields".* FROM "custom_fields" LIMIT 1[0m
|
785
|
-
[1m[35m (0.1ms)[0m begin transaction
|
786
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:09:45 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 4], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:09:45 UTC +00:00], ["value", "fashion"]]
|
787
|
-
[1m[35m (637.0ms)[0m commit transaction
|
788
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
789
|
-
[1m[35mProduct Exists (0.2ms)[0m SELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'beautiful-portrait-of-tajmahal' LIMIT 1
|
790
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:09:45 UTC +00:00], ["description", "Year of construction: 1631\n Completed in: 1653\n Time taken: 22 years\n Built by: Shah Jahan\n Dedicated to: Mumtaz Mahal (Arjumand Bano Begum), the wife of Shah Jahan\n Location: Agra (Uttar Pradesh), India\n Building type: Islamic tomb\n Architecture: Mughal (Combination of Persian, Islamic and Indian architecture style)\n Architect: Ustad Ahmad Lahauri\n Cost of construction: 32 crore rupees\n Number of workers: 20,000\n Highlights: One of the Seven Wonders of the World; A UNESCO World Heritage Site\n\n Facts do not capture what Tajmahal is."], ["name", "Beautiful portrait of Tajmahal"], ["new", false], ["permalink", "beautiful-portrait-of-tajmahal"], ["price", #<BigDecimal:7fe87fc9c740,'0.19E2',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:09:45 UTC +00:00]]
|
791
|
-
[1m[35m (70.0ms)[0m commit transaction
|
792
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
793
|
-
[1m[35mSQL (1.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00], ["file_name", nil], ["file_size", 485235], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 5], ["updated_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00]]
|
794
|
-
[1m[36m (163.6ms)[0m [1mcommit transaction[0m
|
795
|
-
[1m[35mCustomField Load (0.3ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
796
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
797
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 5], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00], ["value", "art"]]
|
798
|
-
[1m[36m (61.4ms)[0m [1mcommit transaction[0m
|
799
|
-
[1m[35m (0.1ms)[0m begin transaction
|
800
|
-
[1m[36mProduct Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'chronograph-sport-watch-from-guess' LIMIT 1[0m
|
801
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00], ["description", "Chronograph sport watch from Guess\n\n Chronograph: Stopwatch function, 24 Hour/Intl. time\n 43/43/13 \n Brushed + Polished Ionic Black case\n Red + Black dial\n Brushed + Polished Ionic Black Steel bracelet \n 100 M/330 FT Water resistant"], ["name", "chronograph sport watch from Guess"], ["new", false], ["permalink", "chronograph-sport-watch-from-guess"], ["price", #<BigDecimal:7fe880aca498,'0.219E3',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:09:48 UTC +00:00]]
|
802
|
-
[1m[36m (81.4ms)[0m [1mcommit transaction[0m
|
803
|
-
[1m[35m (0.2ms)[0m begin transaction
|
804
|
-
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:50 UTC +00:00], ["file_name", nil], ["file_size", 249214], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 6], ["updated_at", Sat, 07 Jul 2012 13:09:50 UTC +00:00]]
|
805
|
-
[1m[35m (3.8ms)[0m commit transaction
|
806
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
807
|
-
[1m[35mSQL (0.8ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00], ["file_name", nil], ["file_size", 18932], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 6], ["updated_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00]]
|
808
|
-
[1m[36m (313.6ms)[0m [1mcommit transaction[0m
|
809
|
-
[1m[35mCustomField Load (0.4ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
810
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
811
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 6], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00], ["value", "fashion"]]
|
812
|
-
[1m[36m (9.9ms)[0m [1mcommit transaction[0m
|
813
|
-
[1m[35m (0.1ms)[0m begin transaction
|
814
|
-
[1m[36mProduct Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'a-basket-of-indian-mangoes' LIMIT 1[0m
|
815
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00], ["description", "The mango is the national fruit of India and Pakistan. It is also the national fruit in the Philippines. The mango tree is the national tree of Bangladesh.\n\n Mango leaves are used to decorate archways and doors in Indian houses and during weddings and celebrations."], ["name", "A basket of Indian mangoes"], ["new", false], ["permalink", "a-basket-of-indian-mangoes"], ["price", #<BigDecimal:7fe87ca7d200,'0.17E2',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:09:52 UTC +00:00]]
|
816
|
-
[1m[36m (184.2ms)[0m [1mcommit transaction[0m
|
817
|
-
[1m[35m (0.1ms)[0m begin transaction
|
818
|
-
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:09:58 UTC +00:00], ["file_name", nil], ["file_size", 72556], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 7], ["updated_at", Sat, 07 Jul 2012 13:09:58 UTC +00:00]]
|
819
|
-
[1m[35m (680.2ms)[0m commit transaction
|
820
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
821
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00], ["file_name", nil], ["file_size", 50071], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 7], ["updated_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00]]
|
822
|
-
[1m[36m (50.8ms)[0m [1mcommit transaction[0m
|
823
|
-
[1m[35mCustomField Load (0.2ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
824
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
825
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 7], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00], ["value", "food"]]
|
826
|
-
[1m[36m (151.1ms)[0m [1mcommit transaction[0m
|
827
|
-
[1m[35m (0.1ms)[0m begin transaction
|
828
|
-
[1m[36mProduct Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'handmade-bangles' LIMIT 1[0m
|
829
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00], ["description", "Bangles are part of traditional Indian jewelry. They are usually worn in pairs by women, one or more on each arm. Most Indian women prefer wearing either gold or glass bangles or combination of both. Inexpensive bangles made from plastic are slowly replacing those made by glass, but the ones made of glass are still preferred at traditional occasions such as marriages and on festivals.\n\n The designs range from simple to intricate handmade designs, often studded with precious and semi-precious stones such as diamonds, gems and pearls. Sets of expensive bangles made of gold and silver make a jingling sound. The imitation jewelry, tend to make a tinny sound when jingled.\n\n It is tradition that the bride will try to wear as many small glass bangles as possible at her wedding and the honeymoon will end when the last bangle breaks."], ["name", "Handmade bangles"], ["new", false], ["permalink", "handmade-bangles"], ["price", #<BigDecimal:7fe88087daa0,'0.11E2',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:10:02 UTC +00:00]]
|
830
|
-
[1m[36m (45.0ms)[0m [1mcommit transaction[0m
|
831
|
-
[1m[35m (0.2ms)[0m begin transaction
|
832
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:06 UTC +00:00], ["file_name", nil], ["file_size", 418842], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:06 UTC +00:00]]
|
833
|
-
[1m[35m (94.2ms)[0m commit transaction
|
834
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
835
|
-
[1m[35mSQL (0.9ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:12 UTC +00:00], ["file_name", nil], ["file_size", 278346], ["picture", "pic10.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:12 UTC +00:00]]
|
836
|
-
[1m[36m (26.7ms)[0m [1mcommit transaction[0m
|
837
|
-
[1m[35m (0.1ms)[0m begin transaction
|
838
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:15 UTC +00:00], ["file_name", nil], ["file_size", 112288], ["picture", "pic11.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:15 UTC +00:00]]
|
839
|
-
[1m[35m (27.5ms)[0m commit transaction
|
840
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
841
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:16 UTC +00:00], ["file_name", nil], ["file_size", 105468], ["picture", "pic12.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:16 UTC +00:00]]
|
842
|
-
[1m[36m (14.0ms)[0m [1mcommit transaction[0m
|
843
|
-
[1m[35m (0.2ms)[0m begin transaction
|
844
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:18 UTC +00:00], ["file_name", nil], ["file_size", 111472], ["picture", "pic13.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:18 UTC +00:00]]
|
845
|
-
[1m[35m (44.4ms)[0m commit transaction
|
846
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
847
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:20 UTC +00:00], ["file_name", nil], ["file_size", 106056], ["picture", "pic14.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:20 UTC +00:00]]
|
848
|
-
[1m[36m (184.8ms)[0m [1mcommit transaction[0m
|
849
|
-
[1m[35m (0.2ms)[0m begin transaction
|
850
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:22 UTC +00:00], ["file_name", nil], ["file_size", 104275], ["picture", "pic15.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:22 UTC +00:00]]
|
851
|
-
[1m[35m (140.2ms)[0m commit transaction
|
852
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
853
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:25 UTC +00:00], ["file_name", nil], ["file_size", 99232], ["picture", "pic16.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:25 UTC +00:00]]
|
854
|
-
[1m[36m (130.1ms)[0m [1mcommit transaction[0m
|
855
|
-
[1m[35m (0.2ms)[0m begin transaction
|
856
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:27 UTC +00:00], ["file_name", nil], ["file_size", 243984], ["picture", "pic17.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:27 UTC +00:00]]
|
857
|
-
[1m[35m (84.5ms)[0m commit transaction
|
858
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
859
|
-
[1m[35mSQL (0.8ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:29 UTC +00:00], ["file_name", nil], ["file_size", 29254], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:29 UTC +00:00]]
|
860
|
-
[1m[36m (108.1ms)[0m [1mcommit transaction[0m
|
861
|
-
[1m[35m (0.1ms)[0m begin transaction
|
862
|
-
[1m[36mSQL (69.2ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:32 UTC +00:00], ["file_name", nil], ["file_size", 32354], ["picture", "pic3.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:32 UTC +00:00]]
|
863
|
-
[1m[35m (1331.1ms)[0m commit transaction
|
864
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
865
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:42 UTC +00:00], ["file_name", nil], ["file_size", 50847], ["picture", "pic4.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:42 UTC +00:00]]
|
866
|
-
[1m[36m (96.3ms)[0m [1mcommit transaction[0m
|
867
|
-
[1m[35m (0.1ms)[0m begin transaction
|
868
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:45 UTC +00:00], ["file_name", nil], ["file_size", 53554], ["picture", "pic5.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:45 UTC +00:00]]
|
869
|
-
[1m[35m (19.5ms)[0m commit transaction
|
870
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
871
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:47 UTC +00:00], ["file_name", nil], ["file_size", 52301], ["picture", "pic6.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:47 UTC +00:00]]
|
872
|
-
[1m[36m (15.1ms)[0m [1mcommit transaction[0m
|
873
|
-
[1m[35m (0.1ms)[0m begin transaction
|
874
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:49 UTC +00:00], ["file_name", nil], ["file_size", 42669], ["picture", "pic7.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:49 UTC +00:00]]
|
875
|
-
[1m[35m (25.4ms)[0m commit transaction
|
876
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
877
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:51 UTC +00:00], ["file_name", nil], ["file_size", 85119], ["picture", "pic8.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:51 UTC +00:00]]
|
878
|
-
[1m[36m (297.5ms)[0m [1mcommit transaction[0m
|
879
|
-
[1m[35m (0.2ms)[0m begin transaction
|
880
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00], ["file_name", nil], ["file_size", 95779], ["picture", "pic9.jpg"], ["position", 0], ["product_id", 8], ["updated_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00]]
|
881
|
-
[1m[35m (127.5ms)[0m commit transaction
|
882
|
-
[1m[36mCustomField Load (0.3ms)[0m [1mSELECT "custom_fields".* FROM "custom_fields" LIMIT 1[0m
|
883
|
-
[1m[35m (0.1ms)[0m begin transaction
|
884
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 8], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00], ["value", "fashion"]]
|
885
|
-
[1m[35m (336.0ms)[0m commit transaction
|
886
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
887
|
-
[1m[35mProduct Exists (0.2ms)[0m SELECT 1 AS one FROM "products" WHERE "products"."permalink" = 'colorful-shoes' LIMIT 1
|
888
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "products" ("created_at", "description", "name", "new", "permalink", "price", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00], ["description", "People of India love color. Everything they use from top to bottom is colorful.\n\n Lets talk about shoes. Making good looking shoes is an art they have perfected over centuries. Making a shoe takes the whole village. And the whole village participates in the business of making and selling quality colorful shoes."], ["name", "Colorful shoes"], ["new", false], ["permalink", "colorful-shoes"], ["price", #<BigDecimal:7fe880d86a10,'0.191E3',9(36)>], ["status", "active"], ["updated_at", Sat, 07 Jul 2012 13:10:54 UTC +00:00]]
|
889
|
-
[1m[35m (256.1ms)[0m commit transaction
|
890
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
891
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:56 UTC +00:00], ["file_name", nil], ["file_size", 423797], ["picture", "pic1.jpg"], ["position", 0], ["product_id", 9], ["updated_at", Sat, 07 Jul 2012 13:10:56 UTC +00:00]]
|
892
|
-
[1m[36m (24.6ms)[0m [1mcommit transaction[0m
|
893
|
-
[1m[35m (0.2ms)[0m begin transaction
|
894
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:58 UTC +00:00], ["file_name", nil], ["file_size", 425136], ["picture", "pic2.jpg"], ["position", 0], ["product_id", 9], ["updated_at", Sat, 07 Jul 2012 13:10:58 UTC +00:00]]
|
895
|
-
[1m[35m (29.4ms)[0m commit transaction
|
896
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
897
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "pictures" ("content_type", "created_at", "file_name", "file_size", "picture", "position", "product_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["content_type", nil], ["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["file_name", nil], ["file_size", 53649], ["picture", "pic3.jpg"], ["position", 0], ["product_id", 9], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00]]
|
898
|
-
[1m[36m (4.0ms)[0m [1mcommit transaction[0m
|
899
|
-
[1m[35mCustomField Load (0.3ms)[0m SELECT "custom_fields".* FROM "custom_fields" LIMIT 1
|
900
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
901
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "custom_field_answers" ("created_at", "custom_field_id", "datetime_value", "number_value", "product_id", "text_value", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["custom_field_id", 1], ["datetime_value", nil], ["number_value", nil], ["product_id", 9], ["text_value", nil], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["value", "fashion"]]
|
902
|
-
[1m[36m (13.1ms)[0m [1mcommit transaction[0m
|
903
|
-
[1m[35mNimbleshopSplitable::Splitable Load (0.2ms)[0m SELECT "payment_methods".* FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopSplitable::Splitable') AND "payment_methods"."permalink" = 'splitable' LIMIT 1
|
904
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
905
|
-
[1m[35mNimbleshopSplitable::Splitable Exists (0.3ms)[0m SELECT 1 AS one FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopSplitable::Splitable') AND "payment_methods"."permalink" = 'splitable' LIMIT 1
|
906
|
-
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "payment_methods" ("created_at", "description", "metadata", "name", "permalink", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["description", "<p> Splitable helps split the cost of product with friends and family. </p> <p> <a href=\"http://splitable.com\"> more information </a> </p>"], ["metadata", "---\n:api_secret: 92746e4d66cb8993\n:expires_in: 24\n:api_key: 92746e4d66cb8993\n:mode: test\n"], ["name", "Splitable"], ["permalink", "splitable"], ["type", "NimbleshopSplitable::Splitable"], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00]]
|
907
|
-
[1m[35m (9.9ms)[0m commit transaction
|
908
|
-
[1m[36mNimbleshopPaypalwp::Paypalwp Load (0.2ms)[0m [1mSELECT "payment_methods".* FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopPaypalwp::Paypalwp') AND "payment_methods"."permalink" = 'paypalwp' LIMIT 1[0m
|
909
|
-
[1m[35m (0.1ms)[0m begin transaction
|
910
|
-
[1m[36mNimbleshopPaypalwp::Paypalwp Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopPaypalwp::Paypalwp') AND "payment_methods"."permalink" = 'paypal-website-payments-standard' LIMIT 1[0m
|
911
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "payment_methods" ("created_at", "description", "metadata", "name", "permalink", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["description", "<p> Paypal website payments standard is a payment solution provided by paypal which allows merchant to accept credit card and paypal payments. There is no monthly fee and no setup fee by paypal for this account. </p> <p> <a href='https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=merchant/wp_standard&nav=2.1.0'> more information </a> </p>"], ["metadata", "---\n:merchant_email: seller_1323037155_biz@bigbinary.com\n:mode: test\n"], ["name", "Paypal website payments standard"], ["permalink", "paypalwp"], ["type", "NimbleshopPaypalwp::Paypalwp"], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00]]
|
912
|
-
[1m[36m (10.6ms)[0m [1mcommit transaction[0m
|
913
|
-
[1m[35mNimbleshopAuthorizedotnet::Authorizedotnet Load (0.3ms)[0m SELECT "payment_methods".* FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopAuthorizedotnet::Authorizedotnet') AND "payment_methods"."permalink" = 'authorizedotnet' LIMIT 1
|
914
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
915
|
-
[1m[35mNimbleshopAuthorizedotnet::Authorizedotnet Exists (0.2ms)[0m SELECT 1 AS one FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopAuthorizedotnet::Authorizedotnet') AND "payment_methods"."permalink" = 'authorize-net' LIMIT 1
|
916
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "payment_methods" ("created_at", "description", "metadata", "name", "permalink", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["description", "<p> Authorize.Net is a payment gateway service provider allowing merchants to accept credit card and electronic checks paymentsn. Authorize.Net claims a user base of over 305,000 merchants, which would make them the Internet's largest payment gateway service provider. </p> <p> It also provides an instant test account which you can use while your application is being processed. </p>"], ["metadata", "---\n:login_id: 26Daqx7Jtw7R\n:transaction_key: 66JWf57KKc82W9y6\n:company_name_on_creditcard_statement: Nimbleshop LLC\n:mode: test\n:ssl: disabled\n"], ["name", "Authorize.net"], ["permalink", "authorizedotnet"], ["type", "NimbleshopAuthorizedotnet::Authorizedotnet"], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00]]
|
917
|
-
[1m[35m (6.1ms)[0m commit transaction
|
918
|
-
[1m[36mNimbleshopCod::Cod Load (0.4ms)[0m [1mSELECT "payment_methods".* FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopCod::Cod') AND "payment_methods"."permalink" = 'cash-on-delivery' LIMIT 1[0m
|
919
|
-
[1m[35m (0.1ms)[0m begin transaction
|
920
|
-
[1m[36mNimbleshopCod::Cod Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "payment_methods" WHERE "payment_methods"."type" IN ('NimbleshopCod::Cod') AND "payment_methods"."permalink" = 'cash-on-delivery' LIMIT 1[0m
|
921
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "payment_methods" ("created_at", "description", "metadata", "name", "permalink", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00], ["description", nil], ["metadata", "--- {}\n"], ["name", "Cash on delivery"], ["permalink", "cash-on-delivery"], ["type", "NimbleshopCod::Cod"], ["updated_at", Sat, 07 Jul 2012 13:10:59 UTC +00:00]]
|
922
|
-
[1m[36m (6.3ms)[0m [1mcommit transaction[0m
|
923
|
-
Connecting to database specified by database.yml
|
924
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
925
|
-
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
926
|
-
[1m[36m (211.7ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "order_id" integer, "first_name" varchar(255) NOT NULL, "last_name" varchar(255), "company" varchar(255), "address1" varchar(255) NOT NULL, "address2" varchar(255), "city" varchar(255) NOT NULL, "zipcode" varchar(255), "country_name" varchar(255) NOT NULL, "country_code" varchar(255) NOT NULL, "state_name" varchar(255) NOT NULL, "state_code" varchar(255), "phone" varchar(255), "fax" varchar(255), "use_for_billing" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
927
|
-
[1m[35m (162.9ms)[0m CREATE TABLE "custom_field_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "custom_field_id" integer, "value" varchar(255), "text_value" varchar(255), "number_value" integer, "datetime_value" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
928
|
-
[1m[36m (97.1ms)[0m [1mCREATE TABLE "custom_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "field_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
929
|
-
[1m[35m (469.7ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
930
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
931
|
-
[1m[35m (85.6ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
932
|
-
[1m[36m (239.2ms)[0m [1mCREATE TABLE "line_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "product_id" integer NOT NULL, "quantity" integer NOT NULL, "product_name" varchar(255) NOT NULL, "product_description" text, "product_price" decimal(8,2) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
933
|
-
[1m[35m (83.9ms)[0m CREATE TABLE "link_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
934
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
935
|
-
[1m[35m (18.1ms)[0m CREATE UNIQUE INDEX "index_link_groups_on_name" ON "link_groups" ("name")
|
936
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
937
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
938
|
-
[1m[36m (25.2ms)[0m [1mCREATE UNIQUE INDEX "index_link_groups_on_permalink" ON "link_groups" ("permalink")[0m
|
939
|
-
[1m[35m (229.9ms)[0m CREATE TABLE "links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "url" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
940
|
-
[1m[36m (16.0ms)[0m [1mCREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "link_group_id" integer NOT NULL, "product_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
941
|
-
[1m[35m (9.5ms)[0m CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255) NOT NULL, "shipping_method_id" integer, "payment_method_id" integer, "email" varchar(255), "status" varchar(255) DEFAULT 'open' NOT NULL, "payment_status" varchar(255) DEFAULT 'abandoned' NOT NULL, "shipping_status" varchar(255) DEFAULT 'nothing_to_ship' NOT NULL, "checkout_status" varchar(255) DEFAULT 'items_added_to_cart' NOT NULL, "shipped_at" datetime, "purchased_at" datetime, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
942
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("orders")[0m
|
943
|
-
[1m[35m (44.5ms)[0m CREATE UNIQUE INDEX "index_orders_on_number" ON "orders" ("number")
|
944
|
-
[1m[36m (32.3ms)[0m [1mCREATE TABLE "payment_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "type" varchar(255), "permalink" varchar(255) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
945
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("payment_methods")
|
946
|
-
[1m[36m (77.8ms)[0m [1mCREATE UNIQUE INDEX "index_payment_methods_on_permalink" ON "payment_methods" ("permalink")[0m
|
947
|
-
[1m[35m (178.2ms)[0m CREATE TABLE "payment_transactions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "transaction_gid" varchar(255) NOT NULL, "params" text NOT NULL, "success" boolean NOT NULL, "operation" varchar(255) NOT NULL, "amount" integer, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
948
|
-
[1m[36m (121.8ms)[0m [1mCREATE TABLE "pictures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "picture" varchar(255), "file_name" varchar(255), "content_type" varchar(255), "file_size" varchar(255), "position" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
949
|
-
[1m[35m (27.5ms)[0m CREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar(255) NOT NULL, "group_id" integer, "group_type" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
950
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("preferences")[0m
|
951
|
-
[1m[35m (20.7ms)[0m CREATE UNIQUE INDEX "index_preferences_on_owner_and_name_and_preference" ON "preferences" ("owner_id", "owner_type", "name", "group_id", "group_type")
|
952
|
-
[1m[36m (20.6ms)[0m [1mCREATE TABLE "product_group_conditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_group_id" integer, "name" varchar(255) NOT NULL, "operator" varchar(255) NOT NULL, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
953
|
-
[1m[35m (27.0ms)[0m CREATE TABLE "product_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
954
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
955
|
-
[1m[35m (308.3ms)[0m CREATE UNIQUE INDEX "index_product_groups_on_name" ON "product_groups" ("name")
|
956
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
957
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
958
|
-
[1m[36m (303.0ms)[0m [1mCREATE UNIQUE INDEX "index_product_groups_on_permalink" ON "product_groups" ("permalink")[0m
|
959
|
-
[1m[35m (127.3ms)[0m CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "status" varchar(255) DEFAULT 'active' NOT NULL, "description" text, "price" decimal(8,2) NOT NULL, "new" boolean DEFAULT 'f' NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
960
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("products")[0m
|
961
|
-
[1m[35m (36.4ms)[0m CREATE UNIQUE INDEX "index_products_on_permalink" ON "products" ("permalink")
|
962
|
-
[1m[36m (56.1ms)[0m [1mCREATE TABLE "shipment_carriers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
963
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipment_carriers")
|
964
|
-
[1m[36m (108.0ms)[0m [1mCREATE UNIQUE INDEX "index_shipment_carriers_on_permalink" ON "shipment_carriers" ("permalink")[0m
|
965
|
-
[1m[35m (59.6ms)[0m CREATE TABLE "shipments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tracking_number" varchar(255), "shipment_carrier_id" integer NOT NULL, "order_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
966
|
-
[1m[36m (303.9ms)[0m [1mCREATE TABLE "shipping_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "shipping_zone_id" integer NOT NULL, "name" varchar(255) NOT NULL, "minimum_order_amount" decimal(8,2), "maximum_order_amount" decimal(8,2), "base_price" decimal(8,2), "offset" decimal(8,2) DEFAULT 0.0, "active" boolean DEFAULT 't' NOT NULL, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
967
|
-
[1m[35m (401.0ms)[0m CREATE TABLE "shipping_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255) NOT NULL, "country_code" varchar(255), "state_code" varchar(255), "type" varchar(255), "country_shipping_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
968
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
969
|
-
[1m[35m (36.0ms)[0m CREATE UNIQUE INDEX "index_shipping_zones_on_permalink" ON "shipping_zones" ("permalink")
|
970
|
-
[1m[36m (37.3ms)[0m [1mCREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "author_name" varchar(255), "description" varchar(255), "theme" varchar(255) DEFAULT 'simply' NOT NULL, "time_zone" varchar(255) DEFAULT 'UTC' NOT NULL, "from_email" varchar(255) NOT NULL, "default_creditcard_action" varchar(255) DEFAULT 'authorize' NOT NULL, "phone_number" varchar(255), "twitter_handle" varchar(255), "facebook_url" varchar(255), "google_analytics_tracking_id" varchar(255), "tax_percentage" decimal(4,2) DEFAULT 0.0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
971
|
-
[1m[35m (13.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
972
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
973
|
-
[1m[35m (49.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
974
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
975
|
-
[1m[35m (61.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041925')
|
976
|
-
[1m[36m (23.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041905')[0m
|
977
|
-
[1m[35m (27.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041906')
|
978
|
-
[1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041907')[0m
|
979
|
-
[1m[35m (20.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041908')
|
980
|
-
[1m[36m (18.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041909')[0m
|
981
|
-
[1m[35m (60.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041910')
|
982
|
-
[1m[36m (119.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041911')[0m
|
983
|
-
[1m[35m (28.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041912')
|
984
|
-
[1m[36m (52.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041913')[0m
|
985
|
-
[1m[35m (43.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041914')
|
986
|
-
[1m[36m (37.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041915')[0m
|
987
|
-
[1m[35m (91.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041916')
|
988
|
-
[1m[36m (41.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041917')[0m
|
989
|
-
[1m[35m (109.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041918')
|
990
|
-
[1m[36m (24.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041919')[0m
|
991
|
-
[1m[35m (164.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041920')
|
992
|
-
[1m[36m (83.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041921')[0m
|
993
|
-
[1m[35m (92.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041922')
|
994
|
-
[1m[36m (227.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041923')[0m
|
995
|
-
[1m[35m (351.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041924')
|
996
|
-
Connecting to database specified by database.yml
|
997
|
-
[1m[36m (0.5ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
998
|
-
Migrating to CreateProductGroups (20120707041905)
|
999
|
-
Migrating to CreateProducts (20120707041906)
|
1000
|
-
Migrating to CreateOrders (20120707041907)
|
1001
|
-
Migrating to CreateLineItems (20120707041908)
|
1002
|
-
Migrating to CreateShops (20120707041909)
|
1003
|
-
Migrating to CreateLinkGroups (20120707041910)
|
1004
|
-
Migrating to CreateNavigations (20120707041911)
|
1005
|
-
Migrating to CreateLinks (20120707041912)
|
1006
|
-
Migrating to CreateCustomFields (20120707041913)
|
1007
|
-
Migrating to CreateCustomFieldAnswers (20120707041914)
|
1008
|
-
Migrating to CreateProductGroupConditions (20120707041915)
|
1009
|
-
Migrating to CreateCreditcardTransactions (20120707041916)
|
1010
|
-
Migrating to CreateAddresses (20120707041917)
|
1011
|
-
Migrating to CreatePictures (20120707041918)
|
1012
|
-
Migrating to CreateShippingMethods (20120707041919)
|
1013
|
-
Migrating to CreateShippingZones (20120707041920)
|
1014
|
-
Migrating to CreatePaymentMethods (20120707041921)
|
1015
|
-
Migrating to CreatePreferences (20120707041922)
|
1016
|
-
Migrating to CreateShipments (20120707041923)
|
1017
|
-
Migrating to CreateShipmentCarriers (20120707041924)
|
1018
|
-
Migrating to CreateDelayedJobs (20120707041925)
|
1019
|
-
[1m[35m (0.6ms)[0m select sqlite_version(*)
|
1020
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1021
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("addresses")
|
1022
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_field_answers")[0m
|
1023
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_fields")
|
1024
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
1025
|
-
[1m[35m (0.1ms)[0m PRAGMA index_info('delayed_jobs_priority')
|
1026
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("line_items")[0m
|
1027
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("link_groups")
|
1028
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_link_groups_on_permalink')[0m
|
1029
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
1030
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("links")[0m
|
1031
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("navigations")
|
1032
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("orders")[0m
|
1033
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_orders_on_number')
|
1034
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_methods")[0m
|
1035
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_payment_methods_on_permalink')
|
1036
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_transactions")[0m
|
1037
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("pictures")
|
1038
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
1039
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_preferences_on_owner_and_name_and_preference')
|
1040
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_group_conditions")[0m
|
1041
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
1042
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_product_groups_on_permalink')[0m
|
1043
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
1044
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m
|
1045
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_products_on_permalink')
|
1046
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipment_carriers")[0m
|
1047
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipment_carriers_on_permalink')
|
1048
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipments")[0m
|
1049
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipping_methods")
|
1050
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
1051
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipping_zones_on_permalink')
|
1052
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shops")[0m
|
1053
|
-
Connecting to database specified by database.yml
|
1054
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1055
|
-
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
1056
|
-
[1m[36m (2.0ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "order_id" integer, "first_name" varchar(255) NOT NULL, "last_name" varchar(255), "company" varchar(255), "address1" varchar(255) NOT NULL, "address2" varchar(255), "city" varchar(255) NOT NULL, "zipcode" varchar(255), "country_name" varchar(255) NOT NULL, "country_code" varchar(255) NOT NULL, "state_name" varchar(255) NOT NULL, "state_code" varchar(255), "phone" varchar(255), "fax" varchar(255), "use_for_billing" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1057
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "custom_field_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "custom_field_id" integer, "value" varchar(255), "text_value" varchar(255), "number_value" integer, "datetime_value" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1058
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "custom_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "field_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1059
|
-
[1m[35m (1.3ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1060
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
1061
|
-
[1m[35m (35.4ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1062
|
-
[1m[36m (60.5ms)[0m [1mCREATE TABLE "line_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "product_id" integer NOT NULL, "quantity" integer NOT NULL, "product_name" varchar(255) NOT NULL, "product_description" text, "product_price" decimal(8,2) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1063
|
-
[1m[35m (50.4ms)[0m CREATE TABLE "link_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1064
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
1065
|
-
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "index_link_groups_on_name" ON "link_groups" ("name")
|
1066
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
1067
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
1068
|
-
[1m[36m (1.5ms)[0m [1mCREATE UNIQUE INDEX "index_link_groups_on_permalink" ON "link_groups" ("permalink")[0m
|
1069
|
-
[1m[35m (2.3ms)[0m CREATE TABLE "links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "url" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1070
|
-
[1m[36m (12.6ms)[0m [1mCREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "link_group_id" integer NOT NULL, "product_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1071
|
-
[1m[35m (9.4ms)[0m CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255) NOT NULL, "shipping_method_id" integer, "payment_method_id" integer, "email" varchar(255), "status" varchar(255) DEFAULT 'open' NOT NULL, "payment_status" varchar(255) DEFAULT 'abandoned' NOT NULL, "shipping_status" varchar(255) DEFAULT 'nothing_to_ship' NOT NULL, "checkout_status" varchar(255) DEFAULT 'items_added_to_cart' NOT NULL, "shipped_at" datetime, "purchased_at" datetime, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1072
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("orders")[0m
|
1073
|
-
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "index_orders_on_number" ON "orders" ("number")
|
1074
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "payment_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "type" varchar(255), "permalink" varchar(255) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1075
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("payment_methods")
|
1076
|
-
[1m[36m (1.6ms)[0m [1mCREATE UNIQUE INDEX "index_payment_methods_on_permalink" ON "payment_methods" ("permalink")[0m
|
1077
|
-
[1m[35m (4.0ms)[0m CREATE TABLE "payment_transactions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "transaction_gid" varchar(255) NOT NULL, "params" text NOT NULL, "success" boolean NOT NULL, "operation" varchar(255) NOT NULL, "amount" integer, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1078
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "pictures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "picture" varchar(255), "file_name" varchar(255), "content_type" varchar(255), "file_size" varchar(255), "position" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1079
|
-
[1m[35m (30.6ms)[0m CREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar(255) NOT NULL, "group_id" integer, "group_type" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1080
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("preferences")[0m
|
1081
|
-
[1m[35m (6.6ms)[0m CREATE UNIQUE INDEX "index_preferences_on_owner_and_name_and_preference" ON "preferences" ("owner_id", "owner_type", "name", "group_id", "group_type")
|
1082
|
-
[1m[36m (1.7ms)[0m [1mCREATE TABLE "product_group_conditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_group_id" integer, "name" varchar(255) NOT NULL, "operator" varchar(255) NOT NULL, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1083
|
-
[1m[35m (1.5ms)[0m CREATE TABLE "product_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1084
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
1085
|
-
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "index_product_groups_on_name" ON "product_groups" ("name")
|
1086
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
1087
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
1088
|
-
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "index_product_groups_on_permalink" ON "product_groups" ("permalink")[0m
|
1089
|
-
[1m[35m (1.7ms)[0m CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "status" varchar(255) DEFAULT 'active' NOT NULL, "description" text, "price" decimal(8,2) NOT NULL, "new" boolean DEFAULT 'f' NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1090
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m
|
1091
|
-
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "index_products_on_permalink" ON "products" ("permalink")
|
1092
|
-
[1m[36m (2.0ms)[0m [1mCREATE TABLE "shipment_carriers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1093
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipment_carriers")
|
1094
|
-
[1m[36m (1.8ms)[0m [1mCREATE UNIQUE INDEX "index_shipment_carriers_on_permalink" ON "shipment_carriers" ("permalink")[0m
|
1095
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "shipments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tracking_number" varchar(255), "shipment_carrier_id" integer NOT NULL, "order_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1096
|
-
[1m[36m (1.7ms)[0m [1mCREATE TABLE "shipping_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "shipping_zone_id" integer NOT NULL, "name" varchar(255) NOT NULL, "minimum_order_amount" decimal(8,2), "maximum_order_amount" decimal(8,2), "base_price" decimal(8,2), "offset" decimal(8,2) DEFAULT 0.0, "active" boolean DEFAULT 't' NOT NULL, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1097
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "shipping_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255) NOT NULL, "country_code" varchar(255), "state_code" varchar(255), "type" varchar(255), "country_shipping_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1098
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
1099
|
-
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "index_shipping_zones_on_permalink" ON "shipping_zones" ("permalink")
|
1100
|
-
[1m[36m (2.5ms)[0m [1mCREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "author_name" varchar(255), "description" varchar(255), "theme" varchar(255) DEFAULT 'simply' NOT NULL, "time_zone" varchar(255) DEFAULT 'UTC' NOT NULL, "from_email" varchar(255) NOT NULL, "default_creditcard_action" varchar(255) DEFAULT 'authorize' NOT NULL, "phone_number" varchar(255), "twitter_handle" varchar(255), "facebook_url" varchar(255), "google_analytics_tracking_id" varchar(255), "tax_percentage" decimal(4,2) DEFAULT 0.0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1101
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1102
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1103
|
-
[1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1104
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1105
|
-
[1m[35m (2.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041925')
|
1106
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041905')[0m
|
1107
|
-
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041906')
|
1108
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041907')[0m
|
1109
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041908')
|
1110
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041909')[0m
|
1111
|
-
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041910')
|
1112
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041911')[0m
|
1113
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041912')
|
1114
|
-
[1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041913')[0m
|
1115
|
-
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041914')
|
1116
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041915')[0m
|
1117
|
-
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041916')
|
1118
|
-
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041917')[0m
|
1119
|
-
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041918')
|
1120
|
-
[1m[36m (1.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041919')[0m
|
1121
|
-
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041920')
|
1122
|
-
[1m[36m (1.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041921')[0m
|
1123
|
-
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041922')
|
1124
|
-
[1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041923')[0m
|
1125
|
-
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041924')
|
1126
|
-
Connecting to database specified by database.yml
|
1127
|
-
[1m[36m (0.5ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1128
|
-
Migrating to CreateProductGroups (20120707041905)
|
1129
|
-
Migrating to CreateProducts (20120707041906)
|
1130
|
-
Migrating to CreateOrders (20120707041907)
|
1131
|
-
Migrating to CreateLineItems (20120707041908)
|
1132
|
-
Migrating to CreateShops (20120707041909)
|
1133
|
-
Migrating to CreateLinkGroups (20120707041910)
|
1134
|
-
Migrating to CreateNavigations (20120707041911)
|
1135
|
-
Migrating to CreateLinks (20120707041912)
|
1136
|
-
Migrating to CreateCustomFields (20120707041913)
|
1137
|
-
Migrating to CreateCustomFieldAnswers (20120707041914)
|
1138
|
-
Migrating to CreateProductGroupConditions (20120707041915)
|
1139
|
-
Migrating to CreateCreditcardTransactions (20120707041916)
|
1140
|
-
Migrating to CreateAddresses (20120707041917)
|
1141
|
-
Migrating to CreatePictures (20120707041918)
|
1142
|
-
Migrating to CreateShippingMethods (20120707041919)
|
1143
|
-
Migrating to CreateShippingZones (20120707041920)
|
1144
|
-
Migrating to CreatePaymentMethods (20120707041921)
|
1145
|
-
Migrating to CreatePreferences (20120707041922)
|
1146
|
-
Migrating to CreateShipments (20120707041923)
|
1147
|
-
Migrating to CreateShipmentCarriers (20120707041924)
|
1148
|
-
Migrating to CreateDelayedJobs (20120707041925)
|
1149
|
-
[1m[35m (16.6ms)[0m select sqlite_version(*)
|
1150
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1151
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("addresses")
|
1152
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_field_answers")[0m
|
1153
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_fields")
|
1154
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
1155
|
-
[1m[35m (0.1ms)[0m PRAGMA index_info('delayed_jobs_priority')
|
1156
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("line_items")[0m
|
1157
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("link_groups")
|
1158
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_link_groups_on_permalink')[0m
|
1159
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
1160
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("links")[0m
|
1161
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("navigations")
|
1162
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("orders")[0m
|
1163
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_orders_on_number')
|
1164
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_methods")[0m
|
1165
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_payment_methods_on_permalink')
|
1166
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("payment_transactions")[0m
|
1167
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("pictures")
|
1168
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
1169
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_preferences_on_owner_and_name_and_preference')
|
1170
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_group_conditions")[0m
|
1171
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("product_groups")
|
1172
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_product_groups_on_permalink')[0m
|
1173
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
1174
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m
|
1175
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_products_on_permalink')
|
1176
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipment_carriers")[0m
|
1177
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipment_carriers_on_permalink')
|
1178
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipments")[0m
|
1179
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipping_methods")
|
1180
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
1181
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_shipping_zones_on_permalink')
|
1182
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shops")[0m
|
1183
|
-
Connecting to database specified by database.yml
|
1184
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1185
|
-
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
1186
|
-
[1m[36m (34.1ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "order_id" integer, "first_name" varchar(255) NOT NULL, "last_name" varchar(255), "company" varchar(255), "address1" varchar(255) NOT NULL, "address2" varchar(255), "city" varchar(255) NOT NULL, "zipcode" varchar(255), "country_name" varchar(255) NOT NULL, "country_code" varchar(255) NOT NULL, "state_name" varchar(255) NOT NULL, "state_code" varchar(255), "phone" varchar(255), "fax" varchar(255), "use_for_billing" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1187
|
-
[1m[35m (1.9ms)[0m CREATE TABLE "custom_field_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "custom_field_id" integer, "value" varchar(255), "text_value" varchar(255), "number_value" integer, "datetime_value" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1188
|
-
[1m[36m (1.6ms)[0m [1mCREATE TABLE "custom_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "field_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1189
|
-
[1m[35m (1.2ms)[0m CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1190
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("delayed_jobs")[0m
|
1191
|
-
[1m[35m (2.1ms)[0m CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
|
1192
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "line_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "product_id" integer NOT NULL, "quantity" integer NOT NULL, "product_name" varchar(255) NOT NULL, "product_description" text, "product_price" decimal(8,2) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1193
|
-
[1m[35m (1.7ms)[0m CREATE TABLE "link_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1194
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
1195
|
-
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "index_link_groups_on_name" ON "link_groups" ("name")
|
1196
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("link_groups")[0m
|
1197
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_link_groups_on_name')
|
1198
|
-
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "index_link_groups_on_permalink" ON "link_groups" ("permalink")[0m
|
1199
|
-
[1m[35m (1.2ms)[0m CREATE TABLE "links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "url" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1200
|
-
[1m[36m (1.8ms)[0m [1mCREATE TABLE "navigations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "link_group_id" integer NOT NULL, "product_group_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1201
|
-
[1m[35m (1.7ms)[0m CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255) NOT NULL, "shipping_method_id" integer, "payment_method_id" integer, "email" varchar(255), "status" varchar(255) DEFAULT 'open' NOT NULL, "payment_status" varchar(255) DEFAULT 'abandoned' NOT NULL, "shipping_status" varchar(255) DEFAULT 'nothing_to_ship' NOT NULL, "checkout_status" varchar(255) DEFAULT 'items_added_to_cart' NOT NULL, "shipped_at" datetime, "purchased_at" datetime, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1202
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("orders")[0m
|
1203
|
-
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "index_orders_on_number" ON "orders" ("number")
|
1204
|
-
[1m[36m (2.8ms)[0m [1mCREATE TABLE "payment_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "type" varchar(255), "permalink" varchar(255) NOT NULL, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1205
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("payment_methods")
|
1206
|
-
[1m[36m (1.6ms)[0m [1mCREATE UNIQUE INDEX "index_payment_methods_on_permalink" ON "payment_methods" ("permalink")[0m
|
1207
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "payment_transactions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer NOT NULL, "transaction_gid" varchar(255) NOT NULL, "params" text NOT NULL, "success" boolean NOT NULL, "operation" varchar(255) NOT NULL, "amount" integer, "metadata" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1208
|
-
[1m[36m (1.7ms)[0m [1mCREATE TABLE "pictures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "picture" varchar(255), "file_name" varchar(255), "content_type" varchar(255), "file_size" varchar(255), "position" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1209
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar(255) NOT NULL, "group_id" integer, "group_type" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1210
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
1211
|
-
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "index_preferences_on_owner_and_name_and_preference" ON "preferences" ("owner_id", "owner_type", "name", "group_id", "group_type")
|
1212
|
-
[1m[36m (2.0ms)[0m [1mCREATE TABLE "product_group_conditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_group_id" integer, "name" varchar(255) NOT NULL, "operator" varchar(255) NOT NULL, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1213
|
-
[1m[35m (2.6ms)[0m CREATE TABLE "product_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1214
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
1215
|
-
[1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "index_product_groups_on_name" ON "product_groups" ("name")
|
1216
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("product_groups")[0m
|
1217
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_product_groups_on_name')
|
1218
|
-
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "index_product_groups_on_permalink" ON "product_groups" ("permalink")[0m
|
1219
|
-
[1m[35m (2.9ms)[0m CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "status" varchar(255) DEFAULT 'active' NOT NULL, "description" text, "price" decimal(8,2) NOT NULL, "new" boolean DEFAULT 'f' NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1220
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("products")[0m
|
1221
|
-
[1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "index_products_on_permalink" ON "products" ("permalink")
|
1222
|
-
[1m[36m (2.4ms)[0m [1mCREATE TABLE "shipment_carriers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "permalink" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1223
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("shipment_carriers")
|
1224
|
-
[1m[36m (2.2ms)[0m [1mCREATE UNIQUE INDEX "index_shipment_carriers_on_permalink" ON "shipment_carriers" ("permalink")[0m
|
1225
|
-
[1m[35m (1.8ms)[0m CREATE TABLE "shipments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tracking_number" varchar(255), "shipment_carrier_id" integer NOT NULL, "order_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1226
|
-
[1m[36m (2.2ms)[0m [1mCREATE TABLE "shipping_methods" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "shipping_zone_id" integer NOT NULL, "name" varchar(255) NOT NULL, "minimum_order_amount" decimal(8,2), "maximum_order_amount" decimal(8,2), "base_price" decimal(8,2), "offset" decimal(8,2) DEFAULT 0.0, "active" boolean DEFAULT 't' NOT NULL, "parent_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1227
|
-
[1m[35m (1.7ms)[0m CREATE TABLE "shipping_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permalink" varchar(255) NOT NULL, "country_code" varchar(255), "state_code" varchar(255), "type" varchar(255), "country_shipping_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1228
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("shipping_zones")[0m
|
1229
|
-
[1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "index_shipping_zones_on_permalink" ON "shipping_zones" ("permalink")
|
1230
|
-
[1m[36m (2.1ms)[0m [1mCREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "author_name" varchar(255), "description" varchar(255), "theme" varchar(255) DEFAULT 'simply' NOT NULL, "time_zone" varchar(255) DEFAULT 'UTC' NOT NULL, "from_email" varchar(255) NOT NULL, "default_creditcard_action" varchar(255) DEFAULT 'authorize' NOT NULL, "phone_number" varchar(255), "twitter_handle" varchar(255), "facebook_url" varchar(255), "google_analytics_tracking_id" varchar(255), "tax_percentage" decimal(4,2) DEFAULT 0.0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1231
|
-
[1m[35m (1.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1232
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1233
|
-
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1234
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1235
|
-
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041925')
|
1236
|
-
[1m[36m (1.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041905')[0m
|
1237
|
-
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041906')
|
1238
|
-
[1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041907')[0m
|
1239
|
-
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041908')
|
1240
|
-
[1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041909')[0m
|
1241
|
-
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041910')
|
1242
|
-
[1m[36m (1.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041911')[0m
|
1243
|
-
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041912')
|
1244
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041913')[0m
|
1245
|
-
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041914')
|
1246
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041915')[0m
|
1247
|
-
[1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041916')
|
1248
|
-
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041917')[0m
|
1249
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041918')
|
1250
|
-
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041919')[0m
|
1251
|
-
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041920')
|
1252
|
-
[1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041921')[0m
|
1253
|
-
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041922')
|
1254
|
-
[1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120707041923')[0m
|
1255
|
-
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120707041924')
|