Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created March 14, 2012 14:49
Show Gist options
  • Save BDQ/2036991 to your computer and use it in GitHub Desktop.
Save BDQ/2036991 to your computer and use it in GitHub Desktop.
Started PUT "/admin/general_settings" for 127.0.0.1 at 2012-03-14 14:49:23 +0000
Processing by Spree::Admin::GeneralSettingsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RPXtID2J3cOz9DV5xjZsbgTIHG2s0lAUg1Gt7EKQzWg=", "site_name"=>"Spree Demo Site", "default_seo_title"=>"", "default_meta_keywords"=>"spree, demo", "default_meta_description"=>"Spree demo site", "site_url"=>"demo.spreecommerce.com", "allow_ssl_in_production"=>"1", "allow_ssl_in_staging"=>"1", "allow_ssl_in_development_and_test"=>"0", "check_for_spree_alerts"=>"1"}
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE ("spree_preferences"."key" IS NOT NULL) AND ("spree_preferences"."value_type" IS NOT NULL)
Spree::User Load (0.1ms) SELECT "spree_users".* FROM "spree_users" WHERE "spree_users"."id" = 1 LIMIT 1
Spree::Role Load (0.1ms) SELECT "spree_roles".* FROM "spree_roles" INNER JOIN "spree_roles_users" ON "spree_roles"."id" = "spree_roles_users"."role_id" WHERE "spree_roles_users"."user_id" = 1
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/site_name' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value_type" = 'string', "updated_at" = '2012-03-14 14:49:23.872787' WHERE "spree_preferences"."id" = 4
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/default_seo_title' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value_type" = 'string', "updated_at" = '2012-03-14 14:49:23.876748' WHERE "spree_preferences"."id" = 5
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/default_meta_keywords' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value_type" = 'string', "updated_at" = '2012-03-14 14:49:23.880140' WHERE "spree_preferences"."id" = 6
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/default_meta_description' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value_type" = 'string', "updated_at" = '2012-03-14 14:49:23.883686' WHERE "spree_preferences"."id" = 7
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/site_url' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value_type" = 'string', "updated_at" = '2012-03-14 14:49:23.887624' WHERE "spree_preferences"."id" = 8
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/allow_ssl_in_production' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value" = 't', "value_type" = 'boolean', "updated_at" = '2012-03-14 14:49:23.891062' WHERE "spree_preferences"."id" = 9
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/allow_ssl_in_staging' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value" = 't', "value_type" = 'boolean', "updated_at" = '2012-03-14 14:49:23.894922' WHERE "spree_preferences"."id" = 10
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/allow_ssl_in_development_and_test' LIMIT 1
(0.4ms) UPDATE "spree_preferences" SET "value" = 'f', "value_type" = 'boolean', "updated_at" = '2012-03-14 14:49:23.898886' WHERE "spree_preferences"."id" = 11
Spree::Preference Load (0.1ms) SELECT "spree_preferences".* FROM "spree_preferences" WHERE "spree_preferences"."key" = 'spree/app_configuration/check_for_spree_alerts' LIMIT 1
(0.2ms) UPDATE "spree_preferences" SET "value" = 't', "value_type" = 'boolean', "updated_at" = '2012-03-14 14:49:23.902393' WHERE "spree_preferences"."id" = 12
Redirected to http://localhost:3000/admin/general_settings
Completed 302 Found in 157ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment