(0.6ms) CREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "var" varchar NOT NULL, "value" text, "thing_id" integer, "thing_type" varchar(30), "created_at" datetime, "updated_at" datetime)   (0.5ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_settings_on_thing_type_and_thing_id_and_var" ON "settings" ("thing_type", "thing_id", "var")  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140320182332')  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:53 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.2ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (11.6ms) Completed 200 OK in 4092ms (Views: 4081.4ms | ActiveRecord: 0.4ms) Started PUT "/settings/update_all" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#update_all as HTML Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"test", "style"=>"{\"border_color\"=>\"e0e0e0\", \"block_color\"=>\"ffffff\", \"title\"=>{\"font\"=>\"Tahoma\", \"size\"=>\"12\", \"color\"=>\"107821\"}}", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"} Settings Load (0.2ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started PUT "/settings/update_all" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#update_all as HTML Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"150", "style"=>"test", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"} Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.3ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.6ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (3.8ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.1ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (2.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("var", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["var", "company"], ["value", "--- apple\n...\n"], ["created_at", "2015-01-08 19:16:57.636280"], ["updated_at", "2015-01-08 19:16:57.636280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/settings" for 127.0.0.1 at 2015-01-08 11:16:57 -0800 Processing by RailsSettingsUi::SettingsController#index as HTML Settings Load (0.2ms) SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) Rendered /Users/accessd/projects/github/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.1ms) Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction