Created
November 2, 2012 21:31
-
-
Save trappist/4004473 to your computer and use it in GitHub Desktop.
product update fails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started PUT "/admin/products/apache-baseball-jersey" for 76.255.177.25 at 2012-11-02 21:20:42 +0000 | |
| Processing by Spree::Admin::ProductsController#update as HTML | |
| Parameters: {"utf8"=>"✓", "authenticity_token"=>"Rz/axJlekFfzI20D0Ai5OyfNbp974VKV7J0/Hkpyu3I=", "product"=>{"name"=>"Apache Baseball Jersey", "permalink"=>"apache-baseball-jersey", "description"=>"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla nonummy aliquet mi. Proin lacus. Ut placerat. Proin consequat, justo sit amet tempus consequat, elit est adipiscing odio, ut egestas pede eros in diam. Proin varius, lacus vitae suscipit varius, ipsum eros convallis nisi, sit amet sodales lectus pede non est. Duis augue. Suspendisse hendrerit pharetra metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur nec pede. Quisque volutpat, neque ac porttitor sodales, sem lacus rutrum nulla, ullamcorper placerat ante tortor ac odio. Suspendisse vel libero. Nullam volutpat magna vel ligula. Suspendisse sit amet metus. Nunc quis massa. Nulla facilisi. In enim. In venenatis nisi id eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc sit amet felis sed lectus tincidunt egestas. Mauris nibh.", "price"=>"19.99", "cost_price"=>"17.00", "available_on"=>"2012/10/08", "sku"=>"APC-00001", "on_hand"=>"10", "weight"=>"", "height"=>"", "width"=>"", "depth"=>"", "shipping_category_id"=>"", "tax_category_id"=>"25484906", "taxon_ids"=>["", "3000"], "option_type_ids"=>[""], "meta_keywords"=>"", "meta_description"=>"", "end_date"=>"", "video_embed"=>"", "charity_name"=>"test", "min_sales"=>"0"}, "button"=>"", "id"=>"apache-baseball-jersey"} | |
| Spree::Preference Load (0.4ms) SELECT `spree_preferences`.* FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'spree/app_configuration/allow_ssl_in_development_and_test' LIMIT 1 | |
| (0.2ms) BEGIN | |
| (0.1ms) COMMIT | |
| User Load (0.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1 | |
| (0.2ms) SELECT COUNT(*) FROM `spree_roles` INNER JOIN `spree_roles_users` ON `spree_roles`.`id` = `spree_roles_users`.`role_id` WHERE `spree_roles_users`.`user_id` = 1 AND `spree_roles`.`name` = 'admin' | |
| Spree::Product Load (0.1ms) SELECT `spree_products`.* FROM `spree_products` WHERE `spree_products`.`permalink` = 'apache-baseball-jersey' LIMIT 1 | |
| Spree::Preference Exists (0.5ms) SELECT 1 AS one FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'spree/app_configuration/use_s3' LIMIT 1 | |
| Spree::Preference Load (0.2ms) SELECT `spree_preferences`.* FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'use_s3' LIMIT 1 | |
| (0.2ms) BEGIN | |
| Spree::Variant Load (0.2ms) SELECT `spree_variants`.* FROM `spree_variants` WHERE `spree_variants`.`product_id` = 706676762 AND `spree_variants`.`is_master` = 1 LIMIT 1 | |
| (0.2ms) SELECT COUNT(*) FROM `spree_variants` WHERE `spree_variants`.`product_id` = 706676762 AND `spree_variants`.`is_master` = 0 AND `spree_variants`.`deleted_at` IS NULL | |
| Spree::Preference Exists (0.3ms) SELECT 1 AS one FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'spree/app_configuration/track_inventory_levels' LIMIT 1 | |
| Spree::Preference Load (0.2ms) SELECT `spree_preferences`.* FROM `spree_preferences` WHERE `spree_preferences`.`key` = 'track_inventory_levels' LIMIT 1 | |
| Spree::Taxon Load (0.1ms) SELECT `spree_taxons`.* FROM `spree_taxons` WHERE `spree_taxons`.`id` = 1 LIMIT 1 | |
| (0.1ms) ROLLBACK | |
| (0.1ms) BEGIN | |
| (0.1ms) COMMIT | |
| Redirected to http://dev2.thefantree.com/admin/products |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment