Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (173.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (116.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateAdminUsers (20130110115938)  (0.1ms) begin transaction  (1.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.1ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (8.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115938')  (174.7ms) commit transaction Migrating to CreateAdminComments (20130110115940)  (0.1ms) begin transaction  (6.4ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (5.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace") SQLite3::SQLException: table active_admin_comments has no column named namespace: CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (2.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (10.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115940')  (204.2ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (8.2ms) select sqlite_version(*)  (181.3ms) DROP TABLE "active_admin_comments"  (157.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (173.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (172.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (162.8ms) DROP TABLE "admin_users"  (153.0ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (140.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (276.0ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.3ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (31.8ms) select sqlite_version(*)  (217.9ms) DROP TABLE "active_admin_comments"  (140.9ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (156.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (156.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (88.0ms) DROP TABLE "admin_users"  (104.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (172.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (206.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.8ms) SELECT version FROM "schema_migrations"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-10 14:54:56 +0000 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (8.4ms) Started GET "/admin" for 127.0.0.1 at 2013-01-10 14:55:01 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 12ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-10 14:55:01 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (394.9ms) Compiled active_admin/print.css (579ms) (pid 7777) Completed 200 OK in 1370ms (Views: 1115.3ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-10 14:55:03 +0000 Served asset /active_admin.css - 404 Not Found (17ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-10 14:55:03 +0000 Served asset /active_admin.js - 404 Not Found (32ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-10 14:55:03 +0000 Served asset /active_admin/print.css - 200 OK (18ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-11 08:50:56 +0000 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (6.2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-11 08:51:03 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 3ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-11 08:51:03 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (574.4ms) Completed 200 OK in 894ms (Views: 646.0ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 08:51:05 +0000 Served asset /active_admin.css - 404 Not Found (14ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 08:51:05 +0000 Served asset /active_admin.js - 404 Not Found (13ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 08:51:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT COUNT(*) FROM "admin_users" AdminUser Exists (0.3ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction AdminUser Exists (0.1ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (10.6ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 08:55:41 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@warwickshire.gov.uk"], ["encrypted_password", "$2a$10$zS2j0uSfAfzANhBt360h4uQSfkhabNo9joqA3GufBihqDM2nvDE3G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 11 Jan 2013 08:55:41 UTC +00:00]]  (206.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "admin_users" Connecting to database specified by database.yml Started POST "/admin/login" for 127.0.0.1 at 2013-01-11 08:56:05 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eKrRXQl6+e9zcnktXNgaOxmBzYsyT+E271HNXZnvmxs=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.4ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-11 08:56:06.562608', "current_sign_in_at" = '2013-01-11 08:56:06.562608', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-01-11 08:56:06.565704' WHERE "admin_users"."id" = 1  (163.2ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 935ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-11 08:56:06 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (73.3ms) Completed 200 OK in 98ms (Views: 91.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 08:56:07 +0000 Served asset /active_admin.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 08:56:07 +0000 Served asset /active_admin.js - 404 Not Found (27ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 08:56:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (12ms) Started GET "/admin/logout" for 127.0.0.1 at 2013-01-11 08:56:20 +0000 Processing by ActiveAdmin::Devise::SessionsController#destroy as HTML AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 23ms (ActiveRecord: 2.7ms) Started GET "/admin" for 127.0.0.1 at 2013-01-11 08:56:20 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-11 08:56:20 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (3.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (631.8ms) Completed 200 OK in 669ms (Views: 668.2ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 08:56:21 +0000 Served asset /active_admin.css - 404 Not Found (22ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.1ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 08:56:21 +0000 Served asset /active_admin.js - 404 Not Found (33ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 08:56:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started POST "/admin/login" for 127.0.0.1 at 2013-01-11 08:57:37 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vhMCcnWzKVAkawhYC/FAuDasnp9agyQ5WeWgvHrW7qY=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.4ms) UPDATE "admin_users" SET "current_sign_in_at" = '2013-01-11 08:57:38.602732', "sign_in_count" = 2, "updated_at" = '2013-01-11 08:57:38.605956' WHERE "admin_users"."id" = 1  (161.6ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 940ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-11 08:57:39 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (36.9ms) Completed 200 OK in 49ms (Views: 45.2ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 08:57:39 +0000 Served asset /active_admin.css - 404 Not Found (19ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 08:57:39 +0000 Served asset /active_admin.js - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 08:57:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 08:57:41 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.5ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1223.8ms) Completed 200 OK in 1294ms (Views: 1240.8ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 08:57:43 +0000 Served asset /active_admin.css - 404 Not Found (22ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 08:57:43 +0000 Served asset /active_admin.js - 404 Not Found (27ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 08:57:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:01:49 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "admin_users"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (601.8ms) Completed 200 OK in 910ms (Views: 813.9ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:01:50 +0000 Served asset /active_admin.css - 404 Not Found (32ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:01:51 +0000 Served asset /active_admin.js - 404 Not Found (42ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:01:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (16ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2013-01-11 09:02:15 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (66.3ms) Completed 200 OK in 85ms (Views: 73.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:02:15 +0000 Served asset /active_admin.css - 404 Not Found (15ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (6.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:02:15 +0000 Served asset /active_admin.js - 404 Not Found (21ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:02:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:02:17 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "admin_users"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (80.8ms) Completed 200 OK in 94ms (Views: 86.6ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:02:17 +0000 Served asset /active_admin.css - 404 Not Found (24ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:02:17 +0000 Served asset /active_admin.js - 404 Not Found (28ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:02:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:04:00 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (228.3ms) Completed 200 OK in 250ms (Views: 245.3ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:04:00 +0000 Served asset /active_admin.css - 404 Not Found (18ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:04:00 +0000 Served asset /active_admin.js - 404 Not Found (33ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:04:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:04:13 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  (1.9ms) SELECT COUNT(*) FROM "admin_users"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (397.3ms) Completed 200 OK in 571ms (Views: 485.7ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:04:14 +0000 Served asset /active_admin.css - 404 Not Found (31ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:04:14 +0000 Served asset /active_admin.js - 404 Not Found (22ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:04:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Connecting to database specified by database.yml Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:05:19 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "admin_users"  CACHE (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (533.1ms) Completed 200 OK in 678ms (Views: 586.5ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css" for 127.0.0.1 at 2013-01-11 09:05:20 +0000 Served asset /active_admin.css - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.css"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:05:20 +0000 Served asset /active_admin.js - 404 Not Found (19ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin.js"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:05:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:06:47 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (7008ms) (pid 4194)  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (7272.2ms) Completed 200 OK in 7289ms (Views: 7284.8ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-11 09:06:54 +0000 Served asset /active_admin.css - 200 OK (39ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-11 09:06:54 +0000 Compiled active_admin/lib/namespace.js (344ms) (pid 4194) Compiled active_admin/components/jquery.aa.checkbox-toggler.js (38ms) (pid 4194) Compiled active_admin/components/jquery.aa.dropdown-menu.js (25ms) (pid 4194) Compiled active_admin/components/jquery.aa.popover.js (8ms) (pid 4194) Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (6ms) (pid 4194) Compiled active_admin/pages/application.js (2ms) (pid 4194) Compiled active_admin/pages/batch_actions.js (22ms) (pid 4194) Compiled active_admin/application.js (686ms) (pid 4194) Compiled active_admin.js (813ms) (pid 4194) Served asset /active_admin.js - 200 OK (968ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-11 09:06:56 +0000 Served asset /active_admin/orderable.png - 200 OK (88ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:06:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2013-01-11 09:07:00 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (58.4ms) Completed 200 OK in 82ms (Views: 71.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:07:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:07:01 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (93.3ms) Completed 200 OK in 104ms (Views: 100.7ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:07:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/qwester/admin/" for 127.0.0.1 at 2013-01-11 09:07:58 +0000 ActionController::RoutingError (No route matches [GET] "/qwester/admin"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/qwester/" for 127.0.0.1 at 2013-01-11 09:08:11 +0000 ActionController::RoutingError (No route matches [GET] "/qwester"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/qwester/" for 127.0.0.1 at 2013-01-11 09:21:26 +0000 ActionController::RoutingError (No route matches [GET] "/qwester"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.6ms) Started GET "/admin" for 127.0.0.1 at 2013-01-11 09:21:34 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (383.7ms) Completed 200 OK in 543ms (Views: 393.4ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:21:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-11 09:21:36 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (355.5ms) Completed 200 OK in 376ms (Views: 360.7ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:21:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users/1/edit" for 127.0.0.1 at 2013-01-11 09:21:41 +0000 Processing by Admin::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] AdminUser Load (5.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (356.8ms) Completed 200 OK in 383ms (Views: 368.7ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:21:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/admin_users/1" for 127.0.0.1 at 2013-01-11 09:21:54 +0000 Processing by Admin::AdminUsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vhMCcnWzKVAkawhYC/FAuDasnp9agyQ5WeWgvHrW7qY=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Admin user", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (2.2ms) UPDATE "admin_users" SET "encrypted_password" = '$2a$10$q4.R5pkpppsWURaFuQvemeWWT3is9NwCl6bO7et.48uHypYECY0H.', "updated_at" = '2013-01-11 09:21:55.909912' WHERE "admin_users"."id" = 1  (191.9ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 1182ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-01-11 09:21:56 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 3ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-11 09:21:56 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (143.8ms) Completed 200 OK in 477ms (Views: 475.4ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/lib/namespace.js - 200 OK (196ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 200 OK (30ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 200 OK (32ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 200 OK (21ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/pages/application.js - 200 OK (2ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/pages/batch_actions.js - 200 OK (17ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/application.js - 200 OK (43ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin.js - 200 OK (49ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 200 OK (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:21:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-11 09:22:04 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vhMCcnWzKVAkawhYC/FAuDasnp9agyQ5WeWgvHrW7qY=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.1ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-11 08:57:38.602732', "current_sign_in_at" = '2013-01-11 09:22:05.300400', "sign_in_count" = 3, "updated_at" = '2013-01-11 09:22:05.302324' WHERE "admin_users"."id" = 1  (141.5ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 607ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-01-11 09:22:05 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (241.7ms) Completed 200 OK in 268ms (Views: 253.4ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-11 09:22:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (128.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (99.9ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (267.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (247.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (333.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (246.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (198.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (190.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (224.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115940')  (357.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115938') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (2.0ms) CREATE TABLE "questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093144')  (163.7ms) commit transaction Migrating to CreateAnswers (20130111093145)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093145')  (272.5ms) commit transaction Migrating to CreateRuleSets (20130111093146)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093146')  (284.3ms) commit transaction Migrating to CreateQuestionnaires (20130111093147)  (0.2ms) begin transaction  (8.9ms) CREATE TABLE "questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE TABLE "questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093147')  (279.9ms) commit transaction Migrating to CreateAnswerStores (20130111093148)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093148')  (232.9ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130111093149)  (1.1ms) begin transaction  (13.2ms) ALTER TABLE "answers" ADD "questionnaire_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093149')  (221.8ms) commit transaction Migrating to ChangeAnswersValueToString (20130111093150)  (0.1ms) begin transaction  (0.7ms) CREATE TEMPORARY TABLE "altered_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (0.2ms) SELECT * FROM "answers"  (0.3ms) DROP TABLE "answers"  (0.3ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (0.1ms) SELECT * FROM "altered_answers"  (0.3ms) DROP TABLE "altered_answers"  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093150')  (165.5ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.4ms) begin transaction  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144) Migrating to CreateAnswers (20130111093145) Migrating to CreateRuleSets (20130111093146) Migrating to CreateQuestionnaires (20130111093147) Migrating to CreateAnswerStores (20130111093148) Migrating to AddQuestionnaireIdToAnswers (20130111093149) Migrating to ChangeAnswersValueToString (20130111093150) Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144) Migrating to CreateAnswers (20130111093145) Migrating to CreateRuleSets (20130111093146) Migrating to CreateQuestionnaires (20130111093147) Migrating to CreateAnswerStores (20130111093148) Migrating to AddQuestionnaireIdToAnswers (20130111093149) Migrating to ChangeAnswersValueToString (20130111093150) Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144) Migrating to CreateAnswers (20130111093145) Migrating to CreateRuleSets (20130111093146) Migrating to CreateQuestionnaires (20130111093147) Migrating to CreateAnswerStores (20130111093148) Migrating to AddQuestionnaireIdToAnswers (20130111093149) Migrating to ChangeAnswersValueToString (20130111093150) Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144) Migrating to CreateAnswers (20130111093145) Migrating to CreateRuleSets (20130111093146) Migrating to CreateQuestionnaires (20130111093147) Migrating to CreateAnswerStores (20130111093148) Migrating to AddQuestionnaireIdToAnswers (20130111093149) Migrating to ChangeAnswersValueToString (20130111093150) Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111093144) Migrating to CreateAnswers (20130111093145) Migrating to CreateRuleSets (20130111093146) Migrating to CreateQuestionnaires (20130111093147) Migrating to CreateAnswerStores (20130111093148) Migrating to AddQuestionnaireIdToAnswers (20130111093149) Migrating to ChangeAnswersValueToString (20130111093150) Migrating to AddButtonImageToQuestionnaires (20130111093151)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (3.1ms) ALTER TABLE "questionnaires" ADD "button_image_file_name" varchar(255)  (0.2ms) ALTER TABLE "questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "questionnaires" ADD "button_image_file_size" integer  (0.2ms) ALTER TABLE "questionnaires" ADD "button_image_updated_at" datetime  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093151')  (675.9ms) commit transaction Migrating to CreateCkeditorAssets (20130111093152)  (0.2ms) begin transaction  (5.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (5.3ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (4.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093152')  (335.8ms) commit transaction Migrating to AddRefToQuestions (20130111093153)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "questions" ADD "ref" varchar(255)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093153')  (378.7ms) commit transaction Migrating to AddCopeIndexAndPositionToAnswers (20130111093154)  (0.2ms) begin transaction  (10.4ms) ALTER TABLE "answers" ADD "position" integer  (0.3ms) ALTER TABLE "answers" ADD "cope_index" integer DEFAULT 0  (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093154')  (706.9ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130111093155)  (0.4ms) begin transaction  (7.4ms) CREATE TEMPORARY TABLE "altered_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer, "cope_index" integer DEFAULT 0)  (0.3ms) SELECT * FROM "answers"  (0.5ms) DROP TABLE "answers"  (0.6ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)   (9.8ms) SELECT * FROM "altered_answers"  (0.6ms) DROP TABLE "altered_answers"  (5.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093155')  (571.9ms) commit transaction Migrating to AddRuleToRuleSets (20130111093156)  (0.4ms) begin transaction  (13.5ms) ALTER TABLE "rule_sets" ADD "rule" text  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093156')  (546.1ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130111093157)  (0.1ms) begin transaction  (0.7ms) ALTER TABLE "questions" ADD "multi_answer" boolean  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093157')  (534.9ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130111093158)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093158')  (692.5ms) commit transaction Migrating to AddLinkTextToRuleSets (20130111093159)  (0.2ms) begin transaction  (4.5ms) ALTER TABLE "rule_sets" ADD "link_text" varchar(255)  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111093159')  (657.1ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (219.0ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (272.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (266.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (224.0ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (205.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (180.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (160.6ms) CREATE TABLE "answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (233.2ms) CREATE TABLE "answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)  (390.2ms) CREATE TABLE "answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (241.1ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)  (324.9ms) CREATE TABLE "answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (335.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (317.8ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (272.4ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (176.4ms) CREATE TABLE "questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "button_image_file_name" varchar(255), "button_image_content_type" varchar(255), "button_image_file_size" integer, "button_image_updated_at" datetime)   (124.3ms) CREATE TABLE "questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (132.6ms) CREATE TABLE "questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ref" varchar(255), "multi_answer" boolean)   (187.1ms) CREATE TABLE "rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))  (142.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (131.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (208.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093159')  (249.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093154')  (232.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093144')  (241.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093146')  (315.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093150')  (124.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093149')  (182.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093156')  (236.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093147')  (315.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115940')  (203.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115938')  (258.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093151')  (199.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093145')  (132.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093148')  (224.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093153')  (358.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093152')  (348.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093158')  (267.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093157')  (307.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093155') Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (658.0ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (497.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (388.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (656.0ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (658.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (498.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (554.4ms) CREATE TABLE "answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (434.0ms) CREATE TABLE "answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)  (660.5ms) CREATE TABLE "answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (811.5ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)  (825.8ms) CREATE TABLE "answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (828.2ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (509.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (763.9ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (595.2ms) CREATE TABLE "questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "button_image_file_name" varchar(255), "button_image_content_type" varchar(255), "button_image_file_size" integer, "button_image_updated_at" datetime)   (650.5ms) CREATE TABLE "questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (1218.7ms) CREATE TABLE "questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ref" varchar(255), "multi_answer" boolean)   (705.5ms) CREATE TABLE "rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))  (828.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (732.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (702.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093159')  (746.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093154')  (707.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093144')  (806.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093146')  (736.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093150')  (413.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093149')  (445.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093156')  (796.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093147')  (387.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115940')  (611.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115938')  (386.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093151')  (880.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093145')  (634.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093148')  (601.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093153')  (731.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093152')  (699.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093158')  (1407.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093157')  (177.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093155') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (328.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (216.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (213.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (162.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (115.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (116.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (125.8ms) CREATE TABLE "answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (107.8ms) CREATE TABLE "answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (106.6ms) CREATE TABLE "answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)  (123.8ms) CREATE TABLE "answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)   (200.8ms) CREATE TABLE "answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)  (352.5ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (202.3ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (423.3ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (260.8ms) CREATE TABLE "questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "button_image_file_name" varchar(255), "button_image_content_type" varchar(255), "button_image_file_size" integer, "button_image_updated_at" datetime)  (324.0ms) CREATE TABLE "questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)   (271.3ms) CREATE TABLE "questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ref" varchar(255), "multi_answer" boolean)  (157.2ms) CREATE TABLE "rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))   (138.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (149.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (146.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111093159')  (208.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115940')  (148.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115938')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) SELECT COUNT(*) FROM "admin_users"  AdminUser Exists (0.5ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction AdminUser Exists (0.2ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 AdminUser Exists (0.1ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.7ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 11 Jan 2013 11:28:41 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@warwickshire.gov.uk"], ["encrypted_password", "$2a$10$hZ5EI.3svIPEpU1fq56bxub3cdgxYw1G/5p4RZ1DRLBfqPcNQPQii"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 11 Jan 2013 11:28:41 UTC +00:00]]  (147.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "admin_users" Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (2.2ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112924')  (177.3ms) commit transaction Migrating to CreateAnswers (20130111112925)  (0.4ms) begin transaction  (0.8ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112925')  (213.1ms) commit transaction Migrating to CreateRuleSets (20130111112926)  (0.1ms) begin transaction  (2.8ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112926')  (112.3ms) commit transaction Migrating to CreateQuestionnaires (20130111112927)  (0.2ms) begin transaction  (4.7ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112927')  (181.6ms) commit transaction Migrating to CreateAnswerStores (20130111112928)  (0.1ms) begin transaction  (2.9ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112928')  (142.5ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130111112929)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_answers" ADD "questionnaire_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112929')  (152.7ms) commit transaction Migrating to ChangeAnswersValueToString (20130111112930)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (0.2ms) SELECT * FROM "qwester_answers"  (2.0ms) DROP TABLE "qwester_answers"  (1.4ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (0.1ms) SELECT * FROM "altered_qwester_answers"  (0.4ms) DROP TABLE "altered_qwester_answers"  (2.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112930')  (133.4ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130111112931)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_name" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_size" integer  (0.0ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_updated_at" datetime  (1.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112931')  (133.7ms) commit transaction Migrating to CreateCkeditorAssets (20130111112932)  (0.2ms) begin transaction  (2.8ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.9ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id") SQLite3::SQLException: no such table: main.qwester_ckeditor_assets: CREATE INDEX "idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (3.0ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id") SQLite3::SQLException: index idx_ckeditor_assetable_type already exists: CREATE INDEX "idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.6ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (3.7ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (2.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112932')  (391.4ms) commit transaction Migrating to AddRefToQuestions (20130111112933)  (0.3ms) begin transaction  (0.9ms) ALTER TABLE "qwester_questions" ADD "ref" varchar(255)  (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112933')  (173.5ms) commit transaction Migrating to AddCopeIndexAndPositionToAnswers (20130111112934)  (0.2ms) begin transaction  (5.2ms) ALTER TABLE "qwester_answers" ADD "position" integer  (0.3ms) ALTER TABLE "qwester_answers" ADD "cope_index" integer DEFAULT 0  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112934')  (118.5ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130111112935)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer, "cope_index" integer DEFAULT 0)   (0.2ms) SELECT * FROM "qwester_answers"  (2.1ms) DROP TABLE "qwester_answers"  (1.2ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)  (0.1ms) SELECT * FROM "altered_qwester_answers"  (0.3ms) DROP TABLE "altered_qwester_answers"  (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112935')  (114.7ms) commit transaction Migrating to AddRuleToRuleSets (20130111112936)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_rule_sets" ADD "rule" text  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112936')  (196.8ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130111112937)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_questions" ADD "multi_answer" boolean  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112937')  (177.6ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130111112938)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)  (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112938')  (137.5ms) commit transaction Migrating to AddLinkTextToRuleSets (20130111112939)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_rule_sets" ADD "link_text" varchar(255)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112939')  (146.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (1.1ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.1ms) SELECT * FROM "qwester_questionnaires_questions"  (1.7ms) DROP TABLE "qwester_questionnaires_questions"  (1.0ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)   (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.3ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.2ms) UPDATE questionnaires_questions SET created_at = now(), updated_at = now(); SQLite3::SQLException: no such function: now: UPDATE questionnaires_questions SET created_at = now(), updated_at = now();  (2.7ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.6ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.1ms) SELECT * FROM "qwester_questionnaires_questions"  (1.9ms) DROP TABLE "qwester_questionnaires_questions"  (1.4ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)   (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.3ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = 2013-01-11 12:18:10, updated_at = 2013-01-11 12:18:10; SQLite3::SQLException: near "12": syntax error: UPDATE qwester_questionnaires_questions SET created_at = 2013-01-11 12:18:10, updated_at = 2013-01-11 12:18:10;  (0.8ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.6ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.1ms) SELECT * FROM "qwester_questionnaires_questions"  (2.3ms) DROP TABLE "qwester_questionnaires_questions"  (1.1ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)   (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.3ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = '2013-01-11 12:18:41', updated_at = '2013-01-11 12:18:41';  (4.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111121500')  (307.8ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) START TRANSACTION; SQLite3::SQLException: near "START": syntax error: START TRANSACTION; Connecting to database specified by database.yml Connecting to database specified by database.yml Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Connecting to database specified by database.yml Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-14 10:24:26 +0000 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.9ms) Started GET "/qwester/" for 127.0.0.1 at 2013-01-14 10:24:35 +0000 ActionController::RoutingError (No route matches [GET] "/qwester"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (6.0ms) Started GET "/qwester/users" for 127.0.0.1 at 2013-01-14 10:24:45 +0000 ActionController::RoutingError (No route matches [GET] "/qwester/users"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/qwester/admin" for 127.0.0.1 at 2013-01-14 10:24:50 +0000 ActionController::RoutingError (No route matches [GET] "/qwester/admin"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/qwester/admin" for 127.0.0.1 at 2013-01-14 10:34:08 +0000 ActionController::RoutingError (No route matches [GET] "/qwester/admin"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.7ms) Started GET "/admin" for 127.0.0.1 at 2013-01-14 10:34:14 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-14 10:34:15 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (1165.5ms) Completed 200 OK in 2064ms (Views: 2019.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:34:17 +0000 Served asset /active_admin.css - 200 OK (102ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin/application.js - 304 Not Modified (35ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:18 +0000 Served asset /active_admin.js - 304 Not Modified (40ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:34:19 +0000 Served asset /active_admin/print.css - 200 OK (5ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-14 10:34:27 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 511ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (38.7ms) Completed 200 OK in 567ms (Views: 127.7ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-14 10:34:28 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-14 10:34:32 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.9ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-14 10:34:32.739787', "current_sign_in_at" = '2013-01-14 10:34:32.739787', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-01-14 10:34:32.746914' WHERE "admin_users"."id" = 1  (175.4ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 724ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-14 10:34:33 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (103.6ms) Completed 200 OK in 133ms (Views: 131.2ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:34:33 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-14 10:42:18 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (5.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (289.0ms) Completed 200 OK in 398ms (Views: 350.5ms | ActiveRecord: 6.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:19 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:19 +0000 Served asset /active_admin.js - 304 Not Modified (54ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 10:42:24 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (767.6ms) Completed 200 OK in 923ms (Views: 810.7ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:25 +0000 Served asset /active_admin.css - 304 Not Modified (109ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:25 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-14 10:42:25 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (41ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 10:42:29 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (434.5ms) Completed 200 OK in 452ms (Views: 439.3ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:30 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:30 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 10:42:33 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (528.9ms) Completed 200 OK in 544ms (Views: 537.9ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:34 +0000 Served asset /active_admin.css - 304 Not Modified (76ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:34 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-14 10:42:37 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (396.2ms) Completed 200 OK in 409ms (Views: 402.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:37 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:38 +0000 Served asset /active_admin.js - 304 Not Modified (86ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 10:42:39 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (400.9ms) Completed 200 OK in 419ms (Views: 410.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:40 +0000 Served asset /active_admin.css - 304 Not Modified (197ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:40 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_answers/new" for 127.0.0.1 at 2013-01-14 10:42:43 +0000 Processing by Admin::QwesterAnswersController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (296.2ms) Completed 200 OK in 352ms (Views: 333.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:43 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:43 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 10:42:47 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (481.8ms) Completed 200 OK in 490ms (Views: 485.0ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:48 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 10:42:48 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 10:42:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-14 11:38:59 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (814.0ms) Completed 200 OK in 1016ms (Views: 906.9ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 11:39:00 +0000 Served asset /active_admin.css - 304 Not Modified (148ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 11:39:01 +0000 Served asset /active_admin.js - 304 Not Modified (48ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 11:39:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (12ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 11:51:22 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (909.4ms) Completed 200 OK in 1109ms (Views: 975.9ms | ActiveRecord: 3.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 11:51:24 +0000 Served asset /active_admin.css - 304 Not Modified (103ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 11:51:24 +0000 Served asset /active_admin.js - 304 Not Modified (51ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 11:51:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 11:51:27 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (187.3ms) Completed 500 Internal Server Error in 303ms ActiveRecord::RecordNotFound (Couldn't find Qwester::Question without an ID): activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:310:in `find_with_ids' activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.11) lib/active_record/querying.rb:5:in `find' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:44:in `resource' activeadmin (0.5.1) lib/active_admin/resource_controller/decorators.rb:8:in `resource' actionpack (3.2.11) lib/abstract_controller/helpers.rb:53:in `resource' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:38:in `default_form_path' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:32:in `default_form_options' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:17:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__817877722_95937230' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__817877722_95937230' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__750667474__process_action__489731209__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__968942057__call__1052146327__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.9ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 12:16:50 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (526.4ms) Completed 500 Internal Server Error in 1111ms ActiveRecord::RecordNotFound (Couldn't find Qwester::Question without an ID): activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:310:in `find_with_ids' activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.11) lib/active_record/querying.rb:5:in `find' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:44:in `resource' activeadmin (0.5.1) lib/active_admin/resource_controller/decorators.rb:8:in `resource' actionpack (3.2.11) lib/abstract_controller/helpers.rb:53:in `resource' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:38:in `default_form_path' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:32:in `default_form_options' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:17:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__929659601__638503148' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__929659601__638503148' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__147245619__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (51.9ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 12:18:00 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (148.5ms) Completed 500 Internal Server Error in 187ms ActiveRecord::RecordNotFound (Couldn't find Qwester::Question without an ID): activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:310:in `find_with_ids' activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.11) lib/active_record/querying.rb:5:in `find' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:44:in `resource' activeadmin (0.5.1) lib/active_admin/resource_controller/decorators.rb:8:in `resource' actionpack (3.2.11) lib/abstract_controller/helpers.rb:53:in `resource' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:38:in `default_form_path' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:32:in `default_form_options' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:17:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__929659601__638503148' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__929659601__638503148' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__147245619__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.0ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 12:18:04 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (920.0ms) Completed 200 OK in 957ms (Views: 934.8ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:18:05 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:18:05 +0000 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-14 12:18:06 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (39ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:18:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 12:18:07 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (125.9ms) Completed 500 Internal Server Error in 148ms ActionView::Template::Error (undefined local variable or method `question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:20:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__141772370__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms) Started GET "/admin/qwester_questions/1/edit" for 127.0.0.1 at 2013-01-14 12:18:26 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (749.5ms) Completed 200 OK in 799ms (Views: 781.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:18:26 +0000 Served asset /active_admin.css - 304 Not Modified (69ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:18:27 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:18:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started PUT "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 12:18:37 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"hi there", "description"=>"", "multi_answer"=>"0"}, "commit"=>"Update Question", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (2.1ms) UPDATE "qwester_questions" SET "ref" = '', "title" = 'hi there', "description" = '', "multi_answer" = 'f', "updated_at" = '2013-01-14 12:18:37.836571' WHERE "qwester_questions"."id" = 1  (135.7ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/1 Completed 302 Found in 232ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 12:18:38 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (141.9ms) Completed 500 Internal Server Error in 155ms ActionView::Template::Error (undefined local variable or method `question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:20:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__141772370__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.1ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 12:22:22 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (148.6ms) Completed 200 OK in 204ms (Views: 154.1ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:22:23 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:22:23 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:22:23 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 12:24:34 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (2.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (123.1ms) Completed 200 OK in 273ms (Views: 127.0ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:35 +0000 Served asset /active_admin.css - 304 Not Modified (191ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:24:35 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 12:24:38 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (862.0ms) Completed 200 OK in 875ms (Views: 864.5ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:39 +0000 Served asset /active_admin.css - 304 Not Modified (308ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:24:39 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 12:24:42 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (8.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (672.4ms) Completed 200 OK in 732ms (Views: 701.9ms | ActiveRecord: 9.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:42 +0000 Served asset /active_admin.css - 304 Not Modified (63ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:24:43 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:24:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 12:25:11 +0000 Processing by Admin::QwesterQuestionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"This is a question", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0"}, "2"=>{"value"=>"Not applicable", "position"=>"3", "cope_index"=>"0"}}}, "commit"=>"Create Question"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (5.3ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["depth", nil], ["description", ""], ["lft", nil], ["multi_answer", false], ["parent_id", nil], ["ref", ""], ["rgt", nil], ["title", "This is a question"], ["updated_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00]] SQL (0.1ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1) SQL (0.3ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["position", 1], ["question_id", 2], ["updated_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["value", "Yes"]] SQL (0.1ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 2) SQL (0.2ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["position", 2], ["question_id", 2], ["updated_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["value", "No"]] SQL (0.1ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 3) SQL (0.1ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["position", 3], ["question_id", 2], ["updated_at", Mon, 14 Jan 2013 12:25:11 UTC +00:00], ["value", "Not applicable"]]  (223.2ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 292ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:25:11 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (131.5ms) Completed 200 OK in 144ms (Views: 136.9ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:25:12 +0000 Served asset /active_admin.css - 304 Not Modified (96ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:25:12 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:25:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:25:37 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (157.7ms) Completed 500 Internal Server Error in 228ms ActionView::Template::Error (undefined local variable or method `question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__141772370__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.8ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:26:19 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (155.9ms) Completed 500 Internal Server Error in 214ms ActionView::Template::Error (undefined method `move_down_admin_question_answer_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__427400021_100297930' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__549474949__process_action__141772370__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__358204179__call__1023471897__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:28:24 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (5.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (411.3ms) Completed 500 Internal Server Error in 799ms ActionView::Template::Error (undefined method `move_down_admin_qwester_question_answer_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__556905686__process_action__121654508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1057689214__call__991914376__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (74.3ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:29:17 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (155.6ms) Completed 500 Internal Server Error in 220ms ActionView::Template::Error (undefined method `qwester_move_down_admin_qwester_question_answer_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__556905686__process_action__121654508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1057689214__call__991914376__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.6ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:30:07 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (162.3ms) Completed 500 Internal Server Error in 219ms ActionView::Template::Error (undefined method `move_down_admin_qwester_answer_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__556905686__process_action__121654508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1057689214__call__991914376__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.7ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:30:47 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (163.5ms) Completed 500 Internal Server Error in 279ms ActionView::Template::Error (undefined method `move_down_admin_qwester_question_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__556905686__process_action__121654508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1057689214__call__991914376__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.8ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:31:06 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (2.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (153.6ms) Completed 500 Internal Server Error in 219ms ActionView::Template::Error (undefined method `move_down_admin_qwester_questions_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:33:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1071589963_75829790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__556905686__process_action__121654508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1057689214__call__991914376__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.9ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:31:46 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (163.6ms) Completed 200 OK in 225ms (Views: 174.4ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 12:31:47 +0000 Served asset /active_admin.css - 304 Not Modified (97ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 12:31:47 +0000 Served asset /active_admin.js - 304 Not Modified (57ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 12:31:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:45:44 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (411.4ms) Completed 500 Internal Server Error in 602ms ActionView::Template::Error (undefined local variable or method `question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:32:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___671887207_68492850' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___671887207_68492850' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__434020645__process_action__992528145__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__456271168__call__979125182__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:47:52 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (685.6ms) Completed 500 Internal Server Error in 867ms ActionView::Template::Error (undefined method `move_up_admin_qwester_question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:32:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__1002598695_82613860' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__1002598695_82613860' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__704811520__process_action__298903433__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__665660587__call__963023516__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.6ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 12:48:45 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (392.4ms) Completed 500 Internal Server Error in 643ms ActionView::Template::Error (undefined method `move_up_admin_qwester_question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:39:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:37:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:36:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:32:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__662153264_73065530' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__662153264_73065530' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__483180006__process_action__107515046__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1001792593__call__1048914276__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:00:02 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (151.8ms) Completed 200 OK in 222ms (Views: 161.3ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 13:00:03 +0000 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 13:00:03 +0000 Served asset /active_admin.js - 304 Not Modified (53ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 13:00:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:00:38 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (3.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (154.4ms) Completed 500 Internal Server Error in 217ms ActionView::Template::Error (undefined local variable or method `question' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:32:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:30:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:29:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/questions.rb:25:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__662153264_73065530' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__662153264_73065530' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__483180006__process_action__107515046__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1001792593__call__1048914276__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.8ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:02:19 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (154.1ms) Completed 200 OK in 217ms (Views: 158.4ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:20 +0000 Served asset /active_admin.css - 304 Not Modified (138ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 13:02:21 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:02:45 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (3.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (157.2ms) Completed 200 OK in 218ms (Views: 157.7ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:46 +0000 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 13:02:46 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_answers/2/move_up" for 127.0.0.1 at 2013-01-14 13:02:59 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (4.3ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 13:02:59.137304' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.4ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 1)  (0.2ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 13:02:59.218734' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (119.4ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 242ms (ActiveRecord: 125.8ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:02:59 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (184.1ms) Completed 200 OK in 194ms (Views: 191.6ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:59 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 13:02:59 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 13:02:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/1/move_up" for 127.0.0.1 at 2013-01-14 13:03:02 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"1"} AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.4ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 13:03:02.171927' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.2ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 2)  (0.1ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 13:03:02.181606' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (242.9ms) commit transaction Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 267ms (ActiveRecord: 246.5ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 13:03:02 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (2.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (175.6ms) Completed 200 OK in 194ms (Views: 177.9ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 13:03:02 +0000 Served asset /active_admin.css - 304 Not Modified (82ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 13:03:02 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 13:03:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:14:10 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (352.1ms) Completed 200 OK in 442ms (Views: 366.2ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:11 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:14:11 +0000 Served asset /active_admin.js - 304 Not Modified (132ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_answers/1/move_down" for 127.0.0.1 at 2013-01-14 14:14:13 +0000 Processing by Admin::QwesterAnswersController#move_down as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (1.9ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:14:13.926893' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1) SQL (0.6ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1 AND position < 2 AND id != 2)  (0.1ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:14:13.933202' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2)  (109.8ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 135ms (ActiveRecord: 113.7ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:14:14 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (143.8ms) Completed 200 OK in 167ms (Views: 164.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:14 +0000 Served asset /active_admin.css - 304 Not Modified (184ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:14:14 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/1/move_up" for 127.0.0.1 at 2013-01-14 14:14:17 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (1.5ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:14:17.681365' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.2ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 2)  (0.1ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:14:17.686151' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (151.5ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 181ms (ActiveRecord: 154.6ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:14:17 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (270.3ms) Completed 200 OK in 283ms (Views: 277.5ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:18 +0000 Served asset /active_admin.css - 304 Not Modified (60ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:14:18 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_answers/1/move_down" for 127.0.0.1 at 2013-01-14 14:14:20 +0000 Processing by Admin::QwesterAnswersController#move_down as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.4ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:14:20.231967' WHERE "qwester_answers"."id" = 2  (5.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1) SQL (0.9ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1 AND position < 2 AND id != 2)  (0.2ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:14:20.242959' WHERE "qwester_answers"."id" = 1  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2)  (151.4ms) commit transaction Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 182ms (ActiveRecord: 159.2ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:14:20 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (3.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (361.0ms) Completed 200 OK in 387ms (Views: 371.8ms | ActiveRecord: 4.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:21 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:14:21 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_answers/1/move_up" for 127.0.0.1 at 2013-01-14 14:14:22 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.4ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:14:22.623674' WHERE "qwester_answers"."id" = 2  (6.9ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.3ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 2)  (0.1ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:14:22.752533' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (95.8ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 247ms (ActiveRecord: 104.7ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:14:22 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (166.2ms) Completed 200 OK in 185ms (Views: 175.3ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:23 +0000 Served asset /active_admin.css - 304 Not Modified (171ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:14:23 +0000 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:14:23 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:15:55 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (176.9ms) Completed 200 OK in 226ms (Views: 180.0ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:15:56 +0000 Served asset /active_admin.css - 304 Not Modified (64ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:15:56 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:15:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/3/remove" for 127.0.0.1 at 2013-01-14 14:15:58 +0000 Processing by Admin::QwesterAnswersController#remove as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Qwester::Answer Load (1.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 3]] Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answer_stores"."id" = "qwester_answer_stores_answers"."answer_store_id" WHERE "qwester_answer_stores_answers"."answer_id" = 3 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" INNER JOIN "qwester_answers_rule_sets" ON "qwester_rule_sets"."id" = "qwester_answers_rule_sets"."rule_set_id" WHERE "qwester_answers_rule_sets"."answer_id" = 3 SQL (2.3ms) DELETE FROM "qwester_answers" WHERE "qwester_answers"."id" = ? [["id", 3]] SQL (0.2ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 3)  (149.2ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 263ms (ActiveRecord: 155.5ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:15:59 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (199.1ms) Completed 200 OK in 209ms (Views: 204.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:15:59 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:15:59 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:15:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2/edit" for 127.0.0.1 at 2013-01-14 14:16:26 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (801.8ms) Completed 200 OK in 824ms (Views: 805.2ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:16:27 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:16:27 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:16:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2/edit" for 127.0.0.1 at 2013-01-14 14:18:13 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (574.8ms) Completed 200 OK in 671ms (Views: 592.5ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:15 +0000 Served asset /active_admin.css - 304 Not Modified (56ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:18:15 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:18:19 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (111.7ms) Completed 200 OK in 129ms (Views: 117.7ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:19 +0000 Served asset /active_admin.css - 304 Not Modified (178ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:18:19 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/2/remove" for 127.0.0.1 at 2013-01-14 14:18:22 +0000 Processing by Admin::QwesterAnswersController#remove as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Question Load (1.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:18:22 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (209.5ms) Completed 200 OK in 244ms (Views: 222.0ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:22 +0000 Served asset /active_admin.css - 304 Not Modified (47ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:18:22 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:18:25 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (185.1ms) Completed 200 OK in 200ms (Views: 196.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:25 +0000 Served asset /active_admin.css - 304 Not Modified (63ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:18:25 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/2/remove" for 127.0.0.1 at 2013-01-14 14:18:27 +0000 Processing by Admin::QwesterAnswersController#remove as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:18:27 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.9ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (227.1ms) Completed 200 OK in 241ms (Views: 237.4ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:27 +0000 Served asset /active_admin.css - 304 Not Modified (201ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:18:27 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:18:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_answers/2/remove" for 127.0.0.1 at 2013-01-14 14:21:53 +0000 Processing by Admin::QwesterAnswersController#remove as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 224ms (ActiveRecord: 1.4ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:21:54 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (312.4ms) Completed 200 OK in 443ms (Views: 429.0ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:21:54 +0000 Served asset /active_admin.css - 304 Not Modified (120ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:21:55 +0000 Compiled jquery.js (17ms) (pid 6615) Compiled jquery-ui.js (29ms) (pid 6615) Compiled jquery_ujs.js (0ms) (pid 6615) Compiled active_admin/base.js (305ms) (pid 6615) Compiled active_admin.js (357ms) (pid 6615) Served asset /active_admin.js - 200 OK (576ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:21:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Started GET "/admin/qwester_questions/2/edit" for 127.0.0.1 at 2013-01-14 14:22:21 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1424.9ms) Completed 200 OK in 1557ms (Views: 1428.4ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:24 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:22:24 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:22:43 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"This is a question", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0", "id"=>"1"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0", "id"=>"2"}, "1358173347484"=>{"value"=>"Maybe", "position"=>"3", "cope_index"=>"0"}, "1358173361389"=>{"value"=>"", "position"=>"", "cope_index"=>"0"}}}, "commit"=>"Update Question", "id"=>"2"} AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."id" IN (1, 2) ORDER BY position  (0.1ms) begin transaction  (0.1ms) rollback transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (953.5ms) Completed 200 OK in 981ms (Views: 956.1ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:44 +0000 Served asset /active_admin.css - 304 Not Modified (71ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:22:44 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (23ms) Started PUT "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:22:52 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"This is a question", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0", "id"=>"1"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0", "id"=>"2"}, "2"=>{"value"=>"Maybe", "position"=>"3", "cope_index"=>"0"}}}, "commit"=>"Update Question", "id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."id" IN (1, 2) ORDER BY position  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 3) SQL (184.9ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 14:22:52 UTC +00:00], ["position", 3], ["question_id", 2], ["updated_at", Mon, 14 Jan 2013 14:22:52 UTC +00:00], ["value", "Maybe"]]  (172.3ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 439ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:22:53 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (291.2ms) Completed 200 OK in 320ms (Views: 300.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:53 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:22:53 +0000 Served asset /active_admin.js - 304 Not Modified (132ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:22:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:23:36 +0000 SyntaxError (/home/rob/web/qwester/lib/active_admin/admin/questions.rb:41: syntax error, unexpected tCONSTANT, expecting ')' f.inputs "Details" do ^ /home/rob/web/qwester/lib/active_admin/admin/questions.rb:41: unterminated string meets end of file /home/rob/web/qwester/lib/active_admin/admin/questions.rb:41: syntax error, unexpected $end, expecting keyword_end): config/routes.rb:4:in `block in ' config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:23:53 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (150.9ms) Completed 200 OK in 281ms (Views: 160.3ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:23:54 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:23:54 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:23:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 14:24:34 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.6ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (186.4ms) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (undefined method `edit_admin_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:11:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:10:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb__798695733__632032858' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb__798695733__632032858' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__662028582__process_action__49976508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__653180443__call__133818908__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 14:25:15 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (605.8ms) Completed 200 OK in 653ms (Views: 610.2ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:16 +0000 Served asset /active_admin.css - 304 Not Modified (165ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:16 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-14 14:25:17 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (13ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-14 14:25:17 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (33ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2013-01-14 14:25:17 +0000 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (36ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questions/2/edit" for 127.0.0.1 at 2013-01-14 14:25:21 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (391.5ms) Completed 200 OK in 403ms (Views: 396.4ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:21 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:21 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_answers/4" for 127.0.0.1 at 2013-01-14 14:25:27 +0000 Processing by Admin::QwesterAnswersController#show as HTML Parameters: {"id"=>"4"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (5.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Answer' AND "active_admin_comments"."resource_id" = '4' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Answer' AND "active_admin_comments"."resource_id" = '4' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (448.6ms) Completed 200 OK in 468ms (Views: 455.6ms | ActiveRecord: 6.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:27 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:27 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_answers/new" for 127.0.0.1 at 2013-01-14 14:25:39 +0000 Processing by Admin::QwesterAnswersController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (1.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (351.1ms) Completed 200 OK in 375ms (Views: 364.7ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:40 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:40 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (116ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 14:25:44 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (5.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (522.2ms) Completed 200 OK in 531ms (Views: 521.2ms | ActiveRecord: 6.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:45 +0000 Served asset /active_admin.css - 304 Not Modified (197ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:45 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 14:25:56 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (530.6ms) Completed 200 OK in 545ms (Views: 529.9ms | ActiveRecord: 7.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:56 +0000 Served asset /active_admin.css - 304 Not Modified (164ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:25:57 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:25:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:25:59 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (184.2ms) Completed 500 Internal Server Error in 207ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:19:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:17:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__220492708__process_action__709336543__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__653180443__call__133818908__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:26:56 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (184.1ms) Completed 500 Internal Server Error in 235ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__220492708__process_action__709336543__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__653180443__call__133818908__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.5ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:27:14 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (190.0ms) Completed 500 Internal Server Error in 242ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___169177299_92720150' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__220492708__process_action__709336543__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__653180443__call__133818908__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (105.6ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:27:23 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:24) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (430.2ms) Completed 200 OK in 554ms (Views: 434.6ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:27:24 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:27:24 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:27:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:27:31 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:24) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (362.5ms) Completed 200 OK in 410ms (Views: 369.3ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:27:32 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:27:32 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-01-14 14:27:32 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:27:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:29:37 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (555.3ms) Completed 500 Internal Server Error in 773ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___848525881_91294740' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___848525881_91294740' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__816195607__process_action__591692721__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__681800642__call__502252851__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.7ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:30:03 +0000 NoMethodError (undefined method `[]=' for nil:NilClass): config/routes.rb:4:in `block in ' config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.4ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:31:26 +0000 NoMethodError (undefined method `[]=' for nil:NilClass): config/routes.rb:6:in `block in ' config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:39:41 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (569.8ms) Completed 500 Internal Server Error in 758ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__1013463684_82870600' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__1013463684_82870600' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__275984199__process_action__460071337__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__997896846__call__982966970__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.8ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:40:03 +0000 NameError (uninitialized constant Ckeditor): config/routes.rb:4:in `block in ' config/routes.rb:2:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.6ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:40:17 +0000 NoMethodError (undefined method `[]=' for nil:NilClass): config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (12.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (35.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:42:52 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (552.5ms) Completed 500 Internal Server Error in 747ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__984090030_80484790' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__984090030_80484790' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__186545669__process_action__164188434__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__81936076__call__663916463__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.4ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:43:42 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (642.8ms) Completed 500 Internal Server Error in 883ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___185026587_80740700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___185026587_80740700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__431983025__process_action__498631483__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__134126485__call__40692120__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.4ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:47:12 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (138.2ms) Completed 500 Internal Server Error in 151ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___185026587_80740700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___185026587_80740700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__431983025__process_action__498631483__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__134126485__call__40692120__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.8ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 14:47:19 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.0ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (652.5ms) Completed 200 OK in 670ms (Views: 655.5ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:20 +0000 Served asset /active_admin.css - 304 Not Modified (120ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:20 +0000 Compiled active_admin.js (6ms) (pid 6851) Served asset /active_admin.js - 200 OK (167ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 14:47:25 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (4.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1153.2ms) Completed 200 OK in 1176ms (Views: 1162.2ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:26 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:26 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:47:28 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (320.1ms) Completed 200 OK in 329ms (Views: 322.8ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:29 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:29 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:29 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:47:33 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (234.4ms) Completed 200 OK in 249ms (Views: 242.0ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:34 +0000 Served asset /active_admin.css - 304 Not Modified (165ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:34 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:47:37 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (141.0ms) Completed 200 OK in 155ms (Views: 150.7ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:37 +0000 Served asset /active_admin.css - 304 Not Modified (221ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:37 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:47:43 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (197.5ms) Completed 200 OK in 211ms (Views: 203.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:44 +0000 Served asset /active_admin.css - 304 Not Modified (69ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:44 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/2/move_up" for 127.0.0.1 at 2013-01-14 14:47:46 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"2"} AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (7.9ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:47:46.299499' WHERE "qwester_answers"."id" = 1  (0.3ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.3ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 1)  (0.2ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:47:46.377147' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (204.3ms) commit transaction Qwester::Question Load (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 307ms (ActiveRecord: 217.8ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:47:46 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (263.3ms) Completed 200 OK in 274ms (Views: 268.5ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:47 +0000 Served asset /active_admin.css - 304 Not Modified (90ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:47 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/2/move_down" for 127.0.0.1 at 2013-01-14 14:47:49 +0000 Processing by Admin::QwesterAnswersController#move_down as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.3ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:47:49.138568' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1) SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1 AND position < 2 AND id != 1)  (0.1ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:47:49.145022' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2)  (162.1ms) commit transaction Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 187ms (ActiveRecord: 163.9ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:47:49 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (89.3ms) Completed 200 OK in 96ms (Views: 92.0ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:49 +0000 Served asset /active_admin.css - 304 Not Modified (152ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:47:49 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:47:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 14:48:07 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1314.6ms) Completed 200 OK in 1513ms (Views: 1398.3ms | ActiveRecord: 3.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:09 +0000 Served asset /active_admin.css - 304 Not Modified (117ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:48:09 +0000 Error compiling asset application.js: Sprockets::FileNotFound: couldn't find file 'ckeditor/init' (in /home/rob/web/qwester/test/dummy/app/assets/javascripts/application.js:15) Served asset /application.js - 500 Internal Server Error Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:48:09 +0000 Served asset /active_admin.js - 304 Not Modified (61ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:48:12 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (239.9ms) Completed 200 OK in 251ms (Views: 243.0ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:13 +0000 Served asset /active_admin.css - 304 Not Modified (79ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:48:13 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:48:13 +0000 Error compiling asset application.js: Sprockets::FileNotFound: couldn't find file 'ckeditor/init' (in /home/rob/web/qwester/test/dummy/app/assets/javascripts/application.js:15) Served asset /application.js - 500 Internal Server Error Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:48:15 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (225.3ms) Completed 200 OK in 239ms (Views: 235.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:15 +0000 Served asset /active_admin.css - 304 Not Modified (177ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:48:16 +0000 Error compiling asset application.js: Sprockets::FileNotFound: couldn't find file 'ckeditor/init' (in /home/rob/web/qwester/test/dummy/app/assets/javascripts/application.js:15) Served asset /application.js - 500 Internal Server Error Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:48:16 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:48:55 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (489.5ms) Completed 200 OK in 684ms (Views: 597.2ms | ActiveRecord: 16.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:56 +0000 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:48:56 +0000 Compiled application.js (132ms) (pid 6918) Served asset /application.js - 200 OK (194ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:48:57 +0000 Served asset /active_admin.js - 304 Not Modified (52ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:48:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (17ms) Started DELETE "/admin/qwester_questions/1" for 127.0.0.1 at 2013-01-14 14:49:17 +0000 Processing by Admin::QwesterQuestionsController#destroy as HTML Parameters: {"authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "id"=>"1"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Qwester::Answer Load (0.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position SQL (96.1ms) DELETE FROM "qwester_questions" WHERE "qwester_questions"."id" = ? [["id", 1]]  (274.4ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions Completed 302 Found in 506ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 14:49:18 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1418.8ms) Completed 200 OK in 1521ms (Views: 1423.1ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:20 +0000 Served asset /active_admin.css - 304 Not Modified (70ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:49:20 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:49:20 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:49:23 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (341.2ms) Completed 200 OK in 356ms (Views: 348.7ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:24 +0000 Served asset /active_admin.css - 304 Not Modified (225ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:49:24 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:49:24 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_answers/2/move_up" for 127.0.0.1 at 2013-01-14 14:49:27 +0000 Processing by Admin::QwesterAnswersController#move_up as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position < 2) ORDER BY qwester_answers.position DESC LIMIT 1  (0.8ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:49:27.662513' WHERE "qwester_answers"."id" = 1  (1.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2) SQL (0.3ms) UPDATE "qwester_answers" SET position = (position - 1) WHERE ("qwester_answers"."question_id" = 2 AND position > 1 AND position <= 2 AND id != 1)  (0.2ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:49:27.684276' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1)  (147.0ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 210ms (ActiveRecord: 150.6ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:49:27 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (145.4ms) Completed 200 OK in 158ms (Views: 154.9ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:28 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:49:28 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:49:28 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:29 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers/2/move_down" for 127.0.0.1 at 2013-01-14 14:49:31 +0000 Processing by Admin::QwesterAnswersController#move_down as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position > 1) ORDER BY qwester_answers.position ASC LIMIT 1  (0.4ms) UPDATE "qwester_answers" SET "position" = 1, "updated_at" = '2013-01-14 14:49:31.291179' WHERE "qwester_answers"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 1) SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1 AND position < 2 AND id != 1)  (0.1ms) UPDATE "qwester_answers" SET "position" = 2, "updated_at" = '2013-01-14 14:49:31.304210' WHERE "qwester_answers"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2 AND position = 2)  (403.0ms) commit transaction Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 517ms (ActiveRecord: 405.1ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-14 14:49:31 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (147.8ms) Completed 200 OK in 169ms (Views: 151.8ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:32 +0000 Served asset /active_admin.css - 304 Not Modified (226ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:49:32 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:49:32 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:49:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 14:50:48 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (943.8ms) Completed 200 OK in 1173ms (Views: 998.2ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:50:50 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:50:50 +0000 Served asset /application.js - 304 Not Modified (206ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:50:50 +0000 Served asset /active_admin.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:50:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:50:54 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (314.2ms) Completed 500 Internal Server Error in 363ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__840857900_94628240' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__840857900_94628240' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__762695420__process_action__366672267__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__238957534__call__463134696__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.6ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 14:51:55 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (195.8ms) Completed 500 Internal Server Error in 209ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__840857900_94628240' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__840857900_94628240' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__762695420__process_action__366672267__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__238957534__call__463134696__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.2ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 14:54:52 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (904.7ms) Completed 200 OK in 1085ms (Views: 979.9ms | ActiveRecord: 9.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 14:54:54 +0000 Served asset /active_admin.css - 304 Not Modified (167ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 14:54:54 +0000 Error compiling asset application.js: Sprockets::FileNotFound: couldn't find file 'ckeditor/init' (in /home/rob/web/qwester/test/dummy/app/assets/javascripts/application.js:15) Served asset /application.js - 500 Internal Server Error Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 14:54:54 +0000 Served asset /active_admin.js - 304 Not Modified (69ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 14:54:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 15:01:59 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (901.4ms) Completed 200 OK in 1093ms (Views: 978.9ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:02:01 +0000 Served asset /active_admin.css - 304 Not Modified (72ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:02:01 +0000 Served asset /application.js - 200 OK (183ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:02:01 +0000 Served asset /active_admin.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:02:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Connecting to database specified by database.yml Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 15:02:35 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1345.2ms) Completed 200 OK in 1710ms (Views: 1482.4ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:02:37 +0000 Served asset /active_admin.css - 304 Not Modified (59ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:02:37 +0000 Served asset /application.js - 304 Not Modified (180ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:02:37 +0000 Served asset /active_admin.js - 304 Not Modified (49ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:02:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 15:03:03 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (470.2ms) Completed 500 Internal Server Error in 531ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:20:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:18:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__304352729_95354510' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__304352729_95354510' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__77718732__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (60.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (15.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (100.2ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 15:04:28 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:28) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (519.2ms) Completed 200 OK in 628ms (Views: 524.7ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:04:29 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:04:29 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:04:29 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-01-14 15:04:30 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:04:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 15:04:56 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:28) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (333.9ms) Completed 200 OK in 427ms (Views: 339.7ms | ActiveRecord: 2.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:04:57 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:04:57 +0000 Served asset /application.js - 304 Not Modified (46ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:04:57 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-01-14 15:05:00 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:05:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 15:06:23 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:28) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (241.4ms) Completed 200 OK in 295ms (Views: 246.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:06:24 +0000 Served asset /active_admin.css - 304 Not Modified (156ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:06:24 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:06:24 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-01-14 15:06:25 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:06:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/new" for 127.0.0.1 at 2013-01-14 15:06:42 +0000 Processing by Admin::QwesterQuestionnairesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:28) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (225.2ms) Completed 200 OK in 284ms (Views: 228.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:06:43 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:06:43 +0000 Served asset /application.js - 304 Not Modified (152ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:06:43 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-01-14 15:06:44 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:06:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 15:07:32 +0000 Processing by Admin::QwesterQuestionnairesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_questionnaire"=>{"title"=>"Some Questions", "description"=>"This is a questionnaire", "button_image"=>#>, "question_ids"=>["", "2"]}, "commit"=>"Create Questionnaire"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: identify -format %m '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: identify -format %m '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: convert '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' -auto-orient -resize "150x125>" '/tmp/NewGitGui20130114-7032-1se4urg20130114-7032-1rq0wug' Command :: file -b --mime '/tmp/NewGitGui20130114-7032-1se4urg20130114-7032-1rq0wug' Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: identify -format %m '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: identify -format %m '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' Command :: convert '/tmp/NewGitGui20130114-7032-1se4urg.png[0]' -auto-orient -resize "50x50>" '/tmp/NewGitGui20130114-7032-1se4urg20130114-7032-1aee48d' Command :: file -b --mime '/tmp/NewGitGui20130114-7032-1se4urg20130114-7032-1aee48d' Qwester::Question Load (52.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Binary data inserted for `string` type on column `button_image_content_type` SQL (5.8ms) INSERT INTO "qwester_questionnaires" ("button_image_content_type", "button_image_file_name", "button_image_file_size", "button_image_updated_at", "created_at", "description", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["button_image_content_type", "image/png"], ["button_image_file_name", "NewGitGui.png"], ["button_image_file_size", 29132], ["button_image_updated_at", Mon, 14 Jan 2013 15:07:32 UTC +00:00], ["created_at", Mon, 14 Jan 2013 15:07:34 UTC +00:00], ["description", "This is a questionnaire"], ["title", "Some Questions"], ["updated_at", Mon, 14 Jan 2013 15:07:34 UTC +00:00]] Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 15:07:34 UTC +00:00], ["position", 1], ["question_id", 2], ["questionnaire_id", 1], ["updated_at", Mon, 14 Jan 2013 15:07:34 UTC +00:00]]  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position = 1) [paperclip] Saving attachments.  (241.8ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/1 Completed 302 Found in 2444ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:07:35 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (155.4ms) Completed 500 Internal Server Error in 184ms ActionView::Template::Error (undefined local variable or method `questionnaire' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:33:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:32:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:08:08 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (285.2ms) Completed 500 Internal Server Error in 405ms ActionView::Template::Error (Missing partial admin/qwester_questionnaires/questions, active_admin/resource/questions, active_admin/base/questions, inherited_resources/base/questions, application/questions with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :arb]}. Searched in: * "/home/rob/web/qwester/test/dummy/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/kaminari-0.14.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/devise-2.2.0/app/views" * "/home/rob/web/qwester/app/views" ): 1: insert_tag renderer_for(:show) actionpack (3.2.11) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.11) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:27:in `render' arbre (1.0.1) lib/arbre/rails/rendering.rb:6:in `render' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:42:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.9ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:12:44 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (192.2ms) Completed 200 OK in 242ms (Views: 199.3ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:12:45 +0000 Served asset /active_admin.css - 304 Not Modified (144ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:12:45 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:12:45 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:12:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:13:11 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (178.2ms) Completed 200 OK in 233ms (Views: 182.1ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:13:12 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:13:12 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:13:12 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:13:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:15:53 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (1.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (193.3ms) Completed 500 Internal Server Error in 246ms ActionView::Template::Error (undefined method `move_up_admin_qwester_questionnaire_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:46:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `li' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:44:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:43:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:17:12 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (5.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (189.7ms) Completed 500 Internal Server Error in 248ms ActionView::Template::Error (undefined method `move_up_admin_qwester_questions_path' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:46:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `li' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:44:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:43:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:17:24 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (183.0ms) Completed 200 OK in 231ms (Views: 186.2ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:17:25 +0000 Served asset /active_admin.css - 304 Not Modified (184ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:17:25 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:17:25 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:17:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:17:41 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (193.2ms) Completed 500 Internal Server Error in 248ms ActionView::Template::Error (undefined method `+@' for "Up":ActiveSupport::SafeBuffer): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:46:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `li' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:44:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:43:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.6ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:19:40 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (185.4ms) Completed 500 Internal Server Error in 236ms ActionView::Template::Error (undefined method `+@' for #): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:46:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `li' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:44:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:43:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.6ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:19:49 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (204.2ms) Completed 200 OK in 258ms (Views: 208.5ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:19:50 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:19:50 +0000 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:19:50 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:19:52 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:21:04 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (205.1ms) Completed 200 OK in 274ms (Views: 208.2ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:05 +0000 Served asset /active_admin.css - 304 Not Modified (210ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:21:05 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:21:05 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:21:22 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (207.2ms) Completed 200 OK in 259ms (Views: 212.2ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:23 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:21:23 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:21:23 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:21:43 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (200.8ms) Completed 200 OK in 253ms (Views: 206.0ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:44 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:21:45 +0000 Served asset /application.js - 304 Not Modified (149ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:21:45 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:21:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:23:16 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.8ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (205.0ms) Completed 200 OK in 335ms (Views: 210.5ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:17 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:23:17 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:23:17 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 15:23:31 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.6ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1127.2ms) Completed 200 OK in 1142ms (Views: 1132.7ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:33 +0000 Served asset /active_admin.css - 304 Not Modified (65ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:23:33 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:23:33 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 15:23:37 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (622.9ms) Completed 200 OK in 668ms (Views: 635.3ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:38 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:23:38 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:23:38 +0000 Served asset /active_admin.js - 304 Not Modified (158ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:23:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 15:24:00 +0000 Processing by Admin::QwesterQuestionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"Do you like cheese", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0"}, "2"=>{"value"=>"Not applicable", "position"=>"3", "cope_index"=>"0"}}}, "commit"=>"Create Question"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (6.2ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["depth", nil], ["description", ""], ["lft", nil], ["multi_answer", false], ["parent_id", nil], ["ref", ""], ["rgt", nil], ["title", "Do you like cheese"], ["updated_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00]] SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 1) SQL (0.4ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["position", 1], ["question_id", 3], ["updated_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["value", "Yes"]] SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 2) SQL (7.8ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["position", 2], ["question_id", 3], ["updated_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["value", "No"]] SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 3) SQL (0.2ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["position", 3], ["question_id", 3], ["updated_at", Mon, 14 Jan 2013 15:24:00 UTC +00:00], ["value", "Not applicable"]]  (209.0ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/3 Completed 302 Found in 309ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/3" for 127.0.0.1 at 2013-01-14 15:24:01 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 3) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 3) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 3) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (113.0ms) Completed 200 OK in 143ms (Views: 123.5ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:02 +0000 Served asset /active_admin.css - 304 Not Modified (254ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:02 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:02 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 15:24:07 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (542.9ms) Completed 200 OK in 556ms (Views: 545.7ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:07 +0000 Served asset /active_admin.css - 304 Not Modified (191ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:08 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:08 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:09 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/new" for 127.0.0.1 at 2013-01-14 15:24:10 +0000 Processing by Admin::QwesterQuestionsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" IS NULL AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:56) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (632.4ms) Completed 200 OK in 665ms (Views: 647.0ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:11 +0000 Served asset /active_admin.css - 304 Not Modified (243ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:11 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:11 +0000 Served asset /application.js - 304 Not Modified (32ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (17ms) Started POST "/admin/qwester_questions" for 127.0.0.1 at 2013-01-14 15:24:32 +0000 Processing by Admin::QwesterQuestionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_question"=>{"ref"=>"", "title"=>"Do you like him?", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0"}, "2"=>{"value"=>"Not applicable", "position"=>"3", "cope_index"=>"0"}}}, "commit"=>"Create Question"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (5.4ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["depth", nil], ["description", ""], ["lft", nil], ["multi_answer", false], ["parent_id", nil], ["ref", ""], ["rgt", nil], ["title", "Do you like him?"], ["updated_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00]] SQL (0.1ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 4 AND position >= 1) SQL (0.3ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["position", 1], ["question_id", 4], ["updated_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["value", "Yes"]] SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 4 AND position >= 2) SQL (0.3ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["position", 2], ["question_id", 4], ["updated_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["value", "No"]] SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 4 AND position >= 3) SQL (0.3ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["position", 3], ["question_id", 4], ["updated_at", Mon, 14 Jan 2013 15:24:32 UTC +00:00], ["value", "Not applicable"]]  (260.5ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/4 Completed 302 Found in 316ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/4" for 127.0.0.1 at 2013-01-14 15:24:32 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"4"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (1.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (161.8ms) Completed 200 OK in 185ms (Views: 171.5ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:33 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:33 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:33 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-14 15:24:36 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (7.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (983.9ms) Completed 200 OK in 1010ms (Views: 991.2ms | ActiveRecord: 8.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:38 +0000 Served asset /active_admin.css - 304 Not Modified (195ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:38 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:38 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questionnaires/1/edit" for 127.0.0.1 at 2013-01-14 15:24:42 +0000 Processing by Admin::QwesterQuestionnairesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:28) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (587.7ms) Completed 200 OK in 610ms (Views: 597.6ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:43 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:43 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:43 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started PUT "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:24:50 +0000 Processing by Admin::QwesterQuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_questionnaire"=>{"title"=>"Some Questions", "description"=>"This is a questionnaire", "question_ids"=>["", "2", "3", "4"]}, "commit"=>"Update Questionnaire", "id"=>"1"} AdminUser Load (0.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" IN (2, 3, 4) Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position  (0.1ms) begin transaction Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (3.7ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 15:24:50 UTC +00:00], ["position", 2], ["question_id", 3], ["questionnaire_id", 1], ["updated_at", Mon, 14 Jan 2013 15:24:50 UTC +00:00]] Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (0.3ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 15:24:50 UTC +00:00], ["position", 3], ["question_id", 4], ["questionnaire_id", 1], ["updated_at", Mon, 14 Jan 2013 15:24:50 UTC +00:00]]  (142.4ms) commit transaction  (0.1ms) begin transaction [paperclip] Saving attachments.  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/1 Completed 302 Found in 364ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:24:50 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (94.6ms) Completed 200 OK in 113ms (Views: 105.1ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:51 +0000 Served asset /active_admin.css - 304 Not Modified (310ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:24:51 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:24:51 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:24:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:25:10 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (1.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (205.6ms) Completed 500 Internal Server Error in 256ms ActionView::Template::Error (undefined local variable or method `questionnaire' for #): 1: insert_tag renderer_for(:show) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:46:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `li' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:44:in `block (4 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:43:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:40:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__932492002_93914560' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__677025595__process_action__153996577__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__987510495__call__119283558__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.9ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:25:31 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (246.6ms) Completed 200 OK in 296ms (Views: 247.5ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:32 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:25:32 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:25:32 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/1/move_up?question_id=4" for 127.0.0.1 at 2013-01-14 15:25:37 +0000 Processing by Admin::QwesterQuestionnairesController#move_up as HTML Parameters: {"question_id"=>"4", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position < 3) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position < 3) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1  (1.6ms) UPDATE "qwester_questionnaires_questions" SET "position" = 3, "updated_at" = '2013-01-14 15:25:37.218231' WHERE "qwester_questionnaires_questions"."id" = 2  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position = 3) SQL (1.0ms) UPDATE "qwester_questionnaires_questions" SET position = (position - 1) WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position > 2 AND position <= 3 AND id != 2)  (0.1ms) UPDATE "qwester_questionnaires_questions" SET "position" = 2, "updated_at" = '2013-01-14 15:25:37.224632' WHERE "qwester_questionnaires_questions"."id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position = 2)  (203.8ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/1 Completed 302 Found in 321ms (ActiveRecord: 207.9ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:25:37 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.5ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (103.0ms) Completed 200 OK in 116ms (Views: 105.3ms | ActiveRecord: 2.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:37 +0000 Served asset /active_admin.css - 304 Not Modified (201ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:25:38 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:25:38 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questionnaires/1/move_down?question_id=4" for 127.0.0.1 at 2013-01-14 15:25:41 +0000 Processing by Admin::QwesterQuestionnairesController#move_down as HTML Parameters: {"question_id"=>"4", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::QuestionnairesQuestion Load (0.6ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position > 2) ORDER BY qwester_questionnaires_questions.position ASC LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position > 2) ORDER BY qwester_questionnaires_questions.position ASC LIMIT 1  (3.9ms) UPDATE "qwester_questionnaires_questions" SET "position" = 2, "updated_at" = '2013-01-14 15:25:41.095271' WHERE "qwester_questionnaires_questions"."id" = 2  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position = 2) SQL (0.2ms) UPDATE "qwester_questionnaires_questions" SET position = (position + 1) WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position >= 2 AND position < 3 AND id != 2)  (0.1ms) UPDATE "qwester_questionnaires_questions" SET "position" = 3, "updated_at" = '2013-01-14 15:25:41.107843' WHERE "qwester_questionnaires_questions"."id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1 AND position = 3)  (254.4ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/1 Completed 302 Found in 283ms (ActiveRecord: 260.2ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-01-14 15:25:41 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 4 ORDER BY position LIMIT 1 CACHE (0.4ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (195.2ms) Completed 200 OK in 201ms (Views: 196.6ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:42 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:25:42 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:25:42 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:25:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-14 15:30:39 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (1.7ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1100.6ms) Completed 200 OK in 1305ms (Views: 1184.5ms | ActiveRecord: 7.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:30:40 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:30:41 +0000 Served asset /application.js - 304 Not Modified (130ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:30:41 +0000 Served asset /active_admin.js - 304 Not Modified (49ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:30:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-14 15:30:44 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (428.7ms) Completed 200 OK in 444ms (Views: 433.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:30:44 +0000 Served asset /active_admin.css - 304 Not Modified (102ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:30:45 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:30:45 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:30:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:30:47 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (248.6ms) Completed 500 Internal Server Error in 279ms ActionView::Template::Error (Missing partial admin/rule_sets/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :arb]}. Searched in: * "/home/rob/web/qwester/test/dummy/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/kaminari-0.14.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/devise-2.2.0/app/views" * "/home/rob/web/qwester/app/views" ): 1: insert_tag renderer_for(:new) actionpack (3.2.11) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.11) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:339:in `find_template' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial' actionpack (3.2.11) lib/action_view/renderer/partial_renderer.rb:222:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:27:in `render' arbre (1.0.1) lib/arbre/rails/rendering.rb:6:in `render' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:20:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.2ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:34:48 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (397.1ms) Completed 200 OK in 506ms (Views: 402.7ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:34:50 +0000 Served asset /active_admin.css - 304 Not Modified (154ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:34:50 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:34:50 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:34:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:56:20 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (179.8ms) Completed 200 OK in 231ms (Views: 184.7ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:56:21 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:56:21 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:56:21 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:56:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:56:54 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (178.7ms) Completed 200 OK in 288ms (Views: 182.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:56:55 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:56:55 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:56:55 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:56:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:57:21 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (162.3ms) Completed 200 OK in 212ms (Views: 172.1ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:22 +0000 Served asset /active_admin.css - 304 Not Modified (101ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:57:22 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:57:22 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:57:32 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (177.4ms) Completed 200 OK in 233ms (Views: 187.8ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:33 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:57:33 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:57:33 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:57:45 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (181.1ms) Completed 200 OK in 286ms (Views: 186.8ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:46 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:57:46 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:57:46 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:57:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:58:15 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (382.0ms) Completed 200 OK in 479ms (Views: 392.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:58:17 +0000 Served asset /active_admin.css - 304 Not Modified (180ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:58:17 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:58:17 +0000 Served asset /application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:58:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:58:46 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (184.2ms) Completed 200 OK in 231ms (Views: 188.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:58:47 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:58:47 +0000 Served asset /application.js - 304 Not Modified (122ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:58:47 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:58:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 15:59:05 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:73) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (185.3ms) Completed 200 OK in 316ms (Views: 191.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 15:59:06 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 15:59:06 +0000 Served asset /application.js - 304 Not Modified (28ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 15:59:06 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 15:59:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:01:43 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (191.5ms) Completed 500 Internal Server Error in 307ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:72:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:02:28 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (211.0ms) Completed 500 Internal Server Error in 266ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:72:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.3ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:02:58 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:74) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (202.7ms) Completed 200 OK in 335ms (Views: 208.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:02:59 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:02:59 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:02:59 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:02:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:03:07 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (263.1ms) Completed 500 Internal Server Error in 317ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:new) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:72:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.1ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:04:43 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (3.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:74) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (343.0ms) Completed 200 OK in 396ms (Views: 343.8ms | ActiveRecord: 4.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:04:45 +0000 Served asset /active_admin.css - 304 Not Modified (104ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:04:45 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:04:45 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:04:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:13:07 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (234.5ms) Completed 500 Internal Server Error in 286ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 1: insert_tag renderer_for(:new) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (8 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81:in `block (7 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:80:in `block (6 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `tr' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (5 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (4 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `table' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:76:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:13:51 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:91) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (208.0ms) Completed 200 OK in 331ms (Views: 212.8ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:13:52 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:13:52 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:13:52 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:13:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:14:47 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:91) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (213.1ms) Completed 200 OK in 333ms (Views: 217.6ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:14:48 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:14:48 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:14:48 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:14:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:15:05 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:91) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (288.5ms) Completed 200 OK in 343ms (Views: 291.9ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:15:06 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:15:07 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:15:07 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:15:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:15:31 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (220.8ms) Completed 200 OK in 272ms (Views: 227.0ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:15:32 +0000 Served asset /active_admin.css - 304 Not Modified (125ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:15:32 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:15:32 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:15:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:17:28 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.6ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (225.4ms) Completed 200 OK in 280ms (Views: 228.7ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:17:29 +0000 Served asset /active_admin.css - 304 Not Modified (123ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:17:29 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:17:29 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:17:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:18:14 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (220.7ms) Completed 200 OK in 280ms (Views: 226.0ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:18:15 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:18:15 +0000 Served asset /application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:18:15 +0000 Served asset /active_admin.js - 304 Not Modified (156ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:18:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:18:53 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (214.3ms) Completed 200 OK in 327ms (Views: 217.4ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:18:54 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:18:54 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:18:54 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:18:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:19:05 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (212.5ms) Completed 200 OK in 347ms (Views: 222.8ms | ActiveRecord: 3.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:19:06 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:19:06 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:19:06 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:19:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:19:34 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (300.6ms) Completed 200 OK in 345ms (Views: 304.1ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:19:36 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:19:36 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:19:36 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:19:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:21:23 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (230.5ms) Completed 200 OK in 288ms (Views: 240.2ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:21:24 +0000 Served asset /active_admin.css - 304 Not Modified (185ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:21:25 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:21:25 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:21:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:21:57 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (215.6ms) Completed 200 OK in 261ms (Views: 221.2ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:21:58 +0000 Served asset /active_admin.css - 304 Not Modified (165ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:21:59 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:21:59 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:21:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:22:18 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (1.0ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (211.8ms) Completed 500 Internal Server Error in 258ms ActionView::Template::Error (undefined local variable or method `answer' for #): 1: insert_tag renderer_for(:new) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:85:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.3ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:22:44 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (307.0ms) Completed 500 Internal Server Error in 353ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 1: insert_tag renderer_for(:new) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:85:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.6ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:23:16 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (283.9ms) Completed 200 OK in 331ms (Views: 284.7ms | ActiveRecord: 4.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:23:17 +0000 Served asset /active_admin.css - 304 Not Modified (123ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:23:17 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:23:17 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:23:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:23:46 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (265.2ms) Completed 200 OK in 326ms (Views: 271.1ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:23:47 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:23:47 +0000 Served asset /application.js - 304 Not Modified (112ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:23:48 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:23:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:25:42 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (264.7ms) Completed 200 OK in 390ms (Views: 265.3ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:25:44 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:25:44 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:25:44 +0000 Served asset /active_admin.js - 304 Not Modified (148ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:25:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:26:03 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (1.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (2.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (273.9ms) Completed 200 OK in 399ms (Views: 267.6ms | ActiveRecord: 13.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:26:04 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:26:04 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:26:04 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:26:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:26:39 +0000 SyntaxError (/home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77: syntax error, unexpected keyword_do, expecting keyword_end /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102: syntax error, unexpected keyword_end, expecting $end): config/routes.rb:4:in `block in ' config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.1ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:26:59 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (269.7ms) Completed 200 OK in 320ms (Views: 274.2ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:27:00 +0000 Served asset /active_admin.css - 304 Not Modified (149ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:27:01 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:27:01 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:27:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:27:30 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (2.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (263.8ms) Completed 500 Internal Server Error in 322ms ActionView::Template::Error (can't convert ActiveAdmin::FormBuilder into Array): 1: insert_tag renderer_for(:new) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:92:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (83.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (99.8ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:28:33 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (1.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (271.6ms) Completed 200 OK in 393ms (Views: 273.2ms | ActiveRecord: 3.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:28:34 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:28:34 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:28:34 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:28:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:29:51 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (238.6ms) Completed 500 Internal Server Error in 370ms ActionView::Template::Error (undefined method `key?' for #): 1: insert_tag renderer_for(:new) activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:291:in `default_input_type' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:236:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.1ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:30:46 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (247.8ms) Completed 200 OK in 300ms (Views: 250.1ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:30:48 +0000 Served asset /active_admin.css - 304 Not Modified (159ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:30:48 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:30:48 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:30:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:31:40 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (241.4ms) Completed 500 Internal Server Error in 301ms ActionView::Template::Error (undefined method `answers_id' for #): 1: insert_tag renderer_for(:new) activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1161:in `value_before_type_cast' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1149:in `value_before_type_cast' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `block in to_input_field_tag' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `fetch' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `to_input_field_tag' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:692:in `text_field' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1284:in `text_field' formtastic (2.2.1) lib/formtastic/inputs/base/stringish.rb:10:in `block in to_html' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/inputs/base/wrapping.rb:11:in `input_wrapping' formtastic (2.2.1) lib/formtastic/inputs/base/stringish.rb:8:in `to_html' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:240:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:32:24 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (250.1ms) Completed 500 Internal Server Error in 379ms ActionView::Template::Error (wrong number of arguments (0 for 1..2)): 1: insert_tag renderer_for(:new) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `[]' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:32:55 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (253.9ms) Completed 500 Internal Server Error in 304ms ActionView::Template::Error (undefined method `answers_ids[]' for #): 1: insert_tag renderer_for(:new) activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1161:in `value_before_type_cast' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1149:in `value_before_type_cast' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `block in to_input_field_tag' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `fetch' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1043:in `to_input_field_tag' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:692:in `text_field' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1284:in `text_field' formtastic (2.2.1) lib/formtastic/inputs/base/stringish.rb:10:in `block in to_html' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/inputs/base/wrapping.rb:11:in `input_wrapping' formtastic (2.2.1) lib/formtastic/inputs/base/stringish.rb:8:in `to_html' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:240:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:79:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb___591606974_99837700' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__655889132__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.9ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:33:42 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"   (0.1ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (354.1ms) Completed 200 OK in 481ms (Views: 356.9ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:33:44 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:33:44 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:33:44 +0000 Served asset /active_admin.js - 304 Not Modified (162ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:33:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:34:05 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (2.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Answer Load (1.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (577.6ms) Completed 200 OK in 705ms (Views: 577.4ms | ActiveRecord: 6.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:34:07 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:34:07 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:34:07 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:34:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:34:32 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (360.9ms) Completed 200 OK in 406ms (Views: 363.9ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:34:34 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:34:34 +0000 Served asset /application.js - 304 Not Modified (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:34:34 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:34:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:35:42 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (387.9ms) Completed 200 OK in 445ms (Views: 391.3ms | ActiveRecord: 2.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:35:44 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:35:44 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:35:44 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:35:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:38:12 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (1.7ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (413.3ms) Completed 200 OK in 467ms (Views: 416.9ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:38:14 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:38:14 +0000 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:38:14 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:38:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:38:47 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (386.0ms) Completed 200 OK in 431ms (Views: 388.6ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:38:48 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:38:49 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:38:49 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:38:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-14 16:39:08 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_rule_set"=>{"title"=>"first", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"", "answer_ids"=>["", "Yes to 'This is a question'", "Yes to 'Do you like cheese'"]}, "commit"=>"Create Rule set"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (97.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 111ms ActiveRecord::RecordNotFound (Couldn't find Qwester::Answer with id=0): activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.11) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.11) lib/active_record/querying.rb:5:in `find' activerecord (3.2.11) lib/active_record/associations/collection_association.rb:72:in `ids_writer' activerecord (3.2.11) lib/active_record/associations/builder/collection_association.rb:71:in `block in define_writers' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.11) lib/active_record/base.rb:497:in `initialize' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `new' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `build_resource' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:15:in `build_resource' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:31:in `create' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:48:in `create' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__191343770__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (8.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.2ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-14 16:40:00 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (3.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (303.4ms) Completed 200 OK in 359ms (Views: 303.7ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:40:02 +0000 Served asset /active_admin.css - 304 Not Modified (150ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:40:02 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:40:02 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:40:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-14 16:40:14 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"", "answer_ids"=>["", "1", "5"]}, "commit"=>"Create Rule set"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5)  (0.1ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] SQL (7.5ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 14 Jan 2013 16:40:14 UTC +00:00], ["description", ""], ["link_text", nil], ["rule", "a1 or a5"], ["title", "First"], ["updated_at", Mon, 14 Jan 2013 16:40:14 UTC +00:00], ["url", "http://google.co.uk"]]  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 1)  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 5)  (169.5ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 230ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:40:14 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (215.2ms) Completed 500 Internal Server Error in 268ms ActionView::Template::Error (Missing template admin/rule_sets/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :arb]}. Searched in: * "/home/rob/web/qwester/test/dummy/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/kaminari-0.14.1/app/views" * "/home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/devise-2.2.0/app/views" * "/home/rob/web/qwester/app/views" ): 1: insert_tag renderer_for(:show) actionpack (3.2.11) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.11) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' arbre (1.0.1) lib/arbre/rails/rendering.rb:6:in `render' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:17:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__748588492__642531878' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__748588492__642531878' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__879051982__process_action__389000909__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__703107332__call__365115497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.7ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:40:33 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (243.5ms) Completed 200 OK in 296ms (Views: 255.0ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:40:34 +0000 Served asset /active_admin.css - 304 Not Modified (132ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:40:34 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:40:34 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:40:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:42:04 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (730.3ms) Completed 200 OK in 828ms (Views: 735.5ms | ActiveRecord: 19.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:42:06 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:42:06 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:42:06 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:42:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:43:02 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (398.1ms) Completed 200 OK in 444ms (Views: 398.3ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:43:03 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:43:03 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:43:03 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:43:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:49:10 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (1.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1471.8ms) Completed 200 OK in 1739ms (Views: 1591.2ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:49:13 +0000 Served asset /active_admin.css - 304 Not Modified (68ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:49:13 +0000 Served asset /active_admin.js - 304 Not Modified (68ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:49:13 +0000 Served asset /application.js - 304 Not Modified (208ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:49:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (28ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:50:42 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (1.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (358.4ms) Completed 200 OK in 416ms (Views: 363.3ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:50:43 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:50:43 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:50:43 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:50:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:51:04 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (329.6ms) Completed 200 OK in 386ms (Views: 337.3ms | ActiveRecord: 3.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:51:05 +0000 Served asset /active_admin.css - 304 Not Modified (30ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:51:05 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:51:05 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:51:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:51:58 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5", "answer_ids"=>["", "1", "4", "5"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 4, 5) Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.1ms) begin transaction  (2.5ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 4)  (135.2ms) commit transaction  (0.1ms) begin transaction Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]]  (0.4ms) DELETE FROM "qwester_answers_rule_sets" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers_rule_sets"."answer_id" IN (4)  (105.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 380ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:51:58 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (211.3ms) Completed 200 OK in 227ms (Views: 207.0ms | ActiveRecord: 8.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:51:59 +0000 Served asset /active_admin.css - 304 Not Modified (30ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:51:59 +0000 Served asset /application.js - 304 Not Modified (84ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:51:59 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:52:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:52:09 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (463.8ms) Completed 200 OK in 493ms (Views: 477.1ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:52:11 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:52:11 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:52:11 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:52:11 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:54:29 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (350.9ms) Completed 200 OK in 462ms (Views: 352.8ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:54:30 +0000 Served asset /active_admin.css - 304 Not Modified (122ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:54:30 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:54:30 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:54:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:56:01 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (5.7ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:80) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (324.0ms) Completed 200 OK in 379ms (Views: 325.9ms | ActiveRecord: 8.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:03 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:56:03 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:56:03 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:56:27 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:80) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (487.0ms) Completed 200 OK in 549ms (Views: 501.0ms | ActiveRecord: 3.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:29 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:56:29 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:56:29 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:56:53 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:80) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (396.4ms) Completed 200 OK in 414ms (Views: 398.9ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:53 +0000 Served asset /active_admin.css - 304 Not Modified (156ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:56:54 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:56:54 +0000 Served asset /application.js - 304 Not Modified (61ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:56:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:57:31 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWPWtUXzhbMz7klRZ40EYlJJhRtjYpaOAB8mAeKM69s=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5 and a10", "answer_ids"=>["", "", "1", "5"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (3.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5) Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]]  (1.5ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 10)  (3.2ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or a5 and a10', "updated_at" = '2013-01-14 16:57:31.939173' WHERE "qwester_rule_sets"."id" = 1  (166.9ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 238ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-14 16:57:32 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (6.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (251.2ms) Completed 200 OK in 278ms (Views: 253.1ms | ActiveRecord: 6.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:57:33 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:57:33 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:57:33 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:57:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 16:57:37 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (2.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:80) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (342.2ms) Completed 200 OK in 478ms (Views: 465.2ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 16:57:38 +0000 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 16:57:39 +0000 Served asset /application.js - 304 Not Modified (38ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 16:57:39 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 16:57:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:01:17 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (1.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (816.6ms) Completed 500 Internal Server Error in 923ms ActionView::Template::Error (undefined method `hint_text=' for #): 1: insert_tag renderer_for(:edit) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__615976672__process_action__894483193__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__339211720__call__498070982__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.2ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:01:31 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (412.2ms) Completed 500 Internal Server Error in 461ms ActionView::Template::Error (undefined method `hint_text' for #): 1: insert_tag renderer_for(:edit) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__615976672__process_action__894483193__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__339211720__call__498070982__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:02:52 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.7ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (273.3ms) Completed 200 OK in 407ms (Views: 283.7ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:02:54 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:02:54 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:02:54 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:02:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:05:15 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (307.5ms) Completed 200 OK in 419ms (Views: 310.5ms | ActiveRecord: 2.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:05:17 +0000 Served asset /active_admin.css - 304 Not Modified (119ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:05:17 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:05:17 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:05:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:06:04 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.7ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (6.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (274.4ms) Completed 200 OK in 322ms (Views: 271.5ms | ActiveRecord: 9.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:06:05 +0000 Served asset /active_admin.css - 304 Not Modified (118ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:06:05 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:06:05 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:06:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:08:33 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (286.0ms) Completed 200 OK in 345ms (Views: 284.7ms | ActiveRecord: 7.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:08:34 +0000 Served asset /active_admin.css - 304 Not Modified (132ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:08:34 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:08:34 +0000 Served asset /application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:08:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:09:00 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.4ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (269.4ms) Completed 500 Internal Server Error in 314ms ActionView::Template::Error (undefined method `html_safe' for ["This is a question", "Do you like cheese", "Do you like him?"]:Array): 1: insert_tag renderer_for(:edit) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (4 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__615976672__process_action__894483193__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__339211720__call__498070982__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.3ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:09:14 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (285.7ms) Completed 200 OK in 411ms (Views: 284.8ms | ActiveRecord: 6.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:09:15 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:09:15 +0000 Served asset /application.js - 304 Not Modified (104ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:09:15 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:09:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:10:09 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (280.3ms) Completed 200 OK in 394ms (Views: 282.9ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:10:10 +0000 Served asset /active_admin.css - 304 Not Modified (117ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:10:11 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:10:11 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:10:11 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:10:28 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (4.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (1.7ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (279.7ms) Completed 200 OK in 335ms (Views: 274.4ms | ActiveRecord: 12.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:10:29 +0000 Served asset /active_admin.css - 304 Not Modified (179ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:10:29 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:10:29 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:10:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:14:13 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (12.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (568.5ms) Completed 200 OK in 676ms (Views: 549.6ms | ActiveRecord: 24.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:14:15 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:14:15 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:14:15 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:14:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:14:39 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (16.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (1.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (1.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (3.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (1.6ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (617.6ms) Completed 200 OK in 753ms (Views: 612.1ms | ActiveRecord: 31.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:14:41 +0000 Served asset /active_admin.css - 304 Not Modified (123ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:14:41 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:14:41 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:14:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:15:02 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (4.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (666.1ms) Completed 200 OK in 735ms (Views: 663.8ms | ActiveRecord: 7.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:15:04 +0000 Served asset /active_admin.css - 304 Not Modified (60ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:15:04 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:15:04 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:15:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (15ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:16:12 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (4.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (620.2ms) Completed 200 OK in 673ms (Views: 619.8ms | ActiveRecord: 11.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:16:14 +0000 Served asset /active_admin.css - 304 Not Modified (59ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:16:14 +0000 Served asset /application.js - 304 Not Modified (38ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:16:14 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:16:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:16:49 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (377.6ms) Completed 200 OK in 424ms (Views: 379.2ms | ActiveRecord: 4.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:16:51 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:16:51 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:16:51 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:16:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:17:11 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (1.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (337.2ms) Completed 200 OK in 573ms (Views: 342.1ms | ActiveRecord: 6.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:17:13 +0000 Served asset /active_admin.css - 304 Not Modified (95ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:17:13 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:17:13 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:17:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (46ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:18:11 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (427.7ms) Completed 200 OK in 635ms (Views: 433.8ms | ActiveRecord: 4.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:18:13 +0000 Served asset /active_admin.css - 304 Not Modified (55ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:18:13 +0000 Served asset /application.js - 304 Not Modified (167ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:18:13 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:18:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:18:25 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (1.6ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (386.5ms) Completed 200 OK in 553ms (Views: 386.8ms | ActiveRecord: 5.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:18:27 +0000 Served asset /active_admin.css - 304 Not Modified (228ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:18:27 +0000 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:18:27 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:18:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:19:48 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (1.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (3.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (446.2ms) Completed 200 OK in 522ms (Views: 460.1ms | ActiveRecord: 9.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:19:50 +0000 Served asset /active_admin.css - 304 Not Modified (423ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:19:50 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:19:50 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:19:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:20:48 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (298.1ms) Completed 200 OK in 342ms (Views: 300.4ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:20:50 +0000 Served asset /active_admin.css - 304 Not Modified (190ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:20:50 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:20:50 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:20:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:21:09 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (1.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (293.8ms) Completed 200 OK in 343ms (Views: 297.2ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:21:10 +0000 Served asset /active_admin.css - 304 Not Modified (152ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:21:10 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:21:10 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:21:11 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:21:36 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (530.4ms) Completed 200 OK in 590ms (Views: 529.5ms | ActiveRecord: 6.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:21:38 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:21:38 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:21:38 +0000 Served asset /active_admin.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:21:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:23:25 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (4.6ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (4.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (365.3ms) Completed 200 OK in 420ms (Views: 357.5ms | ActiveRecord: 12.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:23:26 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:23:27 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:23:27 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:23:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:24:13 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (373.3ms) Completed 200 OK in 433ms (Views: 373.5ms | ActiveRecord: 6.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:24:15 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:24:15 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:24:15 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:24:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:24:33 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (4.7ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (9.1ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:83) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (640.1ms) Completed 200 OK in 722ms (Views: 643.3ms | ActiveRecord: 18.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:24:35 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:24:35 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:24:35 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:24:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:25:38 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (3.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:85) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (552.0ms) Completed 200 OK in 611ms (Views: 549.4ms | ActiveRecord: 8.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:25:41 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:25:41 +0000 Served asset /application.js - 304 Not Modified (65ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:25:41 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:25:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:26:17 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:86) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (374.9ms) Completed 200 OK in 424ms (Views: 376.2ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:26:19 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:26:19 +0000 Served asset /application.js - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:26:19 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:26:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:29:50 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (4.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (275.4ms) Completed 500 Internal Server Error in 395ms ActionView::Template::Error (undefined local variable or method `answer' for #): 1: insert_tag renderer_for(:edit) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:92:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___972748188_73800110' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__615976672__process_action__894483193__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__339211720__call__498070982__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-14 17:30:23 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (2.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (366.6ms) Completed 200 OK in 419ms (Views: 365.3ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-14 17:30:24 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-14 17:30:24 +0000 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-14 17:30:25 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-14 17:30:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-15 09:31:27 +0000 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (132.6ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 09:31:35 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 3ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-15 09:31:36 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (671.7ms) Completed 200 OK in 1459ms (Views: 1381.3ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin.css - 200 OK (275ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /jquery.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (19ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /jquery_ujs.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (53ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:38 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (39ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:39 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (226ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:39 +0000 Served asset /active_admin/application.js - 304 Not Modified (52ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:39 +0000 Served asset /active_admin.js - 304 Not Modified (87ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:39 +0000 Served asset /application.js - 200 OK (131ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:31:40 +0000 Served asset /active_admin/print.css - 200 OK (25ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-15 09:31:47 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 605ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (57.9ms) Completed 200 OK in 629ms (Views: 192.8ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin/application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-15 09:31:48 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-15 09:31:53 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (2.1ms) UPDATE "admin_users" SET "current_sign_in_at" = '2013-01-15 09:31:54.166142', "sign_in_count" = 2, "updated_at" = '2013-01-15 09:31:54.170241' WHERE "admin_users"."id" = 1  (208.7ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 869ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 09:31:54 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (179.0ms) Completed 200 OK in 234ms (Views: 227.8ms | ActiveRecord: 4.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:31:55 +0000 Served asset /application.js - 200 OK (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:31:55 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 09:32:02 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (676.5ms) Completed 200 OK in 759ms (Views: 700.4ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:32:03 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-15 09:32:04 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (12ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-15 09:32:04 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (17ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:32:06 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (744.3ms) Completed 200 OK in 846ms (Views: 772.5ms | ActiveRecord: 2.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:32:07 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:44:58 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (329.7ms) Completed 500 Internal Server Error in 438ms ActionView::Template::Error (undefined method `answer' for #): 1: insert_tag renderer_for(:edit) activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:86:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `collect!' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__255459416__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.2ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:45:19 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (269.0ms) Completed 500 Internal Server Error in 318ms ActionView::Template::Error (undefined method `present' for 1:Fixnum): 1: insert_tag renderer_for(:edit) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:94:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__255459416__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:45:31 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:98) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (276.5ms) Completed 200 OK in 325ms (Views: 280.5ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:45:32 +0000 Served asset /active_admin.css - 304 Not Modified (104ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:45:32 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:45:32 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:45:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:46:43 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5", "answer_ids"=>["", "", "1", "5", "10"]}, "rule_set"=>{"answer_ids"=>["1", "5", "10", "1", "5", "10"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5, 10) Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (5.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]]  (0.3ms) DELETE FROM "qwester_answers_rule_sets" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers_rule_sets"."answer_id" IN (10)  (6.4ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or a5', "updated_at" = '2013-01-15 09:46:43.210929' WHERE "qwester_rule_sets"."id" = 1  (216.9ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 294ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:46:43 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (472.2ms) Completed 200 OK in 505ms (Views: 490.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:46:44 +0000 Served asset /active_admin.css - 304 Not Modified (145ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:46:44 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:46:44 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:46:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:46:53 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (5.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:98) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (355.2ms) Completed 200 OK in 374ms (Views: 357.1ms | ActiveRecord: 8.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:46:54 +0000 Served asset /active_admin.css - 304 Not Modified (66ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:46:54 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:46:54 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:46:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:49:08 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (3.6ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (5.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms)[0m SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:98) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (282.1ms) Completed 200 OK in 387ms (Views: 274.9ms | ActiveRecord: 12.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:49:09 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:49:09 +0000 Served asset /application.js - 304 Not Modified (101ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:49:09 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:49:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:49:32 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:98) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (264.9ms) Completed 200 OK in 308ms (Views: 265.6ms | ActiveRecord: 4.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:49:33 +0000 Served asset /active_admin.css - 304 Not Modified (101ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:49:33 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:49:33 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:49:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:51:53 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:99) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (399.8ms) Completed 200 OK in 521ms (Views: 408.6ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:51:55 +0000 Served asset /active_admin.css - 304 Not Modified (253ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:51:55 +0000 Served asset /active_admin.js - 304 Not Modified (47ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:51:55 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:51:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:52:46 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (1.0ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.0ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (639.8ms) Completed 200 OK in 704ms (Views: 640.4ms | ActiveRecord: 18.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:52:48 +0000 Served asset /active_admin.css - 304 Not Modified (183ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:52:48 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:52:48 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:52:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:55:39 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5", "answer_ids"=>["", "", "1", "5"]}, "rule_set"=>{"answer_ids"=>["1", "5", "9"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5) Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.9ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 41ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:55:40 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (236.5ms) Completed 200 OK in 265ms (Views: 248.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:40 +0000 Served asset /active_admin.css - 304 Not Modified (148ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:55:40 +0000 Served asset /active_admin.js - 304 Not Modified (57ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:55:41 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:55:45 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (5.5ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (5.8ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (7.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (457.8ms) Completed 200 OK in 465ms (Views: 440.7ms | ActiveRecord: 21.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:46 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:55:46 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:55:46 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:55:55 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"", "answer_ids"=>["", "", "1", "5"]}, "rule_set"=>{"answer_ids"=>["1", "5", "9"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5) Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:55:55 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (328.7ms) Completed 200 OK in 336ms (Views: 331.9ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:56 +0000 Served asset /active_admin.css - 304 Not Modified (184ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:55:56 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:55:56 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:55:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:56:02 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (381.6ms) Completed 200 OK in 391ms (Views: 382.2ms | ActiveRecord: 3.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:03 +0000 Served asset /active_admin.css - 304 Not Modified (174ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:56:03 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:56:03 +0000 Served asset /active_admin.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:56:26 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5 or a8", "answer_ids"=>["", "", "1", "5"]}, "rule_set"=>{"answer_ids"=>["1", "5"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5) Qwester::Answer Load (4.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Qwester::Answer Load (3.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 8]]  (0.4ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 8)  (0.2ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or a5 or a8', "updated_at" = '2013-01-15 09:56:26.534406' WHERE "qwester_rule_sets"."id" = 1  (164.7ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 222ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:56:26 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (213.4ms) Completed 200 OK in 239ms (Views: 231.5ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:27 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:56:27 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:56:27 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (10ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:56:32 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.9ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (450.6ms) Completed 200 OK in 463ms (Views: 456.3ms | ActiveRecord: 3.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:33 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:56:33 +0000 Served asset /application.js - 304 Not Modified (49ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:56:33 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:56:48 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5 or a9", "answer_ids"=>["", "", "1", "5", "8"]}, "rule_set"=>{"answer_ids"=>["1", "5", "8"]}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (1, 5, 8) Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (0.9ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]]  (0.3ms) DELETE FROM "qwester_answers_rule_sets" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers_rule_sets"."answer_id" IN (8)  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 9)  (0.3ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or a5 or a9', "updated_at" = '2013-01-15 09:56:48.395411' WHERE "qwester_rule_sets"."id" = 1  (146.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 218ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 09:56:48 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (329.1ms) Completed 200 OK in 340ms (Views: 332.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:49 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:56:49 +0000 Served asset /application.js - 304 Not Modified (145ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:56:49 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:56:54 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (1.1ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (415.1ms) Completed 200 OK in 431ms (Views: 424.7ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:55 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:56:55 +0000 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:56:55 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:56:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 09:59:43 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (361.9ms) Completed 200 OK in 596ms (Views: 464.7ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 09:59:44 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 09:59:44 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 09:59:44 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 09:59:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:04:39 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (1.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (243.2ms) Completed 500 Internal Server Error in 367ms ActionView::Template::Error (wrong number of arguments (2 for 0)): 1: insert_tag renderer_for(:edit) arbre (1.0.1) lib/arbre/element.rb:116:in `content' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:88:in `block (5 levels) in ' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `collect' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:86:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `collect!' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:84:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:81:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__255459416__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.5ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:05:02 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.3ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (327.5ms) Completed 200 OK in 374ms (Views: 327.8ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:05:03 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:05:03 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:05:03 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:05:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:05:26 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:100) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (278.6ms) Completed 200 OK in 395ms (Views: 280.0ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:05:28 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:05:28 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:05:28 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:05:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:07:04 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (485.6ms) Completed 200 OK in 685ms (Views: 493.1ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:07:06 +0000 Served asset /active_admin.css - 304 Not Modified (68ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:07:06 +0000 Served asset /application.js - 304 Not Modified (145ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:07:06 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:07:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:08:35 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (523.3ms) Completed 200 OK in 585ms (Views: 524.3ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:08:36 +0000 Served asset /active_admin.css - 304 Not Modified (173ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:08:37 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:08:37 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:08:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:09:18 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (14.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (465.9ms) Completed 200 OK in 535ms (Views: 458.1ms | ActiveRecord: 18.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:20 +0000 Served asset /active_admin.css - 304 Not Modified (253ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:09:20 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:09:20 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:09:37 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (448.4ms) Completed 200 OK in 534ms (Views: 463.1ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:39 +0000 Served asset /active_admin.css - 304 Not Modified (362ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:09:40 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:09:40 +0000 Served asset /application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:09:56 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (4.6ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (338.4ms) Completed 200 OK in 385ms (Views: 334.6ms | ActiveRecord: 8.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:57 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:09:58 +0000 Served asset /application.js - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:09:58 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:09:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:10:51 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (466.9ms) Completed 200 OK in 529ms (Views: 476.0ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:10:52 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:10:52 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:10:52 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:10:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:12:24 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (1.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (1.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:103) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (604.6ms) Completed 200 OK in 774ms (Views: 634.7ms | ActiveRecord: 6.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:12:26 +0000 Served asset /active_admin.css - 304 Not Modified (66ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:12:26 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:12:26 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:12:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:13:00 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (2.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:103) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (638.7ms) Completed 200 OK in 796ms (Views: 643.9ms | ActiveRecord: 6.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:13:02 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:13:02 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:13:02 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:13:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:13:25 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.6ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:103) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (371.2ms) Completed 200 OK in 506ms (Views: 373.0ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:13:27 +0000 Served asset /active_admin.css - 304 Not Modified (165ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:13:27 +0000 Served asset /application.js - 304 Not Modified (39ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:13:27 +0000 Served asset /active_admin.js - 304 Not Modified (188ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:13:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:15:00 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:103) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (424.5ms) Completed 200 OK in 570ms (Views: 428.2ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:15:01 +0000 Served asset /active_admin.css - 304 Not Modified (68ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:15:02 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:15:02 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:15:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:17:19 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (345.9ms) Completed 200 OK in 408ms (Views: 346.3ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:17:20 +0000 Served asset /active_admin.css - 304 Not Modified (205ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:17:21 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:17:21 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:17:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:17:39 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (453.8ms) Completed 200 OK in 533ms (Views: 474.2ms | ActiveRecord: 4.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:17:40 +0000 Served asset /active_admin.css - 304 Not Modified (200ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:17:40 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:17:41 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:17:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:17:59 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (2.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (489.3ms) Completed 200 OK in 583ms (Views: 502.3ms | ActiveRecord: 8.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:18:01 +0000 Served asset /active_admin.css - 304 Not Modified (193ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:18:01 +0000 Served asset /application.js - 304 Not Modified (43ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:18:02 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:18:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:18:34 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1  (0.2ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 CACHE (0.0ms) SELECT DISTINCT "qwester_answers".id FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.9ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (466.0ms) Completed 200 OK in 520ms (Views: 467.7ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:18:36 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:18:36 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:18:36 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:18:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:19:17 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (1.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (333.8ms) Completed 500 Internal Server Error in 415ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:edit) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:72:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__255459416__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (103.0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:19:30 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (2.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (1.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (402.6ms) Completed 200 OK in 527ms (Views: 401.1ms | ActiveRecord: 7.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:19:31 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:19:31 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:19:31 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:19:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:20:32 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (437.1ms) Completed 500 Internal Server Error in 638ms ActionView::Template::Error (undefined local variable or method `quester_rule_set' for #): 1: insert_tag renderer_for(:edit) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:63:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___880798431_75759770' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__255459416__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (15.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (63.1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:20:45 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (14.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (12.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (16.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (578.3ms) Completed 200 OK in 707ms (Views: 536.6ms | ActiveRecord: 46.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:20:47 +0000 Served asset /active_admin.css - 304 Not Modified (104ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:20:47 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:20:47 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:20:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 10:21:42 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (1.1ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (256.0ms) Completed 200 OK in 372ms (Views: 254.6ms | ActiveRecord: 7.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:21:44 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:21:44 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:21:44 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:21:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-15 10:21:54 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (314.2ms) Completed 500 Internal Server Error in 335ms ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 1: insert_tag renderer_for(:new) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:75:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__942224633__645070048' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/new.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_new_html_arb__942224633__645070048' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:34:in `block (2 levels) in new' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:19:in `new' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:32:in `new' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__363596595__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.7ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-15 10:22:26 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (241.4ms) Completed 200 OK in 293ms (Views: 248.7ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:22:27 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:22:27 +0000 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:22:27 +0000 Served asset /active_admin.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:22:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-15 10:22:48 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (1.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" IS NULL AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (242.0ms) Completed 200 OK in 375ms (Views: 245.0ms | ActiveRecord: 5.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:22:49 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:22:49 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:22:49 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:22:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-15 10:23:02 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (266.9ms) Completed 200 OK in 380ms (Views: 269.4ms | ActiveRecord: 2.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:23:03 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:23:03 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:23:03 +0000 Served asset /active_admin.js - 304 Not Modified (149ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:23:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-01-15 10:23:43 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (266.9ms) Completed 200 OK in 393ms (Views: 274.1ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:23:44 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:23:44 +0000 Served asset /application.js - 304 Not Modified (94ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:23:44 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:23:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 10:24:15 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"Rule two", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"", "answer_ids"=>["", "2", "7"]}, "commit"=>"Create Rule set"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (3.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" IN (2, 7)  (0.1ms) begin transaction Qwester::Answer Load (1.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] SQL (4.4ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 15 Jan 2013 10:24:15 UTC +00:00], ["description", ""], ["link_text", nil], ["rule", "a2 or a7"], ["title", "Rule two"], ["updated_at", Tue, 15 Jan 2013 10:24:15 UTC +00:00], ["url", "http://google.co.uk"]]  (0.2ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (2, 2)  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (2, 7)  (276.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 343ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 10:24:15 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '2' AND "active_admin_comments"."namespace" = 'admin' CACHE (6.6ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '2' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (246.8ms) Completed 200 OK in 273ms (Views: 243.3ms | ActiveRecord: 7.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:24:16 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:24:16 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:24:16 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:24:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-15 10:24:19 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (18.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (417.9ms) Completed 200 OK in 439ms (Views: 402.9ms | ActiveRecord: 21.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:24:20 +0000 Served asset /active_admin.css - 304 Not Modified (217ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:24:20 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:24:20 +0000 Served asset /application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:24:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 10:27:36 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"Rule two", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a10"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.5ms) DELETE FROM "qwester_answers_rule_sets" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers_rule_sets"."answer_id" IN (2, 7)  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (2, 10)  (1.0ms) UPDATE "qwester_rule_sets" SET "rule" = 'a10', "updated_at" = '2013-01-15 10:27:36.576173' WHERE "qwester_rule_sets"."id" = 2  (134.0ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 184ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 10:27:36 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '2' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '2' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (224.7ms) Completed 200 OK in 299ms (Views: 284.4ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:27:37 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:27:37 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:27:37 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:27:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-15 10:27:41 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (3.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (4.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:104) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (789.5ms) Completed 200 OK in 805ms (Views: 790.1ms | ActiveRecord: 11.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:27:42 +0000 Served asset /active_admin.css - 304 Not Modified (73ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:27:42 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:27:43 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:27:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 10:33:11 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (639.8ms) Completed 200 OK in 660ms (Views: 642.6ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:33:12 +0000 Served asset /active_admin.css - 304 Not Modified (234ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:33:12 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:33:12 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:33:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:38:39 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::RuleSet' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (180.8ms) Completed 200 OK in 190ms (Views: 184.5ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:38:40 +0000 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:38:40 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:38:40 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:38:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:40:21 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (79.2ms) Completed 200 OK in 203ms (Views: 83.0ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:40:22 +0000 Served asset /active_admin.css - 304 Not Modified (170ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:40:22 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:40:22 +0000 Served asset /application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:40:23 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:41:47 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (5.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (151.7ms) Completed 200 OK in 207ms (Views: 159.3ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:41:48 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:41:48 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:41:48 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:41:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:42:37 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (74.5ms) Completed 200 OK in 205ms (Views: 83.5ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:42:38 +0000 Served asset /active_admin.css - 304 Not Modified (171ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:42:38 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:42:38 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:42:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:44:38 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (144.9ms) Completed 200 OK in 197ms (Views: 151.9ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:44:39 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:44:39 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:44:39 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:44:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:45:52 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (153.5ms) Completed 200 OK in 198ms (Views: 161.6ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:45:53 +0000 Served asset /active_admin.css - 304 Not Modified (179ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:45:53 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:45:53 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:45:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:46:15 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (143.1ms) Completed 200 OK in 198ms (Views: 148.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:46:16 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:46:16 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:46:16 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:46:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:46:25 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (145.8ms) Completed 200 OK in 195ms (Views: 149.6ms | ActiveRecord: 2.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:46:26 +0000 Served asset /active_admin.css - 304 Not Modified (122ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:46:26 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:46:26 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:46:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:47:41 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (152.2ms) Completed 200 OK in 208ms (Views: 159.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:47:42 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:47:42 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:47:43 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:47:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:47:54 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (157.9ms) Completed 200 OK in 205ms (Views: 161.8ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:47:55 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:47:55 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:47:55 +0000 Served asset /active_admin.js - 304 Not Modified (162ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:47:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:48:55 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (158.0ms) Completed 200 OK in 300ms (Views: 169.7ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:48:56 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:48:56 +0000 Served asset /application.js - 304 Not Modified (28ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:48:56 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:48:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:49:41 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (162.2ms) Completed 200 OK in 209ms (Views: 166.1ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:49:42 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:49:42 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:49:42 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:49:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:53:16 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (73.3ms) Completed 200 OK in 210ms (Views: 83.1ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:53:17 +0000 Served asset /active_admin.css - 304 Not Modified (127ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:53:17 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:53:17 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:53:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:53:51 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (160.3ms) Completed 200 OK in 206ms (Views: 164.5ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:53:53 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:53:53 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:53:53 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:53:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 10:54:59 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (158.0ms) Completed 200 OK in 206ms (Views: 168.1ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 10:55:00 +0000 Served asset /active_admin.css - 304 Not Modified (180ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 10:55:00 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 10:55:00 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 10:55:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:01:57 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (170.8ms) Completed 200 OK in 228ms (Views: 175.9ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:01:58 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:01:58 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:01:58 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:01:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:02:49 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (177.0ms) Completed 200 OK in 220ms (Views: 180.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:02:50 +0000 Served asset /active_admin.css - 304 Not Modified (185ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:02:50 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:02:50 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:02:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:03:16 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (460.7ms) Completed 200 OK in 521ms (Views: 474.5ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:18 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:03:18 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:03:18 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:03:34 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (168.8ms) Completed 200 OK in 218ms (Views: 172.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:35 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:03:35 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:03:35 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:03:56 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (173.5ms) Completed 200 OK in 299ms (Views: 177.3ms | ActiveRecord: 2.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:58 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:03:58 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:03:58 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:03:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:04:46 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (173.9ms) Completed 200 OK in 215ms (Views: 178.1ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:04:47 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:04:47 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:04:47 +0000 Served asset /active_admin.js - 304 Not Modified (177ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:04:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:06:54 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (70.4ms) Completed 500 Internal Server Error in 205ms ActionView::Template::Error (undefined method `question' for 1:Fixnum): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:131:in `block (6 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `ul' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:129:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:122:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__386189919__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:08:30 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (162.6ms) Completed 500 Internal Server Error in 294ms ActionView::Template::Error (uninitialized constant Qwester::Quester): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:131:in `block (6 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `ul' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:129:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:122:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__386189919__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.9ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:08:51 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (169.5ms) Completed 500 Internal Server Error in 220ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:131:in `block (6 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `ul' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:129:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:122:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__386189919__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.7ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:10:43 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (1.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (172.8ms) Completed 500 Internal Server Error in 218ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:132:in `block (6 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:130:in `block (5 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `ul' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:129:in `block (4 levels) in ' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `each' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:128:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:122:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__386189919__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.9ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:11:07 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (263.2ms) Completed 200 OK in 310ms (Views: 267.9ms | ActiveRecord: 3.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:11:08 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:11:09 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:11:09 +0000 Served asset /active_admin.js - 304 Not Modified (210ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:11:09 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:12:26 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (2.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (255.3ms) Completed 200 OK in 399ms (Views: 257.0ms | ActiveRecord: 6.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:12:27 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:12:27 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:12:27 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:12:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:13:00 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (1.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (256.6ms) Completed 200 OK in 306ms (Views: 258.9ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:13:01 +0000 Served asset /active_admin.css - 304 Not Modified (141ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:13:01 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:13:01 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:13:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:14:05 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.9ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (5.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (277.5ms) Completed 200 OK in 321ms (Views: 275.7ms | ActiveRecord: 9.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:06 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:14:06 +0000 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:14:06 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:14:18 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.6ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (2.4ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (262.0ms) Completed 200 OK in 401ms (Views: 264.0ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:19 +0000 Served asset /active_admin.css - 304 Not Modified (47ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:14:19 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:14:19 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:14:41 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (258.2ms) Completed 200 OK in 309ms (Views: 258.0ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:42 +0000 Served asset /active_admin.css - 304 Not Modified (189ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:14:42 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:14:42 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:14:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:16:56 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.8ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (1.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.6ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (4.7ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (277.8ms) Completed 200 OK in 335ms (Views: 273.1ms | ActiveRecord: 10.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:16:57 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:16:57 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:16:57 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:16:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:17:10 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (12.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (913.2ms) Completed 200 OK in 974ms (Views: 892.7ms | ActiveRecord: 28.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:17:13 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:17:13 +0000 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:17:13 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:17:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:18:22 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (1.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:101) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (416.3ms) Completed 200 OK in 471ms (Views: 416.0ms | ActiveRecord: 8.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:18:23 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:18:23 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:18:23 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:18:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:19:30 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (2.9ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (423.1ms) Completed 200 OK in 475ms (Views: 425.4ms | ActiveRecord: 7.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:19:31 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:19:31 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:19:31 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:19:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:20:31 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (315.2ms) Completed 200 OK in 368ms (Views: 316.8ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:20:32 +0000 Served asset /active_admin.css - 304 Not Modified (223ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:20:33 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:20:33 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:20:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:21:00 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (1.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (313.8ms) Completed 200 OK in 375ms (Views: 317.0ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:01 +0000 Served asset /active_admin.css - 304 Not Modified (233ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:21:01 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:21:01 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 11:21:11 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1102.6ms) Completed 200 OK in 1128ms (Views: 1111.9ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:13 +0000 Served asset /active_admin.css - 304 Not Modified (216ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:21:13 +0000 Served asset /active_admin.js - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:21:13 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:21:17 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.9ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (378.1ms) Completed 200 OK in 407ms (Views: 389.6ms | ActiveRecord: 4.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:18 +0000 Served asset /active_admin.css - 304 Not Modified (68ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:21:18 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:21:18 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:21:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:24:21 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (2.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (2.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (287.8ms) Completed 200 OK in 338ms (Views: 286.5ms | ActiveRecord: 7.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:24:22 +0000 Served asset /active_admin.css - 304 Not Modified (144ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:24:22 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:24:22 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:24:23 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:24:50 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (287.7ms) Completed 200 OK in 308ms (Views: 291.3ms | ActiveRecord: 2.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:24:51 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:24:51 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:24:51 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:24:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:25:04 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (592.1ms) Completed 200 OK in 611ms (Views: 594.3ms | ActiveRecord: 6.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:25:05 +0000 Served asset /active_admin.css - 304 Not Modified (245ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:25:06 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:25:06 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:25:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:25:19 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or (a5 and a9)"}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (2.6ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or (a5 and a9)', "updated_at" = '2013-01-15 11:25:19.635804' WHERE "qwester_rule_sets"."id" = 1  (181.2ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 232ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:25:19 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (398.2ms) Completed 200 OK in 413ms (Views: 399.6ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:25:20 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:25:21 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:25:21 +0000 Served asset /active_admin.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:25:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (16ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:26:19 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (3.8ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (437.1ms) Completed 200 OK in 451ms (Views: 441.8ms | ActiveRecord: 7.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:20 +0000 Served asset /active_admin.css - 304 Not Modified (280ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:26:20 +0000 Served asset /application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:26:20 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 11:26:29 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.4ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1361.5ms) Completed 200 OK in 1395ms (Views: 1387.9ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:31 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:26:31 +0000 Served asset /application.js - 304 Not Modified (231ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:26:31 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-15 11:26:34 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.3ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (2.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (267.6ms) Completed 200 OK in 276ms (Views: 266.3ms | ActiveRecord: 6.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:35 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:26:35 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:26:35 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:26:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:28:29 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"Rule two", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"not a10"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.5ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.4ms) UPDATE "qwester_rule_sets" SET "rule" = 'not a10', "updated_at" = '2013-01-15 11:28:29.507797' WHERE "qwester_rule_sets"."id" = 2  (156.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 210ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:28:29 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (193.2ms) Completed 200 OK in 211ms (Views: 197.2ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:28:30 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:28:30 +0000 Served asset /application.js - 304 Not Modified (33ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:28:30 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:28:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-15 11:29:43 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (265.1ms) Completed 200 OK in 282ms (Views: 267.1ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:29:44 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:29:44 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:29:44 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:29:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:29:52 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"Rule two", "description"=>"This is a description", "url"=>"http://google.co.uk", "rule"=>"not a10"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.5ms) UPDATE "qwester_rule_sets" SET "description" = 'This is a description', "updated_at" = '2013-01-15 11:29:52.803069' WHERE "qwester_rule_sets"."id" = 2  (177.2ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 216ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:29:53 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (185.3ms) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (undefined method `description' for nil:NilClass): 1: insert_tag renderer_for(:show) /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:107:in `block (3 levels) in ' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:106:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb__596743855_94543320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__321862516__process_action__386189919__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__370201664__call__144546632__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.5ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:30:24 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (415.7ms) Completed 200 OK in 467ms (Views: 418.3ms | ActiveRecord: 7.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:30:25 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:30:25 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:30:25 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:30:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:32:58 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.7ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (230.5ms) Completed 200 OK in 289ms (Views: 233.8ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:00 +0000 Served asset /active_admin.css - 304 Not Modified (209ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:33:00 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:33:00 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:33:17 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (231.0ms) Completed 200 OK in 288ms (Views: 234.2ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:18 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:33:18 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:33:18 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:33:46 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (247.4ms) Completed 200 OK in 299ms (Views: 250.3ms | ActiveRecord: 2.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:47 +0000 Served asset /active_admin.css - 304 Not Modified (157ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:33:48 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:33:48 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:33:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 11:35:01 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (1.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (545.2ms) Completed 200 OK in 561ms (Views: 549.6ms | ActiveRecord: 3.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:02 +0000 Served asset /active_admin.css - 304 Not Modified (156ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:35:03 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:35:03 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1/edit" for 127.0.0.1 at 2013-01-15 11:35:05 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (27.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 AND "qwester_answers"."id" = 10 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:102) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (397.0ms) Completed 200 OK in 432ms (Views: 396.3ms | ActiveRecord: 31.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:06 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:35:06 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:35:06 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:35:19 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ezdx9eTK3vn5j6C2GCsVlsLGqaSwlZBGOVmjH6zM+Uc=", "qwester_rule_set"=>{"title"=>"First", "description"=>"", "url"=>"http://google.co.uk", "rule"=>"a1 or a5 or a9"}, "commit"=>"Update Rule set", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1  (5.0ms) UPDATE "qwester_rule_sets" SET "rule" = 'a1 or a5 or a9', "updated_at" = '2013-01-15 11:35:19.999071' WHERE "qwester_rule_sets"."id" = 1  (156.3ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/1 Completed 302 Found in 206ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:35:20 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.5ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (251.3ms) Completed 200 OK in 265ms (Views: 252.4ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:20 +0000 Served asset /active_admin.css - 304 Not Modified (227ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:35:20 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:35:21 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:35:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:37:40 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (14.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (525.4ms) Completed 200 OK in 624ms (Views: 525.9ms | ActiveRecord: 20.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:37:42 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:37:42 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:37:42 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:37:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:40:54 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (1.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (296.8ms) Completed 200 OK in 356ms (Views: 296.8ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:40:55 +0000 Served asset /active_admin.css - 304 Not Modified (152ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:40:55 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:40:55 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:40:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:44:05 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (506.4ms) Completed 200 OK in 597ms (Views: 513.9ms | ActiveRecord: 3.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:44:07 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:44:07 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:44:07 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:44:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:45:25 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (6.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (287.1ms) Completed 200 OK in 472ms (Views: 282.9ms | ActiveRecord: 9.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:45:27 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:45:27 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:45:27 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:45:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 11:45:56 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.0ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1003.2ms) Completed 200 OK in 1014ms (Views: 1006.9ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:45:57 +0000 Served asset /active_admin.css - 304 Not Modified (385ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:45:58 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:45:58 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:45:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:46:02 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (400.5ms) Completed 200 OK in 417ms (Views: 407.9ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:46:03 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:46:03 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:46:03 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:46:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-15 11:49:52 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (2.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (349.1ms) Completed 200 OK in 518ms (Views: 356.2ms | ActiveRecord: 3.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:49:54 +0000 Served asset /active_admin.css - 304 Not Modified (179ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:49:54 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:49:54 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:49:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:50:23 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (19.8ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (307.0ms) Completed 200 OK in 318ms (Views: 288.7ms | ActiveRecord: 22.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:50:24 +0000 Served asset /active_admin.css - 304 Not Modified (55ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:50:24 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:50:24 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:50:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/1" for 127.0.0.1 at 2013-01-15 11:57:10 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Load (27.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (574.0ms) Completed 200 OK in 716ms (Views: 613.1ms | ActiveRecord: 31.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:57:11 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:57:12 +0000 Served asset /application.js - 304 Not Modified (95ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:57:12 +0000 Served asset /active_admin.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:57:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 11:57:16 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (864.7ms) Completed 200 OK in 877ms (Views: 865.3ms | ActiveRecord: 3.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:57:17 +0000 Served asset /active_admin.css - 304 Not Modified (66ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:57:17 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:57:17 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:57:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 11:58:13 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (557.8ms) Completed 200 OK in 652ms (Views: 616.4ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 11:58:14 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 11:58:14 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 11:58:14 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 11:58:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 11:58:39 +0000 NoMethodError (undefined method `group' for #): config/routes.rb:4:in `block in ' config/routes.rb:1:in `' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.7ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 11:59:53 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (137.2ms) Completed 500 Internal Server Error in 244ms ActionView::Template::Error (can't convert Symbol into String): 1: insert_tag renderer_for(:index) activemodel (3.2.11) lib/active_model/naming.rb:20:in `initialize' activemodel (3.2.11) lib/active_model/naming.rb:20:in `initialize' activeadmin (0.5.1) lib/active_admin/resource/naming.rb:45:in `initialize' activeadmin (0.5.1) lib/active_admin/resource/menu.rb:23:in `new' activeadmin (0.5.1) lib/active_admin/resource/menu.rb:23:in `parent_menu_item_name' activeadmin (0.5.1) lib/active_admin/menu_builder.rb:43:in `register_with_menu' activeadmin (0.5.1) lib/active_admin/menu_builder.rb:31:in `block in build_menu' activeadmin (0.5.1) lib/active_admin/resource_collection.rb:39:in `each' activeadmin (0.5.1) lib/active_admin/resource_collection.rb:39:in `each' activeadmin (0.5.1) lib/active_admin/menu_builder.rb:30:in `build_menu' activeadmin (0.5.1) lib/active_admin/menu_builder.rb:16:in `menu' activeadmin (0.5.1) lib/active_admin/menu_builder.rb:6:in `build_for_namespace' activeadmin (0.5.1) lib/active_admin/namespace.rb:118:in `menu' activeadmin (0.5.1) lib/active_admin/base_controller/menu.rb:14:in `current_menu' actionpack (3.2.11) lib/abstract_controller/helpers.rb:53:in `current_menu' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:49:in `build_header' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:40:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___771195298__636317968' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___771195298__636317968' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__164432923__process_action__614258896__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__1054794389__call__144013515__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.9ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:00:02 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (1.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (444.8ms) Completed 200 OK in 482ms (Views: 454.2ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:03 +0000 Served asset /active_admin.css - 304 Not Modified (101ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:00:03 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:00:03 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:00:04 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (54ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:00:06 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:00:17 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (6.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (663.7ms) Completed 200 OK in 714ms (Views: 658.7ms | ActiveRecord: 9.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:19 +0000 Served asset /active_admin.css - 304 Not Modified (114ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:00:19 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:00:19 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:00:34 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (1.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.3ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (475.4ms) Completed 200 OK in 523ms (Views: 483.0ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:35 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:00:35 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:00:35 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:00:49 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.0ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (430.6ms) Completed 200 OK in 537ms (Views: 435.0ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:50 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:00:50 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:00:50 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:00:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:12:18 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (500.3ms) Completed 500 Internal Server Error in 689ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__215270557__process_action__448011635__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__468649771__call__489407702__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.5ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:13:12 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (1.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (171.3ms) Completed 500 Internal Server Error in 283ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__215270557__process_action__448011635__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__468649771__call__489407702__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.2ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:13:26 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (161.5ms) Completed 500 Internal Server Error in 173ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___29432315_100184970' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__215270557__process_action__448011635__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__468649771__call__489407702__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.7ms) Started GET "/admin/" for 127.0.0.1 at 2013-01-15 12:13:29 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (153.3ms) Completed 200 OK in 163ms (Views: 157.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:29 +0000 Served asset /active_admin.css - 304 Not Modified (51ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:13:29 +0000 Served asset /active_admin.js - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:13:29 +0000 Served asset /application.js - 304 Not Modified (206ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:13:40 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (1.6ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (937.7ms) Completed 200 OK in 950ms (Views: 939.7ms | ActiveRecord: 3.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:41 +0000 Served asset /active_admin.css - 304 Not Modified (134ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:13:41 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:13:41 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-15 12:13:43 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (202.9ms) Completed 200 OK in 219ms (Views: 206.8ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:43 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:13:43 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:13:43 +0000 Served asset /active_admin.js - 304 Not Modified (114ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:13:47 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (130.5ms) Completed 200 OK in 140ms (Views: 137.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:47 +0000 Served asset /active_admin.css - 304 Not Modified (115ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:13:47 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:13:47 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:13:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:14:04 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (136.5ms) Completed 200 OK in 172ms (Views: 140.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:14:05 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:14:05 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:14:05 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-15 12:14:05 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (115ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:14:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:14:06 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (13ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:15:13 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (84.9ms) Completed 200 OK in 100ms (Views: 97.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:14 +0000 Served asset /active_admin.css - 304 Not Modified (18ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:15:14 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:15:14 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:15:29 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (261.8ms) Completed 200 OK in 396ms (Views: 351.1ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:30 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:15:30 +0000 Served asset /application.js - 304 Not Modified (73ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:15:30 +0000 Served asset /active_admin.js - 304 Not Modified (187ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:15:47 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (140.3ms) Completed 200 OK in 158ms (Views: 156.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:48 +0000 Served asset /active_admin.css - 304 Not Modified (166ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:15:48 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:15:48 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:15:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:16:03 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (278.7ms) Completed 200 OK in 418ms (Views: 373.4ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:04 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:16:04 +0000 Served asset /application.js - 304 Not Modified (54ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:16:04 +0000 Served asset /active_admin.js - 304 Not Modified (61ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:16:36 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (203.2ms) Completed 200 OK in 209ms (Views: 206.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:37 +0000 Served asset /active_admin.css - 304 Not Modified (224ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:16:37 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:16:37 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:16:52 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (296.3ms) Completed 200 OK in 432ms (Views: 385.2ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:53 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:16:53 +0000 Served asset /application.js - 304 Not Modified (96ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:16:53 +0000 Served asset /active_admin.js - 304 Not Modified (152ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:16:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:33:09 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 5ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-15 12:33:09 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (322.6ms) Completed 200 OK in 667ms (Views: 641.1ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:10 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:10 +0000 Served asset /jquery.js - 304 Not Modified (31ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:10 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:10 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (50ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin/application.js - 304 Not Modified (157ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /active_admin.js - 304 Not Modified (46ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-15 12:33:11 +0000 Served asset /application.js - 304 Not Modified (90ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-15 12:33:17 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dQV5vRjR+vcn90I2JUPBw3Rb1BrfBQiqkSps7dh2BMY=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (6.0ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-15 09:31:54.166142', "current_sign_in_at" = '2013-01-15 12:33:18.318893', "sign_in_count" = 3, "updated_at" = '2013-01-15 12:33:18.325644' WHERE "admin_users"."id" = 1  (225.8ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 874ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:33:18 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (145.8ms) Completed 200 OK in 152ms (Views: 150.0ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:19 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:33:19 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:33:19 +0000 Served asset /active_admin.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-15 12:33:19 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:33:21 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (2ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:33:42 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (8.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (149.3ms) Completed 200 OK in 174ms (Views: 163.7ms | ActiveRecord: 8.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:42 +0000 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:33:42 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:33:42 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:33:59 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (274.6ms) Completed 200 OK in 409ms (Views: 361.7ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:33:59 +0000 Served asset /active_admin.css - 304 Not Modified (64ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:33:59 +0000 Served asset /application.js - 304 Not Modified (63ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:34:00 +0000 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:34:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:34:10 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (937.4ms) Completed 200 OK in 1005ms (Views: 940.3ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (7ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (105ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-15 12:34:11 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:34:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:34:41 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (499.7ms) Completed 200 OK in 593ms (Views: 502.5ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:34:42 +0000 Served asset /active_admin.css - 304 Not Modified (140ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:34:42 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:34:42 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:34:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:35:02 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (650.5ms) Completed 200 OK in 684ms (Views: 653.2ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:04 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:35:04 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:35:04 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:35:07 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (265.9ms) Completed 500 Internal Server Error in 277ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___684839410_88269980' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___684839410_88269980' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1004771403__process_action__203385583__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__632867251__call__120457839__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (38.1ms) Connecting to database specified by database.yml Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:35:38 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (2.2ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1034.2ms) Completed 200 OK in 1225ms (Views: 1123.3ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:39 +0000 Served asset /active_admin.css - 304 Not Modified (111ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:35:40 +0000 Served asset /application.js - 304 Not Modified (80ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:35:40 +0000 Served asset /active_admin.js - 304 Not Modified (62ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:35:42 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (204.9ms) Completed 500 Internal Server Error in 214ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__81629730__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.7ms) Started GET "/admin/questions" for 127.0.0.1 at 2013-01-15 12:35:54 +0000 Processing by Admin::QuestionsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (2.3ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (484.0ms) Completed 200 OK in 493ms (Views: 484.1ms | ActiveRecord: 3.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:55 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:35:55 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:35:55 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/questionnaires" for 127.0.0.1 at 2013-01-15 12:35:57 +0000 Processing by Admin::QuestionnairesController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1307.4ms) Completed 200 OK in 1328ms (Views: 1315.3ms | ActiveRecord: 2.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:59 +0000 Served asset /active_admin.css - 304 Not Modified (59ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:35:59 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:35:59 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:35:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/rule_sets" for 127.0.0.1 at 2013-01-15 12:36:02 +0000 Processing by Admin::RuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (501.7ms) Completed 200 OK in 528ms (Views: 510.3ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:36:03 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:36:03 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:36:03 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:36:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:36:07 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (217.3ms) Completed 500 Internal Server Error in 227ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__81629730__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.8ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:36:54 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (204.0ms) Completed 500 Internal Server Error in 234ms ActionView::Template::Error (undefined method `edit_admin_qwester_questions_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__81629730__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.5ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:37:33 +0000 Processing by Admin::AnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (530.5ms) Completed 200 OK in 564ms (Views: 532.7ms | ActiveRecord: 2.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:37:35 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:37:35 +0000 Served asset /application.js - 304 Not Modified (136ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:37:35 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:37:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/answers" for 127.0.0.1 at 2013-01-15 12:38:04 +0000 ActionController::RoutingError (No route matches [GET] "/admin/answers"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:38:08 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (184.7ms) Completed 200 OK in 276ms (Views: 196.6ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:38:09 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:38:09 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:38:09 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-15 12:38:10 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:38:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:38:11 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (9ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:38:12 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (211.6ms) Completed 500 Internal Server Error in 234ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__817236476__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.1ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:38:25 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (2.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (194.3ms) Completed 500 Internal Server Error in 283ms ActionView::Template::Error (undefined method `edit_admin_qwester_questions_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__817236476__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.1ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:38:41 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (192.6ms) Completed 500 Internal Server Error in 223ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___696685138__636481098' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__817236476__process_action__146409956__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275932321__call__512725119__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.1ms) Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:38:46 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (152.7ms) Completed 200 OK in 160ms (Views: 155.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:38:47 +0000 Served asset /active_admin.css - 304 Not Modified (98ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:38:47 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:38:47 +0000 Served asset /active_admin.js - 304 Not Modified (127ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-15 12:38:48 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:38:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:38:49 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-15 12:39:06 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (269.9ms) Completed 200 OK in 481ms (Views: 378.0ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:39:07 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:39:07 +0000 Served asset /application.js - 304 Not Modified (76ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:39:07 +0000 Served asset /active_admin.js - 304 Not Modified (43ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:39:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:39:10 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (303.4ms) Completed 500 Internal Server Error in 365ms ActionView::Template::Error (undefined method `edit_admin_qwester_question_path' for
:ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:13:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___341602376_95669020' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___341602376_95669020' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__636603043__process_action__272773058__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__995238471__call__623417497__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.5ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:40:15 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (831.7ms) Completed 200 OK in 924ms (Views: 839.5ms | ActiveRecord: 8.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:40:16 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (2ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (10ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:40:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:40:56 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (1.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (485.2ms) Completed 200 OK in 514ms (Views: 486.4ms | ActiveRecord: 3.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:40:57 +0000 Served asset /active_admin.css - 304 Not Modified (158ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:40:57 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:40:57 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:40:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:41:08 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (429.9ms) Completed 200 OK in 439ms (Views: 433.9ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:41:08 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:41:08 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:41:08 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:41:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:42:29 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (7.1ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (471.5ms) Completed 200 OK in 560ms (Views: 469.1ms | ActiveRecord: 9.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:42:30 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:42:30 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:42:30 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:42:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:42:36 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (419.3ms) Completed 200 OK in 430ms (Views: 425.4ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:42:37 +0000 Served asset /active_admin.css - 304 Not Modified (100ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:42:37 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:42:37 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:42:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:43:34 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (972.2ms) Completed 200 OK in 1151ms (Views: 1060.4ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:43:35 +0000 Served asset /active_admin.css - 304 Not Modified (47ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:43:35 +0000 Served asset /application.js - 304 Not Modified (66ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:43:35 +0000 Served asset /active_admin.js - 304 Not Modified (55ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:43:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (87ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:43:43 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (336.8ms) Completed 200 OK in 351ms (Views: 340.1ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:43:43 +0000 Served asset /active_admin.css - 304 Not Modified (97ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:43:43 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:43:43 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:43:43 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:44:31 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (418.9ms) Completed 200 OK in 457ms (Views: 415.5ms | ActiveRecord: 9.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:44:32 +0000 Served asset /active_admin.css - 304 Not Modified (87ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:44:32 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:44:32 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:44:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:46:19 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1020.8ms) Completed 200 OK in 1207ms (Views: 1114.7ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:46:20 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:46:20 +0000 Served asset /application.js - 304 Not Modified (146ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:46:21 +0000 Served asset /active_admin.js - 304 Not Modified (159ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:46:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:49:36 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (464.4ms) Completed 200 OK in 558ms (Views: 468.5ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:49:37 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:49:38 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:49:38 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:49:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-15 12:50:33 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_answers"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (419.2ms) Completed 200 OK in 512ms (Views: 429.1ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:50:35 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:50:35 +0000 Served asset /application.js - 304 Not Modified (43ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:50:35 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:50:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-15 12:50:39 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (497.3ms) Completed 200 OK in 508ms (Views: 501.2ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:50:39 +0000 Served asset /active_admin.css - 304 Not Modified (146ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:50:39 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:50:39 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:50:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-15 12:51:08 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (510.8ms) Completed 200 OK in 523ms (Views: 513.5ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-15 12:51:08 +0000 Served asset /active_admin.css - 304 Not Modified (132ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-15 12:51:08 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-15 12:51:08 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-15 12:51:09 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-16 13:06:50 +0000 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (45.7ms) Started GET "/admin" for 127.0.0.1 at 2013-01-16 13:06:56 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 4ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-16 13:06:57 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (899.8ms) Completed 200 OK in 2156ms (Views: 2082.8ms | ActiveRecord: 8.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:06:59 +0000 Served asset /active_admin.css - 304 Not Modified (77ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:06:59 +0000 Served asset /jquery_ujs.js - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:06:59 +0000 Served asset /jquery.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (104ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (40ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (135ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /active_admin.js - 304 Not Modified (52ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:00 +0000 Served asset /application.js - 304 Not Modified (94ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (50ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:07 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 516ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (34.5ms) Completed 200 OK in 554ms (Views: 150.8ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:08 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /jquery_ujs.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:09 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:15 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 407ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (32.8ms) Completed 200 OK in 539ms (Views: 144.6ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:16 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:16 +0000 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:16 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin.js - 304 Not Modified (122ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:17 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:27 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 423ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (28.5ms) Completed 200 OK in 551ms (Views: 144.6ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /jquery_ujs.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:29 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:33 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 425ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (32.3ms) Completed 200 OK in 578ms (Views: 182.2ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /jquery_ujs.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:34 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:35 +0000 Served asset /active_admin/application.js - 304 Not Modified (35ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:35 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:35 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:38 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 428ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (78.8ms) Completed 200 OK in 582ms (Views: 156.0ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:39 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /jquery_ujs.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Completed 401 Unauthorized in 1ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (36.3ms) Completed 200 OK in 146ms (Views: 145.3ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Served asset /active_admin.css - 304 Not Modified (122ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:46 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:52 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 416ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (29.9ms) Completed 200 OK in 545ms (Views: 149.6ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin.css - 304 Not Modified (104ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /jquery_ujs.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/application.js - 304 Not Modified (26ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:07:56 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 428ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (31.9ms) Completed 200 OK in 564ms (Views: 148.0ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:57 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /jquery_ujs.js - 304 Not Modified (39ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:07:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:09:31 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 447ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (337.7ms) Completed 200 OK in 1014ms (Views: 606.2ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin.css - 304 Not Modified (134ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /jquery.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (12ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:33 +0000 Served asset /application.js - 304 Not Modified (168ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:34 +0000 Served asset /active_admin.js - 304 Not Modified (48ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:34 +0000 Served asset /active_admin/application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/login" for 127.0.0.1 at 2013-01-16 13:09:45 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (113.6ms) Completed 200 OK in 452ms (Views: 451.2ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /active_admin.css - 304 Not Modified (83ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /jquery.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /jquery_ujs.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:46 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (142ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-16 13:09:55 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5qocLy3C99wWwqiz6RVvic7d6NXnc1MzD9MWg+fQFk8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-15 12:33:18.318893', "current_sign_in_at" = '2013-01-16 13:09:55.825082', "sign_in_count" = 4, "updated_at" = '2013-01-16 13:09:55.829521' WHERE "admin_users"."id" = 1  (162.4ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 698ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (116.5ms) Completed 200 OK in 155ms (Views: 151.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Served asset /active_admin.css - 304 Not Modified (64ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (34ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-16 13:09:56 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-16 13:09:58 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (47ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 13:20:39 +0000 ActionController::RoutingError (No route matches [GET] "/questionnaires"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (47.2ms) Started GET "/questionnaires/index" for 127.0.0.1 at 2013-01-17 13:20:48 +0000 Processing by QuestionnairesController#index as HTML Rendered questionnaires/index.html.erb within layouts/application (0.4ms) Compiled questionnaires.css (37ms) (pid 6002) Compiled application.css (363ms) (pid 6002) Compiled questionnaires.js (0ms) (pid 6002) Compiled application.js (71ms) (pid 6002) Completed 200 OK in 922ms (Views: 921.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /application.css - 200 OK (101ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /questionnaires.css - 200 OK (10ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /active_admin.css - 200 OK (234ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:49 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (20ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /jquery_ujs.js - 304 Not Modified (33ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /jquery.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin/application.js - 304 Not Modified (75ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /active_admin.js - 304 Not Modified (199ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /questionnaires.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:20:50 +0000 Served asset /application.js - 200 OK (67ms) Started GET "/questionnaires/index" for 127.0.0.1 at 2013-01-17 13:23:28 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"index"} Rendered questionnaires/show.html.erb within layouts/application (0.5ms) Completed 200 OK in 122ms (Views: 121.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /application.css - 304 Not Modified (43ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin.css - 304 Not Modified (207ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:29 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:30 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/questionnaires/" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Processing by QuestionnairesController#index as HTML Rendered questionnaires/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 188ms (Views: 187.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Served asset /application.css - 304 Not Modified (39ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Served asset /active_admin.css - 304 Not Modified (162ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:33 +0000 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /jquery_ujs.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin/application.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /questionnaires.js - 304 Not Modified (6ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:23:34 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:24:03 +0000 Processing by QuestionnairesController#index as HTML Rendered questionnaires/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 229ms (Views: 228.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:24:05 +0000 Served asset /application.css - 304 Not Modified (71ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:24:05 +0000 Served asset /active_admin.css - 304 Not Modified (195ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /questionnaires.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:24:06 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:26:21 +0000 Processing by QuestionnairesController#index as HTML Rendered questionnaires/index.html.erb within layouts/application (108.5ms) Completed 500 Internal Server Error in 119ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 1:

Questionnaires

2:
    3: <% @questionnaires.each do |questionnaire| %> 4:
  • 5: <%= link_to( 6: image_tag(questionnaire.button_image.url(:link)), app/views/questionnaires/index.html.erb:3:in `_app_views_questionnaires_index_html_erb___903710757_96668900' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.5ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:26:46 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered questionnaires/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 146ms (Views: 126.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /application.css - 304 Not Modified (42ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin.css - 304 Not Modified (196ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:47 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:48 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:48 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:48 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:48 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:26:48 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:27:53 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (5.8ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered questionnaires/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 172ms (Views: 160.8ms | ActiveRecord: 5.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:27:53 +0000 Served asset /application.css - 304 Not Modified (50ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:27:53 +0000 Served asset /active_admin.css - 304 Not Modified (194ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /jquery.js - 304 Not Modified (24ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /questionnaires.css - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:27:54 +0000 Served asset /application.js - 304 Not Modified (28ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:28:19 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered questionnaires/index.html.erb within layouts/application (10.9ms) Completed 200 OK in 188ms (Views: 186.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /application.css - 304 Not Modified (42ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /questionnaires.css - 304 Not Modified (40ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (104ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:20 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered questionnaires/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 237ms (Views: 235.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /application.css - 304 Not Modified (43ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /questionnaires.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /jquery.js - 304 Not Modified (27ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /jquery_ujs.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:48 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:49 +0000 Served asset /active_admin/application.js - 304 Not Modified (140ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:49 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:49 +0000 Served asset /questionnaires.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:28:49 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Rendered questionnaires/show.html.erb within layouts/application (0.4ms) Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /application.css - 304 Not Modified (148ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:29:06 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:29:07 +0000 Served asset /application.js - 304 Not Modified (68ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:30:23 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Rendered questionnaires/show.html.erb within layouts/application (2.1ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 1:

    <%= @questionnaire.title %>

    2: 3: <% if @questionnaire.description.present? %> 4: <%= content_tag('div', sanitize(@questionnaire.description)) %> app/views/questionnaires/show.html.erb:1:in `_app_views_questionnaires_show_html_erb__708720061_77479360' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (41.6ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:31:05 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (1.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Rendered questionnaires/show.html.erb within layouts/application (242.5ms) Completed 500 Internal Server Error in 264ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Answer): 9: <%= form_for(@questionnaire, :url => questionnaire_path(@questionnaire)) do |form| %> 10: 11:
      12: <%= form.fields_for(@questionnaire.answers, Answer) do |answer_form| %> 13: <% @questionnaire.questions.each do |question| %> 14:
    • 15: <%= content_tag( app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__708720061_77479360' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__708720061_77479360' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.1ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:31:29 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (189.7ms) Completed 200 OK in 305ms (Views: 302.1ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:31:29 +0000 Served asset /application.css - 304 Not Modified (41ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:31:29 +0000 Served asset /active_admin.css - 304 Not Modified (192ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (41ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:31:30 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:32:57 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.0ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (51.1ms) Completed 500 Internal Server Error in 64ms ActionView::Template::Error (undefined method `answers_radio_buttons' for #<#:0xb87a608>): 19: ) 20: %> 21:
        22: <%= answers_radio_buttons(question) %> 23:
      24:
    • 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__708720061_96718280' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__708720061_96718280' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__708720061_96718280' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__708720061_96718280' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (44.2ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:33:48 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (47.3ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (undefined method `qwester_answers_selection' for #<#:0xb3460a4c>): 19: ) 20: %> 21:
        22: <%= qwester_answers_selection(question) %> 23:
      24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__708720061__643628958' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.8ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:35:08 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.7ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (145.2ms) Completed 500 Internal Server Error in 167ms ActionView::Template::Error (undefined method `qwester_answers_selection' for #<#:0xb33ac344>): 19: ) 20: %> 21:
        22: <%= qwester_answers_selection(question) %> 23:
      24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__708720061__643628958' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.3ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:47:57 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (31.3ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (undefined method `qwester_answers_selection' for #<#:0xb7251e0>): 19: ) 20: %> 21:
        22: <%= qwester_answers_selection(question) %> 23:
      24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__708720061__643628958' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__708720061__643628958' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.4ms) Connecting to database specified by database.yml Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:48:12 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (2.9ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (1.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (274.6ms) Completed 200 OK in 603ms (Views: 575.4ms | ActiveRecord: 7.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /application.css - 304 Not Modified (68ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /active_admin.css - 304 Not Modified (193ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /questionnaires.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /jquery.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /jquery_ujs.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /active_admin/application.js - 304 Not Modified (76ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /active_admin.js - 304 Not Modified (37ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /questionnaires.js - 304 Not Modified (23ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:48:14 +0000 Served asset /application.js - 304 Not Modified (78ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:49:49 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (59.4ms) Completed 200 OK in 260ms (Views: 185.4ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:49:50 +0000 Served asset /application.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:49:50 +0000 Served asset /active_admin.css - 304 Not Modified (74ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:50 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /active_admin.js - 304 Not Modified (25ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:49:51 +0000 Served asset /application.js - 304 Not Modified (21ms) Connecting to database specified by database.yml Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:50:15 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (5.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (417.3ms) Completed 200 OK in 705ms (Views: 669.7ms | ActiveRecord: 8.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:50:16 +0000 Served asset /application.css - 304 Not Modified (165ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /questionnaires.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin.css - 304 Not Modified (169ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /jquery_ujs.js - 304 Not Modified (24ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /jquery.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (33ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin/application.js - 304 Not Modified (39ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /active_admin.js - 304 Not Modified (59ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:50:17 +0000 Served asset /application.js - 304 Not Modified (94ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:54:51 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (363.2ms) Completed 500 Internal Server Error in 413ms ActionView::Template::Error (undefined method `qwester_answers_selection_list' for #<#:0x9f91f10>): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb___29062348_80394320' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb___29062348_80394320' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb___29062348_80394320' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb___29062348_80394320' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.2ms) Connecting to database specified by database.yml Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:55:10 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (574.3ms) Completed 200 OK in 1159ms (Views: 1106.1ms | ActiveRecord: 14.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:55:11 +0000 Served asset /application.css - 304 Not Modified (177ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin.css - 304 Not Modified (184ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /questionnaires.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin/application.js - 304 Not Modified (48ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:12 +0000 Served asset /active_admin.js - 304 Not Modified (64ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:13 +0000 Served asset /questionnaires.js - 304 Not Modified (25ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:55:13 +0000 Served asset /application.js - 304 Not Modified (80ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 13:57:32 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (2.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (44.7ms) Completed 200 OK in 189ms (Views: 183.4ms | ActiveRecord: 3.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /application.css - 304 Not Modified (148ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin.css - 304 Not Modified (100ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /jquery.js - 304 Not Modified (24ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 13:57:33 +0000 Served asset /application.js - 304 Not Modified (18ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:01:50 +0000 AbstractController::ActionNotFound (The action 'update' could not be found for QuestionnairesController): actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__905528233__call__120683650__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:02:13 +0000 AbstractController::ActionNotFound (The action 'update' could not be found for QuestionnairesController): actionpack (3.2.11) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__905528233__call__120683650__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:15:42 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "commit"=>"Submit", "id"=>"1"} Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `update_qwester_answer_store' for #): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.0ms) Connecting to database specified by database.yml Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:19:54 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "commit"=>"Submit", "id"=>"1"} Completed 500 Internal Server Error in 3ms NameError (undefined local variable or method `update_qwester_answer_store' for #): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.8ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:22:55 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "commit"=>"Submit", "id"=>"1"} Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `update_qwester_answer_store' for #): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:27:13 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "commit"=>"Submit", "id"=>"1"} Completed 500 Internal Server Error in 3ms NameError (undefined local variable or method `update_qwester_answer_store' for #): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (18.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (64.0ms) Connecting to database specified by database.yml Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:32:51 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "commit"=>"Submit", "id"=>"1"}  (0.1ms) begin transaction SQL (11.9ms) INSERT INTO "qwester_answer_stores" ("created_at", "session_id", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jan 2013 14:32:51 UTC +00:00], ["session_id", "45zP01R7JxVUs2d"], ["updated_at", Thu, 17 Jan 2013 14:32:51 UTC +00:00]]  (319.7ms) commit transaction Completed 500 Internal Server Error in 377ms NoMethodError (undefined method `values' for nil:NilClass): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (132.2ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:33:39 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (1.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (782.8ms) Completed 500 Internal Server Error in 842ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__670048470_100400350' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (61.4ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:33:45 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (9.3ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__670048470_100400350' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.7ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:35:23 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (68.8ms) Completed 500 Internal Server Error in 90ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__670048470_100400350' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__670048470_100400350' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (55.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (71.9ms) Connecting to database specified by database.yml Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:35:39 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered questionnaires/show.html.erb within layouts/application (272.6ms) Completed 200 OK in 710ms (Views: 689.2ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:35:40 +0000 Served asset /application.css - 304 Not Modified (170ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:35:40 +0000 Served asset /active_admin.css - 304 Not Modified (167ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /questionnaires.css - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (52ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (31ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin.js - 304 Not Modified (50ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /active_admin/application.js - 304 Not Modified (67ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /questionnaires.js - 304 Not Modified (14ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:35:41 +0000 Served asset /application.js - 304 Not Modified (80ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:35:45 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"}  (0.1ms) begin transaction SQL (14.0ms) INSERT INTO "qwester_answer_stores" ("created_at", "session_id", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jan 2013 14:35:45 UTC +00:00], ["session_id", "ba7K4jgvg76JY59"], ["updated_at", Thu, 17 Jan 2013 14:35:45 UTC +00:00]]  (264.1ms) commit transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2  (0.2ms) begin transaction  (0.4ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (2, 1)  (179.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 559ms NameError (uninitialized constant Questionnaire): app/controllers/questionnaires_controller.rb:11:in `update' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:42:10 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "qwester_answer_stores" ("created_at", "session_id", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 17 Jan 2013 14:42:11 UTC +00:00], ["session_id", "e9YGNt5TJdvSw1f"], ["updated_at", Thu, 17 Jan 2013 14:42:11 UTC +00:00]]  (249.5ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.8ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (196.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (305.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 836ms (ActiveRecord: 762.4ms) Started GET "/" for 127.0.0.1 at 2013-01-17 14:42:12 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered questionnaires/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 189ms (Views: 186.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:42:12 +0000 Served asset /application.css - 304 Not Modified (50ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:42:12 +0000 Served asset /active_admin.css - 304 Not Modified (138ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:42:12 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /questionnaires.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:42:13 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered questionnaires/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 257ms (Views: 255.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Served asset /application.css - 304 Not Modified (50ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Served asset /active_admin.css - 304 Not Modified (127ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:12 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:43:13 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:43:17 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (1.6ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (1.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (208.0ms) Completed 500 Internal Server Error in 215ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__606745008_83015270' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:43:28 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (26.5ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__606745008_83015270' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:44:53 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (152.0ms) Completed 500 Internal Server Error in 175ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 19: ) 20: %> 21: 22: <%= qwester_answers_selection_list(question) %> 23: 24: 25: <% end %> app/views/questionnaires/show.html.erb:22:in `block (3 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:13:in `block (2 levels) in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:12:in `block in _app_views_questionnaires_show_html_erb__606745008_83015270' app/views/questionnaires/show.html.erb:9:in `_app_views_questionnaires_show_html_erb__606745008_83015270' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) Connecting to database specified by database.yml Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:45:09 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.1ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (4.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (365.4ms) Completed 200 OK in 754ms (Views: 725.6ms | ActiveRecord: 10.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /application.css - 304 Not Modified (168ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /questionnaires.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /jquery.js - 304 Not Modified (63ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (138ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (55ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:11 +0000 Served asset /active_admin/application.js - 304 Not Modified (53ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:12 +0000 Served asset /active_admin.js - 304 Not Modified (57ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:12 +0000 Served asset /questionnaires.js - 304 Not Modified (15ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:12 +0000 Served asset /application.js - 304 Not Modified (88ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:45:16 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.6ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (216.6ms) commit transaction  (0.2ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (165.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 515ms (ActiveRecord: 385.1ms) Started GET "/" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered questionnaires/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 137ms (Views: 134.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /application.css - 304 Not Modified (141ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin.css - 304 Not Modified (20ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (42ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:17 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:18 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:18 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:18 +0000 Served asset /application.js - 304 Not Modified (118ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:45:19 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (6.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (46.6ms) Completed 200 OK in 224ms (Views: 213.1ms | ActiveRecord: 9.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /application.css - 304 Not Modified (185ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /questionnaires.css - 304 Not Modified (59ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:21 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:45:21 +0000 Served asset /application.js - 304 Not Modified (190ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:46:24 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.7ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (2.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (121.3ms) Completed 200 OK in 265ms (Views: 231.2ms | ActiveRecord: 7.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /application.css - 304 Not Modified (48ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin.css - 304 Not Modified (189ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:25 +0000 Served asset /questionnaires.js - 304 Not Modified (15ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:46:28 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.7ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.4ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (240.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 289ms (ActiveRecord: 245.4ms) Started GET "/" for 127.0.0.1 at 2013-01-17 14:46:28 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered questionnaires/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 163ms (Views: 159.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:28 +0000 Served asset /application.css - 304 Not Modified (46ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin.css - 304 Not Modified (179ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin/application.js - 304 Not Modified (42ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /questionnaires.js - 304 Not Modified (10ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:29 +0000 Served asset /application.js - 304 Not Modified (6ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 14:46:31 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (6.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (5.7ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (5.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (1.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (67.0ms) Completed 200 OK in 284ms (Views: 261.0ms | ActiveRecord: 21.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:31 +0000 Served asset /application.css - 304 Not Modified (45ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin.css - 304 Not Modified (275ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (81ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:46:32 +0000 Served asset /application.js - 304 Not Modified (4ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:54:40 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Completed 500 Internal Server Error in 22ms NameError (undefined local variable or method `matching_rule_sets' for #): app/controllers/questionnaires_controller.rb:5:in `index' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.6ms) Connecting to database specified by database.yml Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:55:01 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (92.9ms) Completed 200 OK in 661ms (Views: 390.8ms | ActiveRecord: 6.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:02 +0000 Served asset /application.css - 304 Not Modified (74ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:02 +0000 Served asset /active_admin.css - 304 Not Modified (234ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:02 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:02 +0000 Served asset /jquery.js - 304 Not Modified (60ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /jquery_ujs.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (58ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin.js - 304 Not Modified (54ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /active_admin/application.js - 304 Not Modified (48ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /questionnaires.js - 304 Not Modified (16ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:03 +0000 Served asset /application.js - 304 Not Modified (104ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:55:31 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (5.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 307ms (Views: 156.1ms | ActiveRecord: 6.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /application.css - 304 Not Modified (152ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin.css - 304 Not Modified (64ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:32 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:55:33 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:56:22 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (171.3ms) Completed 500 Internal Server Error in 198ms ActionView::Template::Error (undefined method `name' for #): 22: <% if @rule_sets.present? %> 23:

      Matching rule sets

      24:
        25: <%= @rule_sets.collect{|rule_set| content_tag('li', link_to(rule_set.name, rule_set.url))}.join.html_safe %> 26:
      27: <% end %> app/views/questionnaires/index.html.erb:25:in `block in _app_views_questionnaires_index_html_erb___839941218_96080970' app/views/questionnaires/index.html.erb:25:in `collect' app/views/questionnaires/index.html.erb:25:in `_app_views_questionnaires_index_html_erb___839941218_96080970' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.2ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:56:37 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 204ms (Views: 198.9ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /application.css - 304 Not Modified (152ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /jquery.js - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:38 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:39 +0000 Served asset /questionnaires.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:56:39 +0000 Served asset /application.js - 304 Not Modified (5ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:58:53 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (14.4ms) Completed 200 OK in 233ms (Views: 222.6ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:58:53 +0000 Served asset /application.css - 304 Not Modified (160ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin.css - 304 Not Modified (117ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /questionnaires.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin/application.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /questionnaires.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:58:54 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:59:06 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (1.0ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 239ms (Views: 211.0ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:06 +0000 Served asset /application.css - 304 Not Modified (160ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:06 +0000 Served asset /active_admin.css - 304 Not Modified (90ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:06 +0000 Served asset /questionnaires.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /jquery.js - 304 Not Modified (30ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (43ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:07 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:59:18 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 235ms (Views: 227.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /application.css - 304 Not Modified (49ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin.css - 304 Not Modified (158ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:19 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (50ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:20 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:20 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:20 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 14:59:38 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 329ms (Views: 302.0ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:38 +0000 Served asset /application.css - 304 Not Modified (53ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:38 +0000 Served asset /active_admin.css - 304 Not Modified (242ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin/application.js - 304 Not Modified (33ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 14:59:39 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 15:05:44 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 229ms (Views: 76.6ms | ActiveRecord: 2.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:45 +0000 Served asset /application.css - 304 Not Modified (148ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:45 +0000 Served asset /active_admin.css - 304 Not Modified (95ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:45 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin/application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /questionnaires.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:46 +0000 Served asset /application.js - 304 Not Modified (161ms) Started GET "/questionnaires/reset" for 127.0.0.1 at 2013-01-17 15:05:49 +0000 Processing by QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.9ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (1, 2)  (214.9ms) commit transaction Qwester::Questionnaire Load (0.3ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.1ms) begin transaction  (0.3ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (201.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 475ms (ActiveRecord: 419.4ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:05:50 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (19.8ms) Completed 200 OK in 158ms (Views: 151.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /application.css - 304 Not Modified (217ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /questionnaires.js - 304 Not Modified (19ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:51 +0000 Served asset /application.js - 304 Not Modified (163ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:05:53 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (471.6ms) Completed 200 OK in 707ms (Views: 694.8ms | ActiveRecord: 10.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:54 +0000 Served asset /application.css - 304 Not Modified (109ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:54 +0000 Served asset /active_admin.css - 304 Not Modified (264ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (95ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:55 +0000 Served asset /application.js - 304 Not Modified (17ms) Started PUT "/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:05:58 +0000 Processing by QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.1ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (236.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (220.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 548ms (ActiveRecord: 460.4ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (3.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (10.5ms) Completed 200 OK in 193ms (Views: 182.6ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /application.css - 304 Not Modified (35ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:05:59 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (43ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /active_admin.js - 304 Not Modified (153ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:06:00 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:07:07 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 164ms (Views: 148.3ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /application.css - 304 Not Modified (172ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin.css - 304 Not Modified (90ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /questionnaires.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin/application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:08 +0000 Served asset /active_admin.js - 304 Not Modified (26ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:09 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:09 +0000 Served asset /application.js - 304 Not Modified (149ms) Started GET "/questionnaires/reset" for 127.0.0.1 at 2013-01-17 15:07:13 +0000 Processing by QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.2ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (2)  (247.1ms) commit transaction Qwester::Questionnaire Load (0.5ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.0ms) begin transaction  (0.3ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (263.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 523ms (ActiveRecord: 514.0ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:07:13 +0000 Processing by QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered questionnaires/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 101ms (Views: 95.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:13 +0000 Served asset /application.css - 304 Not Modified (161ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin.css - 304 Not Modified (82ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /questionnaires.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /jquery.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin/application.js - 304 Not Modified (32ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /questionnaires.js - 304 Not Modified (19ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:14 +0000 Served asset /application.js - 304 Not Modified (129ms) Started GET "/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:07:16 +0000 Processing by QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered questionnaires/show.html.erb within layouts/application (53.4ms) Completed 200 OK in 179ms (Views: 173.8ms | ActiveRecord: 4.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:16 +0000 Served asset /application.css - 304 Not Modified (183ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin.css - 304 Not Modified (179ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (57ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:17 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:18 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:07:18 +0000 Served asset /application.js - 304 Not Modified (13ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/questionnaires" for 127.0.0.1 at 2013-01-17 15:23:49 +0000 ActionController::RoutingError (No route matches [GET] "/questionnaires"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.9ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:23:55 +0000 ActionController::RoutingError (uninitialized constant Questionnires): activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__330090281__call__937519875__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:24:39 +0000 ActionController::RoutingError (uninitialized constant Questionnires): activesupport (3.2.11) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.11) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__330090281__call__937519875__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-17 15:26:33 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (65.1ms) Completed 200 OK in 761ms (Views: 384.7ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:34 +0000 Served asset /application.css - 304 Not Modified (84ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:34 +0000 Served asset /active_admin.css - 304 Not Modified (222ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /jquery.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (37ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin/application.js - 304 Not Modified (45ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /active_admin.js - 304 Not Modified (73ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /questionnaires.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:35 +0000 Served asset /application.js - 304 Not Modified (105ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:26:38 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (1.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (4.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (222.9ms) Completed 200 OK in 443ms (Views: 427.6ms | ActiveRecord: 10.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:38 +0000 Served asset /application.css - 304 Not Modified (38ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin.css - 304 Not Modified (101ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (26ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin/application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /questionnaires.js - 304 Not Modified (10ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:39 +0000 Served asset /application.js - 304 Not Modified (13ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:26:43 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.8ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (197.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (231.7ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 521ms (ActiveRecord: 434.3ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 15:26:44 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 220ms (Views: 206.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /application.css - 304 Not Modified (70ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /questionnaires.css - 304 Not Modified (18ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (57ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:45 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:46 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:46 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:46 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 15:26:48 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.7ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (1)  (210.2ms) commit transaction Qwester::Questionnaire Load (0.3ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.0ms) begin transaction  (0.6ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (195.9ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 423ms (ActiveRecord: 410.4ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.0ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 163ms (Views: 145.6ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /application.css - 304 Not Modified (48ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin.css - 304 Not Modified (63ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (43ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:49 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:50 +0000 Served asset /active_admin/application.js - 304 Not Modified (139ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:50 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:50 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:26:50 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 15:27:21 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (7.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (4.6ms) Compiled qwester/application.css (1ms) (pid 7048) Compiled qwester/application.js (28ms) (pid 7048) Completed 200 OK in 311ms (Views: 226.5ms | ActiveRecord: 8.8ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:27:22 +0000 Served asset /qwester/application.css - 200 OK (165ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:27:22 +0000 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:27:22 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:27:22 +0000 Served asset /qwester/application.js - 200 OK (57ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 15:28:06 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (158.6ms) Completed 200 OK in 1233ms (Views: 861.9ms | ActiveRecord: 5.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /application.css - 304 Not Modified (143ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin.css - 304 Not Modified (177ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /questionnaires.css - 304 Not Modified (35ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /jquery_ujs.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:08 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (55ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:09 +0000 Served asset /active_admin.js - 304 Not Modified (49ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:09 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:09 +0000 Served asset /application.js - 304 Not Modified (116ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:09 +0000 Served asset /active_admin/application.js - 304 Not Modified (74ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:28:11 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 126ms (Views: 120.2ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:11 +0000 Served asset /application.css - 304 Not Modified (320ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /questionnaires.css - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /jquery_ujs.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /questionnaires.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:12 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:28:14 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (1.9ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (4.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (279.8ms) Completed 200 OK in 404ms (Views: 383.4ms | ActiveRecord: 9.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /application.css - 304 Not Modified (21ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin.css - 304 Not Modified (116ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /active_admin/application.js - 304 Not Modified (15ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:15 +0000 Served asset /application.js - 304 Not Modified (16ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:28:18 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (2.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.7ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (184.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (213.9ms) commit transaction Redirected to http://localhost:3000/questionnires/ Completed 302 Found in 474ms (ActiveRecord: 404.3ms) Started GET "/questionnires/" for 127.0.0.1 at 2013-01-17 15:28:18 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 349ms (Views: 327.1ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /application.css - 304 Not Modified (90ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /questionnaires.css - 304 Not Modified (19ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:19 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (158ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /questionnaires.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:20 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 15:28:31 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.6ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.4ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (1)  (209.0ms) commit transaction Qwester::Questionnaire Load (0.8ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.1ms) begin transaction  (0.3ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (170.3ms) commit transaction Redirected to http://localhost:3000/questionnires/ Completed 302 Found in 392ms (ActiveRecord: 383.7ms) Started GET "/questionnires/" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 135ms (Views: 121.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /application.css - 304 Not Modified (44ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin.css - 304 Not Modified (68ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /questionnaires.css - 304 Not Modified (29ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:32 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (1ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:33 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:28:34 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (2.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (35.9ms) Completed 200 OK in 154ms (Views: 147.5ms | ActiveRecord: 5.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /application.css - 304 Not Modified (40ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (37ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /jquery_ujs.js - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /jquery.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (161ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:35 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:28:38 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.3ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (179.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (190.6ms) commit transaction Redirected to http://localhost:3000/questionnires/ Completed 302 Found in 393ms (ActiveRecord: 373.9ms) Started GET "/questionnires/" for 127.0.0.1 at 2013-01-17 15:28:39 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 258ms (Views: 252.1ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:39 +0000 Served asset /application.css - 304 Not Modified (65ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /questionnaires.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /jquery.js - 304 Not Modified (24ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /jquery_ujs.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (56ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (129ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin/application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:28:40 +0000 Served asset /application.js - 304 Not Modified (30ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/questionnires/" for 127.0.0.1 at 2013-01-17 15:31:32 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (64.6ms) Completed 200 OK in 589ms (Views: 333.9ms | ActiveRecord: 12.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /application.css - 304 Not Modified (93ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /active_admin.css - 304 Not Modified (80ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /questionnaires.css - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /jquery.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:33 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin/application.js - 304 Not Modified (55ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /active_admin.js - 304 Not Modified (55ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:34 +0000 Served asset /application.js - 304 Not Modified (92ms) Started GET "/" for 127.0.0.1 at 2013-01-17 15:31:39 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (130.9ms) Completed 200 OK in 254ms (Views: 242.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /application.css - 304 Not Modified (299ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /questionnaires.css - 304 Not Modified (16ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /jquery.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:40 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:41 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:41 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:31:44 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (1.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (1.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (250.5ms) Completed 200 OK in 373ms (Views: 364.9ms | ActiveRecord: 6.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /application.css - 304 Not Modified (42ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin.css - 304 Not Modified (124ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (37ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:45 +0000 Served asset /application.js - 304 Not Modified (31ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 15:31:54 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (2.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (204.7ms) commit transaction Redirected to http://localhost:3000/questionnires/ Completed 302 Found in 289ms (ActiveRecord: 208.3ms) Started GET "/questionnires/" for 127.0.0.1 at 2013-01-17 15:31:54 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 98ms (Views: 81.5ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /application.css - 304 Not Modified (25ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin.css - 304 Not Modified (65ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /questionnaires.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (33ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (62ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:31:55 +0000 Served asset /application.js - 304 Not Modified (175ms) Started GET "/admin" for 127.0.0.1 at 2013-01-17 15:32:16 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 3ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-17 15:32:16 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (646.9ms) Completed 200 OK in 909ms (Views: 871.7ms | ActiveRecord: 0.2ms) Started GET "/admkn" for 127.0.0.1 at 2013-01-17 15:32:17 +0000 ActionController::RoutingError (No route matches [GET] "/admkn"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:18 +0000 Served asset /active_admin/application.js - 304 Not Modified (120ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:19 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:19 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:19 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-17 15:32:19 +0000 Served asset /active_admin/print.css - 200 OK (3ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-17 15:32:27 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 525ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (45.6ms) Completed 200 OK in 692ms (Views: 208.7ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:32:28 +0000 Served asset /active_admin.css - 304 Not Modified (158ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 15:32:29 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-17 15:32:36 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.9ms) UPDATE "admin_users" SET "remember_created_at" = '2013-01-17 15:32:36.579216', "updated_at" = '2013-01-17 15:32:36.582096' WHERE "admin_users"."id" = 1  (194.3ms) commit transaction  (0.2ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-16 13:09:55.825082', "current_sign_in_at" = '2013-01-17 15:32:36.783237', "sign_in_count" = 5, "updated_at" = '2013-01-17 15:32:36.784596' WHERE "admin_users"."id" = 1  (170.3ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 1044ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-17 15:32:37 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (146.4ms) Completed 200 OK in 182ms (Views: 173.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:32:37 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-17 15:32:37 +0000 Served asset /application.js - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-17 15:32:37 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-17 15:32:38 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (16ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-17 15:32:39 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (84ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-01-17 15:32:41 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1433.8ms) Completed 200 OK in 1503ms (Views: 1484.4ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 15:32:43 +0000 Served asset /active_admin.css - 304 Not Modified (212ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-17 15:32:43 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-17 15:32:43 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-17 15:32:43 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (31ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-17 15:32:43 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (29ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-17 16:13:31 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (173.5ms) Completed 200 OK in 945ms (Views: 487.9ms | ActiveRecord: 3.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /application.css - 304 Not Modified (125ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin.css - 304 Not Modified (185ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /questionnaires.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /jquery.js - 304 Not Modified (52ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:33 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:34 +0000 Served asset /active_admin/application.js - 304 Not Modified (60ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:34 +0000 Served asset /active_admin.js - 304 Not Modified (77ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:34 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:34 +0000 Served asset /application.js - 304 Not Modified (92ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 16:13:37 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.0ms) begin transaction  (1.6ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (2)  (148.6ms) commit transaction Qwester::Questionnaire Load (0.5ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.0ms) begin transaction  (1.4ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (157.9ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 590ms (ActiveRecord: 310.8ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:13:37 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 109ms (Views: 87.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /application.css - 304 Not Modified (162ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /questionnaires.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:13:38 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:13:43 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (4.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (8.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (672.9ms) Completed 500 Internal Server Error in 795ms ActionView::Template::Error (undefined method `answers' for nil:NilClass): 18: ) 19: %> 20: 21: <%= qwester_answers_selection_list(question) %> 22: 23: 24: <% end %> /home/rob/web/qwester/app/helpers/qwester/questionnaires_helper.rb:26:in `get_answer_store_answers' /home/rob/web/qwester/app/helpers/qwester/questionnaires_helper.rb:22:in `answer_store_answers' /home/rob/web/qwester/app/helpers/qwester/questionnaires_helper.rb:18:in `answer_checked' /home/rob/web/qwester/app/helpers/qwester/questionnaires_helper.rb:10:in `block in qwester_answers_selection_list' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `collect' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/app/helpers/qwester/questionnaires_helper.rb:6:in `qwester_answers_selection_list' /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb:21:in `block (3 levels) in __home_rob_web_qwester_app_views_qwester_questionnaires_show_html_erb___356246371__639618428' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb:12:in `block (2 levels) in __home_rob_web_qwester_app_views_qwester_questionnaires_show_html_erb___356246371__639618428' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:1317:in `fields_for' /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb:11:in `block in __home_rob_web_qwester_app_views_qwester_questionnaires_show_html_erb___356246371__639618428' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb:9:in `__home_rob_web_qwester_app_views_qwester_questionnaires_show_html_erb___356246371__639618428' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:414:in `_run__508545032__process_action__116101602__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__788633806__call__189819335__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.3ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:15:42 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (2.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (101.5ms) Completed 200 OK in 282ms (Views: 259.5ms | ActiveRecord: 5.6ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:15:43 +0000 Served asset /qwester/application.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:43 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:43 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:43 +0000 Served asset /qwester/application.js - 304 Not Modified (31ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:15:48 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (2.1ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (300.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (189.9ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 667ms (ActiveRecord: 495.1ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:15:49 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (4.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (8.8ms) Completed 200 OK in 76ms (Views: 31.4ms | ActiveRecord: 5.2ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:15:49 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:49 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:49 +0000 Served asset /jquery_ujs.js - 304 Not Modified (17ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:49 +0000 Served asset /qwester/application.js - 304 Not Modified (7ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 16:15:52 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.3ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (1)  (194.9ms) commit transaction Qwester::Questionnaire Load (0.4ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.1ms) begin transaction  (0.8ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (192.2ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 400ms (ActiveRecord: 389.2ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:15:52 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (12.5ms) Completed 200 OK in 64ms (Views: 49.7ms | ActiveRecord: 0.8ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:15:53 +0000 Served asset /qwester/application.css - 304 Not Modified (1ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:53 +0000 Served asset /qwester/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:53 +0000 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:53 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:15:54 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (35.6ms) Completed 200 OK in 85ms (Views: 81.3ms | ActiveRecord: 2.0ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:15:55 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:55 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:55 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:55 +0000 Served asset /qwester/application.js - 304 Not Modified (21ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:15:57 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.3ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (233.2ms) commit transaction  (0.1ms) begin transaction  (1.0ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (284.8ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 533ms (ActiveRecord: 521.1ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:15:58 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (3.0ms) Completed 200 OK in 61ms (Views: 42.2ms | ActiveRecord: 0.9ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:15:58 +0000 Served asset /qwester/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:58 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:58 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:15:58 +0000 Served asset /qwester/application.js - 304 Not Modified (10ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:16:01 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (34.3ms) Completed 200 OK in 61ms (Views: 53.1ms | ActiveRecord: 2.0ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:16:01 +0000 Served asset /qwester/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:01 +0000 Served asset /jquery.js - 304 Not Modified (57ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:01 +0000 Served asset /jquery_ujs.js - 304 Not Modified (17ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:01 +0000 Served asset /qwester/application.js - 304 Not Modified (15ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:16:04 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.7ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (338.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (338.3ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 694ms (ActiveRecord: 679.8ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:16:05 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.9ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (63.8ms) Completed 200 OK in 369ms (Views: 322.5ms | ActiveRecord: 1.8ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:16:06 +0000 Served asset /qwester/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:06 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:06 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:06 +0000 Served asset /qwester/application.js - 304 Not Modified (15ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:16:41 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (1.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (130.8ms) Completed 200 OK in 171ms (Views: 140.5ms | ActiveRecord: 6.6ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:16:42 +0000 Served asset /qwester/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:42 +0000 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:42 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:42 +0000 Served asset /qwester/application.js - 304 Not Modified (18ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:16:47 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (1.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (153.6ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 166ms (ActiveRecord: 156.1ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:16:48 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (4.0ms) Completed 200 OK in 110ms (Views: 20.4ms | ActiveRecord: 0.9ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:16:48 +0000 Served asset /qwester/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:48 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:48 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:48 +0000 Served asset /qwester/application.js - 304 Not Modified (5ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:16:50 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (2.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (33.3ms) Completed 200 OK in 55ms (Views: 47.7ms | ActiveRecord: 5.9ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:16:50 +0000 Served asset /qwester/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:50 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:50 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:16:50 +0000 Served asset /qwester/application.js - 304 Not Modified (4ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:17:32 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (3.4ms) Completed 200 OK in 112ms (Views: 26.1ms | ActiveRecord: 2.0ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:17:33 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:33 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:33 +0000 Served asset /qwester/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:17:35 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (2.8ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (180.8ms) Completed 200 OK in 204ms (Views: 194.1ms | ActiveRecord: 7.4ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:17:36 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:36 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:36 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:36 +0000 Served asset /qwester/application.js - 304 Not Modified (14ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:17:38 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (1.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (292.7ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 306ms (ActiveRecord: 295.1ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:17:39 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (26.4ms) Completed 200 OK in 85ms (Views: 67.5ms | ActiveRecord: 0.9ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:17:39 +0000 Served asset /qwester/application.css - 304 Not Modified (3ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:39 +0000 Served asset /qwester/application.js - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:39 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:39 +0000 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:17:41 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (4.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (4.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (3.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (6.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (70.6ms) Completed 200 OK in 107ms (Views: 85.2ms | ActiveRecord: 20.5ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:17:41 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:41 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:41 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:17:41 +0000 Served asset /qwester/application.js - 304 Not Modified (11ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:18:19 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (35.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (291.1ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 419ms (ActiveRecord: 330.0ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:18:20 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (30.0ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/qwester/application (10.2ms) Completed 200 OK in 215ms (Views: 21.9ms | ActiveRecord: 31.4ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:18:20 +0000 Served asset /qwester/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:21 +0000 Served asset /jquery.js - 304 Not Modified (33ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:21 +0000 Served asset /qwester/application.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:21 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:18:22 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (3.6ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/qwester/application (156.4ms) Completed 200 OK in 195ms (Views: 185.1ms | ActiveRecord: 8.7ms) Started GET "/assets/qwester/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:18:23 +0000 Served asset /qwester/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:23 +0000 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:23 +0000 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/qwester/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:18:23 +0000 Served asset /qwester/application.js - 304 Not Modified (10ms) Connecting to database specified by database.yml Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:19:56 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (11.2ms) Completed 200 OK in 1211ms (Views: 717.8ms | ActiveRecord: 3.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:19:58 +0000 Served asset /application.css - 304 Not Modified (126ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:19:58 +0000 Served asset /active_admin.css - 304 Not Modified (65ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:19:58 +0000 Served asset /questionnaires.css - 304 Not Modified (50ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:58 +0000 Served asset /jquery.js - 304 Not Modified (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /jquery_ujs.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin.js - 304 Not Modified (40ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /questionnaires.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /active_admin/application.js - 304 Not Modified (42ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:19:59 +0000 Served asset /application.js - 304 Not Modified (109ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 16:20:01 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.7ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (1, 2)  (457.8ms) commit transaction Qwester::Questionnaire Load (0.2ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.0ms) begin transaction  (3.0ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (132.4ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 607ms (ActiveRecord: 596.0ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:20:02 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 97ms (Views: 77.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /application.css - 304 Not Modified (204ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin.css - 304 Not Modified (59ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:03 +0000 Served asset /application.js - 304 Not Modified (178ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:20:05 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (6.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (369.0ms) Completed 200 OK in 623ms (Views: 610.0ms | ActiveRecord: 11.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /application.css - 304 Not Modified (44ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin.css - 304 Not Modified (219ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /questionnaires.css - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /jquery.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:06 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:07 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:07 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:07 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:07 +0000 Served asset /application.js - 304 Not Modified (10ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:20:12 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}, "3"=>{"answer_ids"=>["7"]}, "4"=>{"answer_ids"=>["8"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.9ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "7"]] Qwester::Answer Load (2.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "8"]] Qwester::Answer Load (0.7ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.2ms) begin transaction  (4.9ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (0.1ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 7)  (0.1ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 8)  (306.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (198.6ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 609ms (ActiveRecord: 515.5ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:20:13 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (9.7ms) Completed 200 OK in 189ms (Views: 170.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:13 +0000 Served asset /application.css - 304 Not Modified (93ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:13 +0000 Served asset /active_admin.css - 304 Not Modified (71ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:13 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /active_admin.js - 304 Not Modified (147ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:14 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:20:17 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (2.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (60.6ms) Completed 200 OK in 304ms (Views: 296.5ms | ActiveRecord: 6.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:17 +0000 Served asset /application.css - 304 Not Modified (59ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin.css - 304 Not Modified (55ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /jquery_ujs.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (37ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (1ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin.js - 304 Not Modified (117ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /active_admin/application.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:18 +0000 Served asset /application.js - 304 Not Modified (19ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:20:28 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}, "3"=>{"answer_ids"=>["6"]}, "4"=>{"answer_ids"=>["8"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.6ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "6"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "8"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (3.4ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 6)  (193.8ms) commit transaction  (0.5ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (199.8ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 410ms (ActiveRecord: 399.0ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (15.8ms) Completed 200 OK in 206ms (Views: 201.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /application.css - 304 Not Modified (35ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:29 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (29ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin.js - 304 Not Modified (115ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /active_admin/application.js - 304 Not Modified (41ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:30 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:20:33 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (1.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (6.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (5.5ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (109.8ms) Completed 200 OK in 409ms (Views: 391.6ms | ActiveRecord: 16.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:33 +0000 Served asset /application.css - 304 Not Modified (51ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:33 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:20:33 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:33 +0000 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /active_admin.js - 304 Not Modified (224ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:20:34 +0000 Served asset /application.js - 304 Not Modified (23ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:21:02 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["4"]}, "3"=>{"answer_ids"=>["5"]}, "4"=>{"answer_ids"=>["8"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "5"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "8"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.7ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 4)  (0.1ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 5)  (215.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (223.8ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 461ms (ActiveRecord: 442.6ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:21:03 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 175ms (Views: 156.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:03 +0000 Served asset /application.css - 304 Not Modified (67ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /questionnaires.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /jquery_ujs.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /active_admin.js - 304 Not Modified (26ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:04 +0000 Served asset /questionnaires.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:05 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:05 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:21:09 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (6.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (6.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (87.6ms) Completed 200 OK in 199ms (Views: 181.3ms | ActiveRecord: 16.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /application.css - 304 Not Modified (112ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin.css - 304 Not Modified (67ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:10 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:11 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:11 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:11 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:21:11 +0000 Served asset /application.js - 304 Not Modified (17ms) Connecting to database specified by database.yml Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:23:46 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.6ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 633ms (Views: 364.0ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /application.css - 304 Not Modified (138ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (21ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /active_admin.css - 304 Not Modified (215ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /questionnaires.css - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:48 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin/application.js - 304 Not Modified (64ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /active_admin.js - 304 Not Modified (63ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:49 +0000 Served asset /application.js - 304 Not Modified (91ms) Started GET "/questionnires/questionnaires/reset" for 127.0.0.1 at 2013-01-17 16:23:51 +0000 Processing by Qwester::QuestionnairesController#reset as HTML Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.7ms) DELETE FROM "qwester_answer_stores_answers" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answer_stores_answers"."answer_id" IN (2, 7, 8, 6, 4, 5)  (292.8ms) commit transaction Qwester::Questionnaire Load (0.3ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3  (0.1ms) begin transaction  (0.3ms) DELETE FROM "qwester_answer_stores_questionnaires" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 3 AND "qwester_answer_stores_questionnaires"."questionnaire_id" IN (1)  (203.9ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 515ms (ActiveRecord: 498.9ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:23:52 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 84ms (Views: 77.7ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /application.css - 304 Not Modified (151ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin.css - 304 Not Modified (71ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /questionnaires.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:53 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:23:56 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (630.2ms) Completed 200 OK in 911ms (Views: 900.4ms | ActiveRecord: 5.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /application.css - 304 Not Modified (97ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin.css - 304 Not Modified (233ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:58 +0000 Served asset /questionnaires.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:23:59 +0000 Served asset /application.js - 304 Not Modified (32ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:04 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["4"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (1.8ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 4)  (207.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (214.8ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 521ms (ActiveRecord: 425.0ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:24:05 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.8ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.7ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 211ms (Views: 199.1ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:05 +0000 Served asset /application.css - 304 Not Modified (66ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:05 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /questionnaires.css - 304 Not Modified (36ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (42ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:06 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:07 +0000 Served asset /active_admin/application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:07 +0000 Served asset /active_admin.js - 304 Not Modified (187ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:07 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:07 +0000 Served asset /application.js - 304 Not Modified (33ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:19 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (1.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (53.3ms) Completed 200 OK in 200ms (Views: 192.7ms | ActiveRecord: 5.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:19 +0000 Served asset /application.css - 304 Not Modified (49ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:19 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (121ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (7ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /questionnaires.js - 304 Not Modified (4ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:20 +0000 Served asset /application.js - 304 Not Modified (18ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:24 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.4ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 2)  (189.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (148.8ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 346ms (ActiveRecord: 339.4ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:24:25 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (2.9ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 112ms (Views: 100.8ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:25 +0000 Served asset /application.css - 304 Not Modified (58ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:25 +0000 Served asset /active_admin.css - 304 Not Modified (112ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (57ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:26 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (6.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.6ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (2.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (47.2ms) Completed 200 OK in 120ms (Views: 105.2ms | ActiveRecord: 13.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /application.css - 304 Not Modified (44ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /questionnaires.css - 304 Not Modified (25ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:31 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /questionnaires.js - 304 Not Modified (21ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:32 +0000 Served asset /application.js - 304 Not Modified (31ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:36 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.4ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (3, 1)  (156.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (157.3ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 326ms (ActiveRecord: 315.2ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:24:36 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.1ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (5.7ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 87ms (Views: 74.4ms | ActiveRecord: 6.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:36 +0000 Served asset /application.css - 304 Not Modified (171ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /questionnaires.css - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin/application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:37 +0000 Served asset /application.js - 304 Not Modified (144ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:42 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (1.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (50.1ms) Completed 200 OK in 163ms (Views: 156.9ms | ActiveRecord: 4.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /application.css - 304 Not Modified (228ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin.css - 304 Not Modified (139ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:43 +0000 Served asset /active_admin/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:44 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:44 +0000 Served asset /application.js - 304 Not Modified (135ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:44 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:54 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["1"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (9.8ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (3.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.5ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (192.6ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 215ms (ActiveRecord: 207.9ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:24:54 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (12.8ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 198ms (Views: 143.0ms | ActiveRecord: 13.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /application.css - 304 Not Modified (200ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (63ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:55 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:56 +0000 Served asset /active_admin/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:56 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:56 +0000 Served asset /application.js - 304 Not Modified (154ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:24:56 +0000 Served asset /questionnaires.js - 304 Not Modified (3ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:24:59 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (2.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.4ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (44.3ms) Completed 200 OK in 148ms (Views: 139.7ms | ActiveRecord: 6.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:24:59 +0000 Served asset /application.css - 304 Not Modified (163ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /questionnaires.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /questionnaires.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:00 +0000 Served asset /application.js - 304 Not Modified (212ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:25:03 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HMvQNGTAGPdQeQ0HBxwUHSxxeCMcqfL0hSzLFWwd3/M=", "question_id"=>{"2"=>{"answer_ids"=>["4"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.4ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (3, 1)  (173.7ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 186ms (ActiveRecord: 176.0ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-01-17 16:25:03 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 176ms (Views: 169.5ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /application.css - 304 Not Modified (166ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /active_admin.css - 304 Not Modified (97ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:04 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (47ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /questionnaires.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:05 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-01-17 16:25:11 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (1.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.6ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'e9YGNt5TJdvSw1f' LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 3 AND "qwester_answers"."id" = 10 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (61.3ms) Completed 200 OK in 155ms (Views: 145.9ms | ActiveRecord: 6.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /application.css - 304 Not Modified (134ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /active_admin.css - 304 Not Modified (80ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:12 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-17 16:25:13 +0000 Served asset /application.js - 304 Not Modified (19ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2013-01-28 15:54:57 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-28 15:54:57 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (3.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (580.5ms) Completed 200 OK in 1412ms (Views: 1328.7ms | ActiveRecord: 13.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-28 15:54:59 +0000 Served asset /active_admin.css - 200 OK (63ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 15:54:59 +0000 Served asset /jquery.js - 200 OK (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 15:54:59 +0000 Served asset /jquery_ujs.js - 200 OK (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-28 15:54:59 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-28 15:54:59 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (43ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /active_admin.js - 200 OK (73ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /questionnaires.js - 200 OK (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 15:55:00 +0000 Served asset /application.js - 200 OK (58ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-28 15:55:08 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"prCr6AhCtnLOYtA8ZP+6LxEb8RGJQDvM2jaCvvd4KuI=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (6.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (53.4ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-17 15:32:36.783237', "current_sign_in_at" = '2013-01-28 15:55:09.262648', "sign_in_count" = 6, "updated_at" = '2013-01-28 15:55:09.263737' WHERE "admin_users"."id" = 1  (151.1ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 1573ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-28 15:55:09 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (191.4ms) Completed 200 OK in 293ms (Views: 279.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-28 15:55:10 +0000 Served asset /application.js - 200 OK (12ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-28 15:55:11 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (60ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-28 15:55:13 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (25ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-28 15:55:15 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_questions" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1465.2ms) Completed 200 OK in 1647ms (Views: 1508.1ms | ActiveRecord: 2.2ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-28 15:55:17 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/admin/qwester_questions/4/edit" for 127.0.0.1 at 2013-01-28 15:55:20 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"4"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (7.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:60) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1041.5ms) Completed 200 OK in 1087ms (Views: 1068.4ms | ActiveRecord: 8.0ms) Started PUT "/admin/qwester_questions/4" for 127.0.0.1 at 2013-01-28 15:55:29 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"prCr6AhCtnLOYtA8ZP+6LxEb8RGJQDvM2jaCvvd4KuI=", "qwester_question"=>{"ref"=>"", "title"=>"Do you like him?", "description"=>"Testing", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0", "id"=>"8"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0", "id"=>"9"}, "2"=>{"value"=>"Not applicable", "position"=>"3", "cope_index"=>"0", "id"=>"10"}}}, "commit"=>"Update Question", "id"=>"4"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (5.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 AND "qwester_answers"."id" IN (8, 9, 10) ORDER BY position  (0.1ms) begin transaction  (0.5ms) UPDATE "qwester_questions" SET "description" = 'Testing', "updated_at" = '2013-01-28 15:55:29.858354' WHERE "qwester_questions"."id" = 4  (191.8ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/4 Completed 302 Found in 247ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/4" for 127.0.0.1 at 2013-01-28 15:55:30 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"4"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (186.1ms) Completed 200 OK in 224ms (Views: 217.6ms | ActiveRecord: 1.0ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-28 15:55:45 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (765.6ms) Completed 200 OK in 776ms (Views: 771.3ms | ActiveRecord: 1.8ms) Started GET "/admin/qwester_questions/4/edit" for 127.0.0.1 at 2013-01-28 15:55:53 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"4"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:60) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (417.4ms) Completed 200 OK in 437ms (Views: 426.0ms | ActiveRecord: 0.9ms) Started PUT "/admin/qwester_questions/4" for 127.0.0.1 at 2013-01-28 15:56:00 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"prCr6AhCtnLOYtA8ZP+6LxEb8RGJQDvM2jaCvvd4KuI=", "qwester_question"=>{"ref"=>"", "title"=>"Do you like him?", "description"=>"Testing", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes Please", "position"=>"1", "cope_index"=>"0", "id"=>"8"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0", "id"=>"9"}, "2"=>{"value"=>"Not applicable", "position"=>"3", "cope_index"=>"0", "id"=>"10"}}}, "commit"=>"Update Question", "id"=>"4"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 AND "qwester_answers"."id" IN (8, 9, 10) ORDER BY position  (0.1ms) begin transaction  (0.5ms) UPDATE "qwester_answers" SET "value" = 'Yes Please', "updated_at" = '2013-01-28 15:56:01.024932' WHERE "qwester_answers"."id" = 8  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4 AND position = 1)  (212.0ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/4 Completed 302 Found in 285ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/4" for 127.0.0.1 at 2013-01-28 15:56:01 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"4"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "4"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 4) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (223.1ms) Completed 200 OK in 237ms (Views: 233.7ms | ActiveRecord: 0.9ms) Connecting to database specified by database.yml Started GET "/admin/" for 127.0.0.1 at 2013-01-28 16:14:29 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (315.5ms) Completed 200 OK in 549ms (Views: 473.1ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-28 16:14:30 +0000 Served asset /active_admin.js - 200 OK (33ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-28 16:14:31 +0000 Served asset /active_admin/print.css - 200 OK (13ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-01-28 16:14:33 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (5.4ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1645.2ms) Completed 200 OK in 1792ms (Views: 1682.0ms | ActiveRecord: 8.1ms) Started GET "/admin/qwester_questions" for 127.0.0.1 at 2013-01-28 16:14:37 +0000 Processing by Admin::QwesterQuestionsController#index as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_questions"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questions" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" ORDER BY "qwester_questions"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3  (0.1ms) SELECT COUNT(*) FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1086.5ms) Completed 200 OK in 1106ms (Views: 1095.9ms | ActiveRecord: 1.7ms) Started GET "/admin/qwester_questions/2/edit" for 127.0.0.1 at 2013-01-28 16:14:44 +0000 Processing by Admin::QwesterQuestionsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questions.rb:60) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (534.8ms) Completed 200 OK in 550ms (Views: 539.4ms | ActiveRecord: 4.5ms) Started PUT "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-28 16:14:50 +0000 Processing by Admin::QwesterQuestionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"prCr6AhCtnLOYtA8ZP+6LxEb8RGJQDvM2jaCvvd4KuI=", "qwester_question"=>{"ref"=>"Test", "title"=>"This is a question", "description"=>"", "multi_answer"=>"0", "answers_attributes"=>{"0"=>{"value"=>"Yes", "position"=>"1", "cope_index"=>"0", "id"=>"1"}, "1"=>{"value"=>"No", "position"=>"2", "cope_index"=>"0", "id"=>"2"}, "2"=>{"value"=>"Maybe", "position"=>"3", "cope_index"=>"0", "id"=>"4"}}}, "commit"=>"Update Question", "id"=>"2"} AdminUser Load (8.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."id" IN (1, 2, 4) ORDER BY position  (0.1ms) begin transaction  (4.4ms) UPDATE "qwester_questions" SET "ref" = 'Test', "updated_at" = '2013-01-28 16:14:50.077164' WHERE "qwester_questions"."id" = 2  (260.7ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questions/2 Completed 302 Found in 688ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questions/2" for 127.0.0.1 at 2013-01-28 16:14:50 +0000 Processing by Admin::QwesterQuestionsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE ("qwester_answers"."question_id" = 2) ORDER BY qwester_answers.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (249.5ms) Completed 200 OK in 280ms (Views: 263.4ms | ActiveRecord: 1.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-29 13:33:11 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (11.4ms) Completed 200 OK in 682ms (Views: 665.7ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /application.css - 200 OK (89ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /active_admin.css - 200 OK (111ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /jquery.js - 200 OK (28ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /questionnaires.css - 200 OK (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /jquery_ujs.js - 200 OK (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:12 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (58ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /questionnaires.js - 200 OK (1ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /active_admin.js - 200 OK (37ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:13 +0000 Served asset /application.js - 200 OK (100ms) Started GET "/admin" for 127.0.0.1 at 2013-01-29 13:33:19 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 4ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-29 13:33:19 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (5.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (729.0ms) Completed 200 OK in 955ms (Views: 928.1ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:21 +0000 Served asset /active_admin/print.css - 200 OK (8ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 13:33:28 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.6ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-28 15:55:09.262648', "current_sign_in_at" = '2013-01-29 13:33:28.797930', "sign_in_count" = 7, "updated_at" = '2013-01-29 13:33:28.846473' WHERE "admin_users"."id" = 1  (154.6ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 892ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-29 13:33:29 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (6.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (81.5ms) Completed 200 OK in 131ms (Views: 120.0ms | ActiveRecord: 6.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:29 +0000 Served asset /active_admin.css - 304 Not Modified (78ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 13:33:29 +0000 Served asset /application.js - 200 OK (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 13:33:29 +0000 Served asset /active_admin.js - 200 OK (9ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-29 13:33:30 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (57ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-29 13:33:52 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (27ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-29 13:33:54 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (1.9ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (604.3ms) Completed 200 OK in 773ms (Views: 640.7ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:55 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-29 13:33:55 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-29 13:33:56 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (33ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-29 13:33:56 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (18ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-29 13:33:57 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:112) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (395.1ms) Completed 200 OK in 417ms (Views: 409.2ms | ActiveRecord: 3.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:33:58 +0000 Served asset /active_admin.css - 304 Not Modified (21ms) Connecting to database specified by database.yml Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-29 13:34:52 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "qwester_rule_set"=>{"title"=>"Rule two", "description"=>"This is a description", "url"=>"http://google.co.uk", "link_text"=>"Link to google", "rule"=>"not a10"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Qwester::Answer Load (52.6ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.3ms) UPDATE "qwester_rule_sets" SET "link_text" = 'Link to google', "updated_at" = '2013-01-29 13:34:53.382882' WHERE "qwester_rule_sets"."id" = 2  (146.3ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 564ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-29 13:34:53 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (1.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (312.1ms) Completed 200 OK in 339ms (Views: 325.5ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 13:34:54 +0000 Served asset /active_admin.css - 304 Not Modified (21ms) Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-01-29 14:03:12 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.1ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (6.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 10]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 4 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (539.7ms) Completed 200 OK in 770ms (Views: 623.2ms | ActiveRecord: 12.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:03:13 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-29 14:03:14 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (8.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 4 ORDER BY position Qwester::Answer Exists (1.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 10 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:112) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1098.1ms) Completed 200 OK in 1118ms (Views: 1096.5ms | ActiveRecord: 13.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:03:16 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (165.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (182.9ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (131.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (161.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (179.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (173.0ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (129.9ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (136.7ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (121.3ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)  (152.8ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)   (332.6ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)  (247.6ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (267.0ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (307.9ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (160.7ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "button_image_file_name" varchar(255), "button_image_content_type" varchar(255), "button_image_file_size" integer, "button_image_updated_at" datetime)  (166.3ms) CREATE TABLE "qwester_questionnaires_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "questionnaire_id" integer, "question_id" integer, "position" integer, "created_at" datetime, "updated_at" datetime)   (239.5ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ref" varchar(255), "multi_answer" boolean)  (349.5ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))   (323.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (280.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (175.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111121500')  (295.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112935')  (300.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112933')  (265.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112939')  (442.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112927')  (264.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112930')  (123.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112931')  (160.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112929')  (316.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112925')  (448.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112926')  (324.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112928')  (199.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112924')  (181.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112937')  (310.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115940')  (346.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130110115938')  (267.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112934')  (358.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112936')  (196.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112938')  (150.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112932')  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) SELECT COUNT(*) FROM "admin_users"  AdminUser Exists (0.2ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction AdminUser Exists (0.2ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 AdminUser Exists (0.1ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.2ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@warwickshire.gov.uk"], ["encrypted_password", "$2a$10$5BRuWVkFbr7bfWNyMdu68udWBI2zJHJbBB6IYzI3D00wAyl3X2g4."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00]]  (190.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.4ms) SELECT COUNT(*) FROM "qwester_questions"   (0.3ms) SELECT COUNT(*) FROM "qwester_answers"  (0.3ms) SELECT COUNT(*) FROM "qwester_rule_sets"   (0.3ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."title" = 'Blue' LIMIT 1  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "qwester_questionnaires" ("button_image_content_type", "button_image_file_name", "button_image_file_size", "button_image_updated_at", "created_at", "description", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["button_image_content_type", nil], ["button_image_file_name", nil], ["button_image_file_size", nil], ["button_image_updated_at", nil], ["created_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00], ["description", nil], ["title", "Blue"], ["updated_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00]] [paperclip] Saving attachments.  (149.2ms) commit transaction Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Is blue your favourite colour?' LIMIT 1  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Is blue your favourite colour?"], ["updated_at", Tue, 29 Jan 2013 14:07:13 UTC +00:00]]  (140.5ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 1) SQL (1.4ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["position", 1], ["question_id", 1], ["updated_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["value", "Yes"]]  (331.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 2) SQL (3.4ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["position", 2], ["question_id", 1], ["updated_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["value", "No"]]  (318.0ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 3) SQL (4.8ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["position", 3], ["question_id", 1], ["updated_at", Tue, 29 Jan 2013 14:07:14 UTC +00:00], ["value", "Not applicable"]]  (237.2ms) commit transaction Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" = 'Other blue favourites' LIMIT 1  (0.1ms) begin transaction Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] SQL (4.7ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00], ["description", nil], ["link_text", nil], ["rule", "a1"], ["title", "Other blue favourites"], ["updated_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00], ["url", "https://www.google.co.uk/search?q=favourite+blue"]]  (0.1ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 1)  (308.4ms) commit transaction  (0.2ms) begin transaction Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00], ["position", 1], ["question_id", 1], ["questionnaire_id", 1], ["updated_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00]]  (250.9ms) commit transaction Qwester::Question Load (0.7ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Is the sky blue?' LIMIT 1  (0.3ms) begin transaction SQL (3.4ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Is the sky blue?"], ["updated_at", Tue, 29 Jan 2013 14:07:15 UTC +00:00]]  (376.7ms) commit transaction Qwester::Answer Load (0.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1) SQL (3.3ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["position", 1], ["question_id", 2], ["updated_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["value", "Yes"]]  (224.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 2) SQL (0.6ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["position", 2], ["question_id", 2], ["updated_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["value", "No"]]  (146.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 3) SQL (0.6ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["position", 3], ["question_id", 2], ["updated_at", Tue, 29 Jan 2013 14:07:16 UTC +00:00], ["value", "Not applicable"]]  (245.0ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" IS NULL LIMIT 1  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (1.5ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00], ["position", 2], ["question_id", 2], ["questionnaire_id", 1], ["updated_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00]]  (221.9ms) commit transaction Qwester::Questionnaire Load (0.7ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."title" = 'Qwester' LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "qwester_questionnaires" ("button_image_content_type", "button_image_file_name", "button_image_file_size", "button_image_updated_at", "created_at", "description", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["button_image_content_type", nil], ["button_image_file_name", nil], ["button_image_file_size", nil], ["button_image_updated_at", nil], ["created_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00], ["description", nil], ["title", "Qwester"], ["updated_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00]] [paperclip] Saving attachments.  (322.1ms) commit transaction Qwester::Question Load (0.8ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Do you like qwester?' LIMIT 1  (0.3ms) begin transaction SQL (4.5ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Do you like qwester?"], ["updated_at", Tue, 29 Jan 2013 14:07:17 UTC +00:00]]  (291.1ms) commit transaction Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 1) SQL (3.2ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["position", 1], ["question_id", 3], ["updated_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["value", "Yes"]]  (234.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 2) SQL (0.4ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["position", 2], ["question_id", 3], ["updated_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["value", "No"]]  (339.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 3) SQL (0.4ms) INSERT INTO "qwester_answers" ("cope_index", "created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["cope_index", 0], ["created_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["position", 3], ["question_id", 3], ["updated_at", Tue, 29 Jan 2013 14:07:18 UTC +00:00], ["value", "Not applicable"]]  (548.5ms) commit transaction Qwester::Answer Load (2.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (0.7ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" = 'As you like qwester' LIMIT 1  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] SQL (4.6ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:19 UTC +00:00], ["description", nil], ["link_text", nil], ["rule", "a7"], ["title", "As you like qwester"], ["updated_at", Tue, 29 Jan 2013 14:07:19 UTC +00:00], ["url", "https://github.com/reggieb/qwester"]]  (0.5ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (2, 7)  (433.4ms) commit transaction  (0.2ms) begin transaction Qwester::QuestionnairesQuestion Load (1.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 2) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (6.1ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 29 Jan 2013 14:07:19 UTC +00:00], ["position", 1], ["question_id", 3], ["questionnaire_id", 2], ["updated_at", Tue, 29 Jan 2013 14:07:19 UTC +00:00]]  (365.2ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "admin_users"   (0.3ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions"   (5.5ms) SELECT COUNT(*) FROM "qwester_answers"  (0.3ms) SELECT COUNT(*) FROM "qwester_rule_sets"   (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" LIMIT 1 Qwester::Question Load (1.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-29 14:07:49 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 147ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-29 14:07:50 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (581.3ms) Completed 200 OK in 922ms (Views: 920.3ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin.css - 304 Not Modified (139ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /jquery_ujs.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (33ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (43ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/application.js - 304 Not Modified (64ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /active_admin.js - 304 Not Modified (43ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:07:51 +0000 Served asset /application.js - 304 Not Modified (98ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:07:52 +0000 Served asset /active_admin/print.css - 304 Not Modified (111ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:07:59 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 432ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (65.2ms) Completed 200 OK in 572ms (Views: 170.7ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin.css - 304 Not Modified (122ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:01 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:01 +0000 Served asset /questionnaires.js - 304 Not Modified (9ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:01 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:08:19 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 422ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (31.4ms) Completed 200 OK in 542ms (Views: 145.0ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:08:29 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 424ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (27.7ms) Completed 200 OK in 564ms (Views: 151.3ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:30 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (81ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /questionnaires.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin.js - 304 Not Modified (26ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:08:49 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 603ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (59.0ms) Completed 200 OK in 786ms (Views: 226.7ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:50 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:50 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /jquery_ujs.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:08:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-29 14:09:06 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 9ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-29 14:09:06 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (54.8ms) Completed 200 OK in 219ms (Views: 217.6ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (32ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /active_admin.js - 304 Not Modified (133ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /questionnaires.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:07 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:09:14 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 414ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (34.4ms) Completed 200 OK in 547ms (Views: 162.1ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /questionnaires.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (74ms) Connecting to database specified by database.yml Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:09:52 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-01-29 14:09:53.410941', "current_sign_in_at" = '2013-01-29 14:09:53.410941', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-01-29 14:09:53.414410' WHERE "admin_users"."id" = 1  (170.2ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 883ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-01-29 14:09:53 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (122.2ms) Completed 200 OK in 140ms (Views: 129.9ms | ActiveRecord: 0.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:54 +0000 Served asset /active_admin.css - 304 Not Modified (156ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:09:54 +0000 Served asset /application.js - 304 Not Modified (86ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:09:54 +0000 Served asset /active_admin.js - 304 Not Modified (66ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-01-29 14:09:54 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-01-29 14:09:56 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "admin_users" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (467.6ms) Completed 200 OK in 575ms (Views: 472.5ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:57 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:09:57 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:09:57 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-01-29 14:09:57 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:09:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/admin_users/1/edit" for 127.0.0.1 at 2013-01-29 14:10:04 +0000 Processing by Admin::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (5.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (334.8ms) Completed 200 OK in 352ms (Views: 341.5ms | ActiveRecord: 5.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:04 +0000 Served asset /active_admin.css - 304 Not Modified (178ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:10:04 +0000 Served asset /active_admin.js - 304 Not Modified (27ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:10:04 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/admin_users/1" for 127.0.0.1 at 2013-01-29 14:10:13 +0000 Processing by Admin::AdminUsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Admin user", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (5.0ms) UPDATE "admin_users" SET "encrypted_password" = '$2a$10$WqKWwNm/tuEdhclC9ko/P.MhvZYlpguNlgqAhdgHtz/TyqHPEQGc.', "updated_at" = '2013-01-29 14:10:13.819312' WHERE "admin_users"."id" = 1  (195.2ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 637ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 8ms Started GET "/admin/login" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (103.3ms) Completed 200 OK in 249ms (Views: 246.9ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:14 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (119ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:15 +0000 Served asset /active_admin/application.js - 304 Not Modified (59ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:15 +0000 Served asset /active_admin.js - 304 Not Modified (47ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:15 +0000 Served asset /application.js - 304 Not Modified (69ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-01-29 14:10:15 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2013-01-29 14:10:22 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5I0P44KhuL0XtHIsexLjc9SaUEYWAb17BDnU9GThMz0=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.8ms) UPDATE "admin_users" SET "remember_created_at" = '2013-01-29 14:10:23.054703', "updated_at" = '2013-01-29 14:10:23.059100' WHERE "admin_users"."id" = 1  (208.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "current_sign_in_at" = '2013-01-29 14:10:23.271253', "sign_in_count" = 2, "updated_at" = '2013-01-29 14:10:23.272034' WHERE "admin_users"."id" = 1  (131.7ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 1054ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-01-29 14:10:23 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (520.1ms) Completed 200 OK in 533ms (Views: 529.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:24 +0000 Served asset /active_admin.css - 304 Not Modified (85ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:10:24 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:10:24 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-29 14:10:27 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (15ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-01-29 14:10:28 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (617.6ms) Completed 200 OK in 634ms (Views: 619.0ms | ActiveRecord: 3.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:29 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:10:29 +0000 Served asset /application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:10:29 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-01-29 14:10:29 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-01-29 14:10:30 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:30 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-01-29 14:10:31 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:112) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (307.5ms) Completed 200 OK in 316ms (Views: 304.8ms | ActiveRecord: 6.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:32 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-01-29 14:10:32 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-01-29 14:10:32 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-01-29 14:10:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-08 09:00:59 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 699ms (Views: 682.1ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /application.css - 200 OK (82ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /active_admin.css - 200 OK (188ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /jquery.js - 200 OK (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /active_admin/lib/namespace.js - 200 OK (15ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 200 OK (10ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /questionnaires.css - 200 OK (21ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 200 OK (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:01 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 200 OK (32ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /active_admin/pages/batch_actions.js - 200 OK (11ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /active_admin.js - 200 OK (56ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /active_admin/application.js - 200 OK (56ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 200 OK (12ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /active_admin/pages/application.js - 200 OK (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /questionnaires.js - 200 OK (9ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:02 +0000 Served asset /application.js - 200 OK (70ms) Started GET "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-02-08 09:01:05 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"2"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (314.1ms) Completed 200 OK in 464ms (Views: 453.4ms | ActiveRecord: 2.3ms) Started GET "/admin" for 127.0.0.1 at 2013-02-08 09:01:11 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 127.0.0.1 at 2013-02-08 09:01:11 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (915.7ms) Completed 200 OK in 1448ms (Views: 1381.9ms | ActiveRecord: 0.3ms) Started GET "/adminb" for 127.0.0.1 at 2013-02-08 09:01:13 +0000 ActionController::RoutingError (No route matches [GET] "/adminb"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-02-08 09:01:13 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:13 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:13 +0000 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:13 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (99ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /questionnaires.js - 304 Not Modified (13ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-02-08 09:01:14 +0000 Served asset /active_admin/print.css - 200 OK (2ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500)  (0.1ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500) Migrating to AddPreservedToAnswerStores (20130306114432)  (0.1ms) select sqlite_version(*)  (0.7ms) begin transaction  (0.2ms) ALTER TABLE "answer_stores" ADD "preservered" datetime SQLite3::SQLException: no such table: answer_stores: ALTER TABLE "answer_stores" ADD "preservered" datetime  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500) Migrating to AddPreservedToAnswerStores (20130306114549)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (21.3ms) ALTER TABLE "qwester_answer_stores" ADD "preservered" datetime  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130306114549')  (200.6ms) commit transaction  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to AddPreservedToAnswerStores (20130306114549)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.7ms) CREATE TEMPORARY TABLE "altered_qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "preservered" datetime)   (0.1ms) SELECT * FROM "qwester_answer_stores"  (0.2ms) INSERT INTO "altered_qwester_answer_stores" ("id","session_id","created_at","updated_at","preservered") VALUES (1, '0c0ZcDBritn3o67', '2013-03-06 11:37:18.712813', '2013-03-06 11:37:18.712813', NULL)  (2.2ms) DROP TABLE "qwester_answer_stores"  (1.7ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT * FROM "altered_qwester_answer_stores"  (0.0ms) INSERT INTO "qwester_answer_stores" ("id","session_id","created_at","updated_at") VALUES (1, '0c0ZcDBritn3o67', '2013-03-06 11:37:18.712813', '2013-03-06 11:37:18.712813')  (0.4ms) DROP TABLE "altered_qwester_answer_stores"  (2.8ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130306114549'  (1421.3ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500) Migrating to AddPreservedToAnswerStores (20130306115340)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (1.3ms) ALTER TABLE "qwester_answer_stores" ADD "preserved" datetime  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130306115340')  (1439.2ms) commit transaction  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT COUNT(*) FROM "qwester_answer_stores"  Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE (preserved IS NULL)  (0.1ms) begin transaction Qwester::Questionnaire Load (0.3ms) SELECT DISTINCT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_answer_stores_questionnaires" ON "qwester_questionnaires"."id" = "qwester_answer_stores_questionnaires"."questionnaire_id" WHERE "qwester_answer_stores_questionnaires"."answer_store_id" = 1 Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 SQL (7.5ms) DELETE FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."id" = ? [["id", 1]]  (133.1ms) commit transaction  (1.8ms) SELECT COUNT(*) FROM "qwester_answer_stores" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130111112924) Migrating to CreateAnswers (20130111112925) Migrating to CreateRuleSets (20130111112926) Migrating to CreateQuestionnaires (20130111112927) Migrating to CreateAnswerStores (20130111112928) Migrating to AddQuestionnaireIdToAnswers (20130111112929) Migrating to ChangeAnswersValueToString (20130111112930) Migrating to AddButtonImageToQuestionnaires (20130111112931) Migrating to CreateCkeditorAssets (20130111112932) Migrating to AddRefToQuestions (20130111112933) Migrating to AddCopeIndexAndPositionToAnswers (20130111112934) Migrating to RemoveQuestionnaireFromAnswer (20130111112935) Migrating to AddRuleToRuleSets (20130111112936) Migrating to AddMultiAnswerToQuestions (20130111112937) Migrating to CreateAnswerStoresQuestionnaires (20130111112938) Migrating to AddLinkTextToRuleSets (20130111112939) Migrating to AddIdsToQuestionnairesQuestions (20130111121500) Migrating to AddPreservedToAnswerStores (20130306115340) Migrating to AddPositionToAnswers (20130314102933)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314102933')  (162.7ms) commit transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (174.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (219.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateAdminUsers (20130110115938)  (0.2ms) begin transaction  (7.9ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115938')  (179.9ms) commit transaction Migrating to CreateAdminComments (20130110115940)  (0.1ms) begin transaction  (3.6ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115940')  (134.8ms) commit transaction Migrating to CreateQuestions (20130111112924)  (0.1ms) begin transaction  (1.9ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112924')  (125.2ms) commit transaction Migrating to CreateAnswers (20130111112925)  (0.7ms) begin transaction  (4.7ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112925')  (113.2ms) commit transaction Migrating to CreateRuleSets (20130111112926)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112926')  (98.9ms) commit transaction Migrating to CreateQuestionnaires (20130111112927)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112927')  (82.6ms) commit transaction Migrating to CreateAnswerStores (20130111112928)  (0.1ms) begin transaction  (1.8ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112928')  (88.8ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130111112929)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "qwester_answers" ADD "questionnaire_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112929')  (103.6ms) commit transaction Migrating to ChangeAnswersValueToString (20130111112930)  (0.1ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (0.1ms) SELECT * FROM "qwester_answers"  (0.2ms) DROP TABLE "qwester_answers"  (0.4ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (0.1ms) SELECT * FROM "altered_qwester_answers"  (0.3ms) DROP TABLE "altered_qwester_answers"  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112930')  (138.4ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130111112931)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_name" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_size" integer  (0.1ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_updated_at" datetime  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112931')  (286.5ms) commit transaction Migrating to CreateCkeditorAssets (20130111112932)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.2ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112932')  (240.0ms) commit transaction Migrating to AddRefToQuestions (20130111112933)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_questions" ADD "ref" varchar(255)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112933')  (221.9ms) commit transaction Migrating to AddCopeIndexAndPositionToAnswers (20130111112934)  (0.1ms) begin transaction  (0.7ms) ALTER TABLE "qwester_answers" ADD "position" integer  (0.5ms) ALTER TABLE "qwester_answers" ADD "cope_index" integer DEFAULT 0  (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112934')  (197.4ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130111112935)  (0.1ms) begin transaction  (0.3ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer, "cope_index" integer DEFAULT 0)  (0.2ms) SELECT * FROM "qwester_answers"  (0.3ms) DROP TABLE "qwester_answers"  (0.7ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)   (0.2ms) SELECT * FROM "altered_qwester_answers"  (0.2ms) DROP TABLE "altered_qwester_answers"  (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112935')  (126.4ms) commit transaction Migrating to AddRuleToRuleSets (20130111112936)  (0.1ms) begin transaction  (1.3ms) ALTER TABLE "qwester_rule_sets" ADD "rule" text  (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112936')  (126.8ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130111112937)  (0.3ms) begin transaction  (9.6ms) ALTER TABLE "qwester_questions" ADD "multi_answer" boolean  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112937')  (207.2ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130111112938)  (0.3ms) begin transaction  (1.6ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112938')  (313.8ms) commit transaction Migrating to AddLinkTextToRuleSets (20130111112939)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "qwester_rule_sets" ADD "link_text" varchar(255)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111112939')  (546.6ms) commit transaction Migrating to AddIdsToQuestionnairesQuestions (20130111121500)  (0.1ms) begin transaction  (0.3ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)   (0.1ms) SELECT * FROM "qwester_questionnaires_questions"  (1.5ms) DROP TABLE "qwester_questionnaires_questions"  (1.0ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.1ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.1ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = '2013-03-14 10:30:51', updated_at = '2013-03-14 10:30:51';  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130111121500')  (607.9ms) commit transaction Migrating to AddPreservedToAnswerStores (20130306115340)  (0.2ms) begin transaction  (2.8ms) ALTER TABLE "qwester_answer_stores" ADD "preserved" datetime  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130306115340')  (497.3ms) commit transaction Migrating to AddPositionToAnswers (20130314102933)  (0.1ms) begin transaction  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314102933')  (536.2ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (171.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (155.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (107.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (120.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (132.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (172.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (156.5ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "preserved" datetime)   (223.4ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)  (145.0ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (169.2ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer, "cope_index" integer DEFAULT 0)  (219.7ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (270.0ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (281.4ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (307.1ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (244.4ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "button_image_file_name" varchar(255), "button_image_content_type" varchar(255), "button_image_file_size" integer, "button_image_updated_at" datetime)   (126.0ms) CREATE TABLE "qwester_questionnaires_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "questionnaire_id" integer, "question_id" integer, "position" integer, "created_at" datetime, "updated_at" datetime)  (232.1ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "ref" varchar(255), "multi_answer" boolean)   (305.4ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))  (274.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (325.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (658.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314102933')  (518.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112935')  (310.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112933')  (348.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112939')  (265.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130111112927') Interrupt: : INSERT INTO "schema_migrations" (version) VALUES ('20130111112927') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (201.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (239.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateQuestions (20130314103645)  (0.1ms) begin transaction  (7.4ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103645')  (266.3ms) commit transaction Migrating to CreateAnswers (20130314103646)  (0.1ms) begin transaction  (4.0ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103646')  (131.1ms) commit transaction Migrating to CreateRuleSets (20130314103647)  (0.2ms) begin transaction  (4.5ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103647')  (135.9ms) commit transaction Migrating to CreateQuestionnaires (20130314103648)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103648')  (134.8ms) commit transaction Migrating to CreateAnswerStores (20130314103649)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103649')  (144.3ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130314103650)  (0.3ms) begin transaction  (0.5ms) ALTER TABLE "qwester_answers" ADD "questionnaire_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103650')  (140.6ms) commit transaction Migrating to ChangeAnswersValueToString (20130314103651)  (0.3ms) begin transaction  (0.6ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (0.2ms) SELECT * FROM "qwester_answers"  (0.4ms) DROP TABLE "qwester_answers"  (4.4ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (0.2ms) SELECT * FROM "altered_qwester_answers"  (0.4ms) DROP TABLE "altered_qwester_answers"  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103651')  (211.0ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130314103652)  (0.1ms) begin transaction  (1.9ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_name" varchar(255)  (0.3ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_size" integer  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_updated_at" datetime  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103652')  (524.6ms) commit transaction Migrating to CreateCkeditorAssets (20130314103653)  (0.1ms) begin transaction  (10.3ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.4ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103653')  (221.4ms) commit transaction Migrating to AddRefToQuestions (20130314103654)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_questions" ADD "ref" varchar(255)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103654')  (276.4ms) commit transaction Migrating to AddIdsToQuestionnairesQuestions (20130314103655)  (0.1ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)   (0.2ms) SELECT * FROM "qwester_questionnaires_questions"  (0.4ms) DROP TABLE "qwester_questionnaires_questions"  (1.0ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.2ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.4ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = '2013-03-14 10:37:01', updated_at = '2013-03-14 10:37:01';  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103655')  (178.2ms) commit transaction Migrating to AddPositionToAnswers (20130314103656)  (0.1ms) begin transaction  (1.1ms) ALTER TABLE "qwester_answers" ADD "position" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103656')  (217.9ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130314103657)  (0.1ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer)  (0.2ms) SELECT * FROM "qwester_answers"  (2.7ms) DROP TABLE "qwester_answers"  (1.9ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer)   (0.2ms) SELECT * FROM "altered_qwester_answers"  (0.2ms) DROP TABLE "altered_qwester_answers"  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103657')  (395.7ms) commit transaction Migrating to AddRuleToRuleSets (20130314103658)  (0.2ms) begin transaction  (1.5ms) ALTER TABLE "qwester_rule_sets" ADD "rule" text  (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103658')  (360.2ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130314103659)  (0.2ms) begin transaction  (1.2ms) ALTER TABLE "qwester_questions" ADD "multi_answer" boolean  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103659')  (418.9ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130314103660)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103660')  (325.3ms) commit transaction Migrating to AddLinkTextToRuleSets (20130314103661)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_rule_sets" ADD "link_text" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103661')  (221.5ms) commit transaction Migrating to AddPreservedToAnswerStores (20130314103662)  (0.2ms) begin transaction  (2.3ms) ALTER TABLE "qwester_answer_stores" ADD "preserved" datetime  (2.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103662')  (272.2ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (109.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (132.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateQuestions (20130314103645)  (0.1ms) begin transaction  (1.8ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103645')  (119.7ms) commit transaction Migrating to CreateAnswers (20130314103646)  (0.1ms) begin transaction  (2.8ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103646')  (118.1ms) commit transaction Migrating to CreateRuleSets (20130314103647)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103647')  (125.4ms) commit transaction Migrating to CreateQuestionnaires (20130314103648)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103648')  (139.0ms) commit transaction Migrating to CreateAnswerStores (20130314103649)  (0.2ms) begin transaction  (11.1ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (9.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103649')  (130.5ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130314103650)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_answers" ADD "questionnaire_id" integer  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103650')  (133.9ms) commit transaction Migrating to ChangeAnswersValueToString (20130314103651)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (0.1ms) SELECT * FROM "qwester_answers"  (1.9ms) DROP TABLE "qwester_answers"  (0.7ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (3.9ms) SELECT * FROM "altered_qwester_answers"  (0.3ms) DROP TABLE "altered_qwester_answers"  (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103651')  (121.1ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130314103652)  (0.1ms) begin transaction  (2.7ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_name" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_size" integer  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_updated_at" datetime  (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103652')  (196.4ms) commit transaction Migrating to CreateCkeditorAssets (20130314103653)  (0.2ms) begin transaction  (1.4ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.3ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103653')  (173.4ms) commit transaction Migrating to AddRefToQuestions (20130314103654)  (0.2ms) begin transaction  (0.6ms) ALTER TABLE "qwester_questions" ADD "ref" varchar(255)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103654')  (287.7ms) commit transaction Migrating to AddIdsToQuestionnairesQuestions (20130314103655)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)   (0.2ms) SELECT * FROM "qwester_questionnaires_questions"  (9.2ms) DROP TABLE "qwester_questionnaires_questions"  (0.5ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  (0.2ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.4ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.5ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.3ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = '2013-03-14 10:57:07', updated_at = '2013-03-14 10:57:07';  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103655')  (200.1ms) commit transaction Migrating to AddPositionToAnswers (20130314103656)  (0.2ms) begin transaction  (7.9ms) ALTER TABLE "qwester_answers" ADD "position" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103656')  (248.1ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130314103657)  (0.1ms) begin transaction  (0.3ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer)  (0.1ms) SELECT * FROM "qwester_answers"  (2.0ms) DROP TABLE "qwester_answers"  (1.0ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer)   (0.1ms) SELECT * FROM "altered_qwester_answers"  (0.2ms) DROP TABLE "altered_qwester_answers"  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103657')  (161.6ms) commit transaction Migrating to AddRuleToRuleSets (20130314103658)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "qwester_rule_sets" ADD "rule" text  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103658')  (127.2ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130314103659)  (0.2ms) begin transaction  (1.6ms) ALTER TABLE "qwester_questions" ADD "multi_answer" boolean  (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103659')  (114.0ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130314103660)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103660')  (112.6ms) commit transaction Migrating to AddLinkTextToRuleSets (20130314103661)  (0.1ms) begin transaction  (0.2ms) ALTER TABLE "qwester_rule_sets" ADD "link_text" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103661')  (121.9ms) commit transaction Migrating to AddPreservedToAnswerStores (20130314103662)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_answer_stores" ADD "preserved" datetime  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103662')  (113.9ms) commit transaction Migrating to AddDeviseToAdminUsers (20130314105040)  (0.1ms) begin transaction  (0.2ms) ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL SQLite3::SQLException: no such table: admin_users: ALTER TABLE "admin_users" ADD "email" varchar(255) DEFAULT '' NOT NULL  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (309.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (299.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateAdminUsers (20130110115938)  (0.1ms) begin transaction  (2.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115938')  (131.9ms) commit transaction Migrating to CreateAdminComments (20130110115940)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "namespace" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130110115940')  (129.7ms) commit transaction Migrating to CreateQuestions (20130314103645)  (0.1ms) begin transaction  (2.0ms) CREATE TABLE "qwester_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "parent_id" integer, "lft" integer, "rgt" integer, "depth" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103645')  (105.8ms) commit transaction Migrating to CreateAnswers (20130314103646)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103646')  (100.3ms) commit transaction Migrating to CreateRuleSets (20130314103647)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE TABLE "qwester_answers_rule_sets" ("answer_id" integer, "rule_set_id" integer)   (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103647')  (152.5ms) commit transaction Migrating to CreateQuestionnaires (20130314103648)  (0.2ms) begin transaction  (2.9ms) CREATE TABLE "qwester_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.7ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103648')  (126.1ms) commit transaction Migrating to CreateAnswerStores (20130314103649)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "qwester_answer_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "qwester_answer_stores_answers" ("answer_id" integer, "answer_store_id" integer)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103649')  (173.5ms) commit transaction Migrating to AddQuestionnaireIdToAnswers (20130314103650)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "qwester_answers" ADD "questionnaire_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103650')  (271.2ms) commit transaction Migrating to ChangeAnswersValueToString (20130314103651)  (0.1ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)   (3.1ms) SELECT * FROM "qwester_answers"  (2.3ms) DROP TABLE "qwester_answers"  (5.5ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer)  (0.3ms) SELECT * FROM "altered_qwester_answers"  (1.1ms) DROP TABLE "altered_qwester_answers"  (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103651')  (128.1ms) commit transaction Migrating to AddButtonImageToQuestionnaires (20130314103652)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_name" varchar(255)  (0.3ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_content_type" varchar(255)  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_file_size" integer  (0.2ms) ALTER TABLE "qwester_questionnaires" ADD "button_image_updated_at" datetime  (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103652')  (302.4ms) commit transaction Migrating to CreateCkeditorAssets (20130314103653)  (0.1ms) begin transaction  (3.8ms) CREATE TABLE "qwester_ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE INDEX "qwester_idx_ckeditor_assetable_type" ON "qwester_ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.3ms) CREATE INDEX "qwester_idx_ckeditor_assetable" ON "qwester_ckeditor_assets" ("assetable_type", "assetable_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103653')  (264.9ms) commit transaction Migrating to AddRefToQuestions (20130314103654)  (0.2ms) begin transaction  (0.7ms) ALTER TABLE "qwester_questions" ADD "ref" varchar(255)  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103654')  (138.1ms) commit transaction Migrating to AddIdsToQuestionnairesQuestions (20130314103655)  (0.1ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer)   (0.2ms) SELECT * FROM "qwester_questionnaires_questions"  (2.8ms) DROP TABLE "qwester_questionnaires_questions"  (0.4ms) CREATE TABLE "qwester_questionnaires_questions" ("questionnaire_id" integer, "question_id" integer, "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  (0.1ms) SELECT * FROM "altered_qwester_questionnaires_questions"  (0.3ms) DROP TABLE "altered_qwester_questionnaires_questions"  (0.4ms) ALTER TABLE "qwester_questionnaires_questions" ADD "position" integer  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "created_at" datetime  (0.2ms) ALTER TABLE "qwester_questionnaires_questions" ADD "updated_at" datetime  (0.1ms) UPDATE qwester_questionnaires_questions SET created_at = '2013-03-14 11:06:50', updated_at = '2013-03-14 11:06:50';  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103655')  (109.5ms) commit transaction Migrating to AddPositionToAnswers (20130314103656)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "qwester_answers" ADD "position" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103656')  (161.0ms) commit transaction Migrating to RemoveQuestionnaireFromAnswer (20130314103657)  (0.1ms) begin transaction  (0.3ms) CREATE TEMPORARY TABLE "altered_qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "questionnaire_id" integer, "position" integer)  (0.1ms) SELECT * FROM "qwester_answers"  (0.3ms) DROP TABLE "qwester_answers"  (0.6ms) CREATE TABLE "qwester_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "question_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer)   (0.1ms) SELECT * FROM "altered_qwester_answers"  (0.2ms) DROP TABLE "altered_qwester_answers"  (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103657')  (254.4ms) commit transaction Migrating to AddRuleToRuleSets (20130314103658)  (0.2ms) begin transaction  (0.5ms) ALTER TABLE "qwester_rule_sets" ADD "rule" text  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103658')  (287.8ms) commit transaction Migrating to AddMultiAnswerToQuestions (20130314103659)  (0.1ms) begin transaction  (3.3ms) ALTER TABLE "qwester_questions" ADD "multi_answer" boolean  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103659')  (303.0ms) commit transaction Migrating to CreateAnswerStoresQuestionnaires (20130314103660)  (0.2ms) begin transaction  (8.2ms) CREATE TABLE "qwester_answer_stores_questionnaires" ("questionnaire_id" integer, "answer_store_id" integer)   (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103660')  (118.4ms) commit transaction Migrating to AddLinkTextToRuleSets (20130314103661)  (0.1ms) begin transaction  (2.4ms) ALTER TABLE "qwester_rule_sets" ADD "link_text" varchar(255)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103661')  (101.0ms) commit transaction Migrating to AddPreservedToAnswerStores (20130314103662)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "qwester_answer_stores" ADD "preserved" datetime  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130314103662')  (163.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130314103645) Migrating to CreateAnswers (20130314103646) Migrating to CreateRuleSets (20130314103647) Migrating to CreateQuestionnaires (20130314103648) Migrating to CreateAnswerStores (20130314103649) Migrating to AddQuestionnaireIdToAnswers (20130314103650) Migrating to ChangeAnswersValueToString (20130314103651) Migrating to AddButtonImageToQuestionnaires (20130314103652) Migrating to CreateCkeditorAssets (20130314103653) Migrating to AddRefToQuestions (20130314103654) Migrating to AddIdsToQuestionnairesQuestions (20130314103655) Migrating to AddPositionToAnswers (20130314103656) Migrating to RemoveQuestionnaireFromAnswer (20130314103657) Migrating to AddRuleToRuleSets (20130314103658) Migrating to AddMultiAnswerToQuestions (20130314103659) Migrating to CreateAnswerStoresQuestionnaires (20130314103660) Migrating to AddLinkTextToRuleSets (20130314103661) Migrating to AddPreservedToAnswerStores (20130314103662)  (0.1ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130314103645) Migrating to CreateAnswers (20130314103646) Migrating to CreateRuleSets (20130314103647) Migrating to CreateQuestionnaires (20130314103648) Migrating to CreateAnswerStores (20130314103649) Migrating to AddQuestionnaireIdToAnswers (20130314103650) Migrating to ChangeAnswersValueToString (20130314103651) Migrating to AddButtonImageToQuestionnaires (20130314103652) Migrating to CreateCkeditorAssets (20130314103653) Migrating to AddRefToQuestions (20130314103654) Migrating to AddIdsToQuestionnairesQuestions (20130314103655) Migrating to AddPositionToAnswers (20130314103656) Migrating to RemoveQuestionnaireFromAnswer (20130314103657) Migrating to AddRuleToRuleSets (20130314103658) Migrating to AddMultiAnswerToQuestions (20130314103659) Migrating to CreateAnswerStoresQuestionnaires (20130314103660) Migrating to AddLinkTextToRuleSets (20130314103661) Migrating to AddPreservedToAnswerStores (20130314103662) Migrating to CreateQwesterPresentations (20130315113346)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (4.1ms) CREATE TABLE "qwester_presentations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130315113346')  (239.5ms) commit transaction Migrating to CreateQwesterPresentationQuestionnaires (20130315113347)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "qwester_presentation_questionnaires" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "questionnaire_id" integer, "presentation_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130315113347')  (176.8ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130314103645) Migrating to CreateAnswers (20130314103646) Migrating to CreateRuleSets (20130314103647) Migrating to CreateQuestionnaires (20130314103648) Migrating to CreateAnswerStores (20130314103649) Migrating to AddQuestionnaireIdToAnswers (20130314103650) Migrating to ChangeAnswersValueToString (20130314103651) Migrating to AddButtonImageToQuestionnaires (20130314103652) Migrating to CreateCkeditorAssets (20130314103653) Migrating to AddRefToQuestions (20130314103654) Migrating to AddIdsToQuestionnairesQuestions (20130314103655) Migrating to AddPositionToAnswers (20130314103656) Migrating to RemoveQuestionnaireFromAnswer (20130314103657) Migrating to AddRuleToRuleSets (20130314103658) Migrating to AddMultiAnswerToQuestions (20130314103659) Migrating to CreateAnswerStoresQuestionnaires (20130314103660) Migrating to AddLinkTextToRuleSets (20130314103661) Migrating to AddPreservedToAnswerStores (20130314103662) Migrating to CreateQwesterPresentations (20130315113346) Migrating to CreateQwesterPresentationQuestionnaires (20130315113347) Migrating to AddPresentationToRuleSets (20130318102620)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "rule_sets" ADD "presentation" varchar(255) SQLite3::SQLException: no such table: rule_sets: ALTER TABLE "rule_sets" ADD "presentation" varchar(255)  (2.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130314103645) Migrating to CreateAnswers (20130314103646) Migrating to CreateRuleSets (20130314103647) Migrating to CreateQuestionnaires (20130314103648) Migrating to CreateAnswerStores (20130314103649) Migrating to AddQuestionnaireIdToAnswers (20130314103650) Migrating to ChangeAnswersValueToString (20130314103651) Migrating to AddButtonImageToQuestionnaires (20130314103652) Migrating to CreateCkeditorAssets (20130314103653) Migrating to AddRefToQuestions (20130314103654) Migrating to AddIdsToQuestionnairesQuestions (20130314103655) Migrating to AddPositionToAnswers (20130314103656) Migrating to RemoveQuestionnaireFromAnswer (20130314103657) Migrating to AddRuleToRuleSets (20130314103658) Migrating to AddMultiAnswerToQuestions (20130314103659) Migrating to CreateAnswerStoresQuestionnaires (20130314103660) Migrating to AddLinkTextToRuleSets (20130314103661) Migrating to AddPreservedToAnswerStores (20130314103662) Migrating to CreateQwesterPresentations (20130315113346) Migrating to CreateQwesterPresentationQuestionnaires (20130315113347) Migrating to AddPresentationToRuleSets (20130318102620)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (1.9ms) ALTER TABLE "qwester_rule_sets" ADD "presentation" varchar(255)  (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130318102620')  (157.8ms) commit transaction  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 10:30:41 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 518ms (Views: 514.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /application.css - 200 OK (42ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin.css - 200 OK (114ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /questionnaires.css - 200 OK (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /jquery.js - 200 OK (29ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /jquery_ujs.js - 200 OK (25ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin/application.js - 304 Not Modified (34ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /active_admin.js - 200 OK (72ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /questionnaires.js - 200 OK (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:30:43 +0000 Served asset /application.js - 200 OK (80ms) Started GET "/" for 127.0.0.1 at 2013-03-18 10:33:20 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (2.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 105ms (Views: 99.6ms | ActiveRecord: 2.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:20 +0000 Served asset /application.css - 304 Not Modified (135ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin.css - 304 Not Modified (88ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /questionnaires.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:21 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/" for 127.0.0.1 at 2013-03-18 10:33:29 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 180ms (Views: 178.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:29 +0000 Served asset /application.css - 304 Not Modified (122ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin.css - 304 Not Modified (80ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /active_admin/application.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /questionnaires.js - 304 Not Modified (15ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:30 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 10:33:33 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 17ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-18 10:33:34 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (1162.4ms) Completed 200 OK in 1503ms (Views: 1421.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin.css - 304 Not Modified (84ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (48ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:36 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:37 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:37 +0000 Served asset /active_admin/print.css - 200 OK (3ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:33:44 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 27ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (72.2ms) Completed 200 OK in 606ms (Views: 188.9ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /jquery.js - 304 Not Modified (30ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin/application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:45 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:46 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:33:46 +0000 Served asset /application.js - 304 Not Modified (21ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT COUNT(*) FROM "admin_users" AdminUser Exists (0.2ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction AdminUser Exists (0.2ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (8.2ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@warwickshire.gov.uk"], ["encrypted_password", "$2a$10$9KXPwUfBJHaZxKL07dHnH.NIxXxAJvwpk3eJDJnDTGQ0.8wd2i0gi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00]]  (184.6ms) commit transaction  (1.0ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions"   (0.1ms) SELECT COUNT(*) FROM "qwester_answers"  (0.1ms) SELECT COUNT(*) FROM "qwester_rule_sets"   (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."title" = 'Blue' LIMIT 1  (0.1ms) begin transaction SQL (2.8ms) INSERT INTO "qwester_questionnaires" ("button_image_content_type", "button_image_file_name", "button_image_file_size", "button_image_updated_at", "created_at", "description", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["button_image_content_type", nil], ["button_image_file_name", nil], ["button_image_file_size", nil], ["button_image_updated_at", nil], ["created_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00], ["description", nil], ["title", "Blue"], ["updated_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00]] [paperclip] Saving attachments.  (133.4ms) commit transaction Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Is blue your favourite colour?' LIMIT 1  (0.1ms) begin transaction SQL (2.0ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Is blue your favourite colour?"], ["updated_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00]]  (174.6ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 1) SQL (1.4ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00], ["position", 1], ["question_id", 1], ["updated_at", Mon, 18 Mar 2013 10:34:02 UTC +00:00], ["value", "Yes"]]  (131.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 2) SQL (0.5ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["position", 2], ["question_id", 1], ["updated_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["value", "No"]]  (137.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 1 AND position >= 3) SQL (0.7ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["position", 3], ["question_id", 1], ["updated_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["value", "Not applicable"]]  (129.6ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (1.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" = 'Other blue favourites' LIMIT 1  (0.1ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]] SQL (1.7ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "presentation", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["description", nil], ["link_text", nil], ["presentation", nil], ["rule", "a1"], ["title", "Other blue favourites"], ["updated_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["url", "https://www.google.co.uk/search?q=favourite+blue"]]  (0.5ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (1, 1)  (229.0ms) commit transaction  (0.1ms) begin transaction Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["position", 1], ["question_id", 1], ["questionnaire_id", 1], ["updated_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00]]  (157.7ms) commit transaction Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Is the sky blue?' LIMIT 1  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Is the sky blue?"], ["updated_at", Mon, 18 Mar 2013 10:34:03 UTC +00:00]]  (318.7ms) commit transaction Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 1) SQL (3.4ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["position", 1], ["question_id", 2], ["updated_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["value", "Yes"]]  (247.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 2) SQL (0.9ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["position", 2], ["question_id", 2], ["updated_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["value", "No"]]  (259.1ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 2 AND position >= 3) SQL (9.0ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["position", 3], ["question_id", 2], ["updated_at", Mon, 18 Mar 2013 10:34:04 UTC +00:00], ["value", "Not applicable"]]  (140.9ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" IS NULL LIMIT 1  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Qwester::QuestionnairesQuestion Load (0.4ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00], ["position", 2], ["question_id", 2], ["questionnaire_id", 1], ["updated_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00]]  (240.2ms) commit transaction Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."title" = 'Qwester' LIMIT 1  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "qwester_questionnaires" ("button_image_content_type", "button_image_file_name", "button_image_file_size", "button_image_updated_at", "created_at", "description", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["button_image_content_type", nil], ["button_image_file_name", nil], ["button_image_file_size", nil], ["button_image_updated_at", nil], ["created_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00], ["description", nil], ["title", "Qwester"], ["updated_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00]] [paperclip] Saving attachments.  (313.6ms) commit transaction Qwester::Question Load (0.6ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."title" = 'Do you like qwester?' LIMIT 1  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "qwester_questions" ("created_at", "depth", "description", "lft", "multi_answer", "parent_id", "ref", "rgt", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00], ["depth", nil], ["description", nil], ["lft", nil], ["multi_answer", nil], ["parent_id", nil], ["ref", nil], ["rgt", nil], ["title", "Do you like qwester?"], ["updated_at", Mon, 18 Mar 2013 10:34:05 UTC +00:00]]  (339.5ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'No' ORDER BY position LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Not applicable' ORDER BY position LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 1) SQL (1.5ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["position", 1], ["question_id", 3], ["updated_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["value", "Yes"]]  (172.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 2) SQL (1.6ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["position", 2], ["question_id", 3], ["updated_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["value", "No"]]  (282.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "qwester_answers" SET position = (position + 1) WHERE ("qwester_answers"."question_id" = 3 AND position >= 3) SQL (0.8ms) INSERT INTO "qwester_answers" ("created_at", "position", "question_id", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["position", 3], ["question_id", 3], ["updated_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["value", "Not applicable"]]  (220.6ms) commit transaction Qwester::Answer Load (0.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 AND "qwester_answers"."value" = 'Yes' ORDER BY position LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."title" = 'As you like qwester' LIMIT 1  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] SQL (1.9ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "presentation", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["description", nil], ["link_text", nil], ["presentation", nil], ["rule", "a7"], ["title", "As you like qwester"], ["updated_at", Mon, 18 Mar 2013 10:34:06 UTC +00:00], ["url", "https://github.com/reggieb/qwester"]]  (0.8ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (2, 7)  (179.0ms) commit transaction  (0.1ms) begin transaction Qwester::QuestionnairesQuestion Load (0.7ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 2) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 SQL (4.0ms) INSERT INTO "qwester_questionnaires_questions" ("created_at", "position", "question_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:34:07 UTC +00:00], ["position", 1], ["question_id", 3], ["questionnaire_id", 2], ["updated_at", Mon, 18 Mar 2013 10:34:07 UTC +00:00]]  (240.5ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "admin_users"   (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires"  (0.1ms) SELECT COUNT(*) FROM "qwester_questions"   (0.1ms) SELECT COUNT(*) FROM "qwester_answers"  (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets"   (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" LIMIT 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 10:34:30 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (22.5ms) Completed 200 OK in 475ms (Views: 439.3ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:31 +0000 Served asset /application.css - 304 Not Modified (107ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:31 +0000 Served asset /active_admin.css - 304 Not Modified (129ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:31 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:31 +0000 Served asset /jquery.js - 304 Not Modified (41ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (38ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin/application.js - 304 Not Modified (88ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /active_admin.js - 304 Not Modified (33ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:32 +0000 Served asset /application.js - 304 Not Modified (114ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 10:34:35 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.5ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (492.4ms) Completed 200 OK in 829ms (Views: 823.0ms | ActiveRecord: 2.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /application.css - 304 Not Modified (66ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /questionnaires.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:36 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /active_admin/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:37 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-03-18 10:34:39 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 130ms (Views: 127.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:39 +0000 Served asset /application.css - 304 Not Modified (40ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:39 +0000 Served asset /active_admin.css - 304 Not Modified (327ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /jquery_ujs.js - 304 Not Modified (119ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /jquery.js - 304 Not Modified (33ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin/application.js - 304 Not Modified (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:40 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-03-18 10:34:41 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"2"} Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 Qwester::Question Load (1.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (8.9ms) Completed 200 OK in 200ms (Views: 196.5ms | ActiveRecord: 2.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /application.css - 304 Not Modified (58ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /questionnaires.css - 304 Not Modified (42ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (30ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:42 +0000 Served asset /active_admin.js - 304 Not Modified (27ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:43 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:43 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 249ms (Views: 246.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /application.css - 304 Not Modified (60ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /active_admin.css - 304 Not Modified (74ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:44 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (127ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /active_admin/application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /active_admin.js - 304 Not Modified (29ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /questionnaires.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:45 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 10:34:57 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 11ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-18 10:34:58 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (6.3ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (383.5ms) Completed 200 OK in 581ms (Views: 531.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:34:58 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:58 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:58 +0000 Served asset /jquery_ujs.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:58 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:34:59 +0000 Served asset /application.js - 304 Not Modified (16ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:35:06 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 443ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (87.6ms) Completed 200 OK in 601ms (Views: 200.7ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /active_admin.css - 304 Not Modified (45ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /jquery_ujs.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:07 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (46ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:08 +0000 Served asset /questionnaires.js - 304 Not Modified (5ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:35:12 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 409ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (72.0ms) Completed 200 OK in 607ms (Views: 191.6ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:14 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:14 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:14 +0000 Served asset /questionnaires.js - 304 Not Modified (4ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:35:18 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1 Completed 401 Unauthorized in 651ms Processing by ActiveAdmin::Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (41.4ms) Completed 200 OK in 750ms (Views: 187.1ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /active_admin.css - 304 Not Modified (165ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:19 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /active_admin/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:20 +0000 Served asset /application.js - 304 Not Modified (29ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:35:35 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-03-18 10:35:35.914893', "current_sign_in_at" = '2013-03-18 10:35:35.914893', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-03-18 10:35:35.919544' WHERE "admin_users"."id" = 1  (178.8ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 685ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 10:35:36 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (125.5ms) Completed 200 OK in 162ms (Views: 157.8ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:36 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:35:36 +0000 Served asset /application.js - 200 OK (109ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:35:36 +0000 Served asset /active_admin.js - 200 OK (8ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-03-18 10:35:36 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (14ms) Started GET "/admin/admin_users" for 127.0.0.1 at 2013-03-18 10:35:39 +0000 Processing by Admin::AdminUsersController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "admin_users"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "admin_users" LIMIT 30 OFFSET 0) subquery_for_count AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (484.6ms) Completed 200 OK in 517ms (Views: 506.2ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:40 +0000 Served asset /active_admin.css - 304 Not Modified (227ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-03-18 10:35:40 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (5ms) Started GET "/admin/admin_users/1/edit" for 127.0.0.1 at 2013-03-18 10:35:42 +0000 Processing by Admin::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (266.8ms) Completed 200 OK in 294ms (Views: 278.1ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:43 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started PUT "/admin/admin_users/1" for 127.0.0.1 at 2013-03-18 10:35:53 +0000 Processing by Admin::AdminUsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update Admin user", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (2.3ms) UPDATE "admin_users" SET "encrypted_password" = '$2a$10$fVWUARDc4lcIB9ipZmi2pOi/BCRkoJCCf2XR0xdqZa1LYX8HDhNE.', "updated_at" = '2013-03-18 10:35:53.650922' WHERE "admin_users"."id" = 1  (146.4ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 618ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-03-18 10:35:53 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 6ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-18 10:35:53 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (0.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (100.5ms) Completed 200 OK in 170ms (Views: 169.5ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /jquery_ujs.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (41ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin/application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 10:35:54 +0000 Served asset /application.js - 304 Not Modified (20ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 10:36:00 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.1ms) UPDATE "admin_users" SET "current_sign_in_at" = '2013-03-18 10:36:00.712176', "sign_in_count" = 2, "updated_at" = '2013-03-18 10:36:00.714698' WHERE "admin_users"."id" = 1  (141.0ms) commit transaction Redirected to http://localhost:3000/admin/admin_users/1 Completed 302 Found in 579ms (ActiveRecord: 0.0ms) Started GET "/admin/admin_users/1" for 127.0.0.1 at 2013-03-18 10:36:00 +0000 Processing by Admin::AdminUsersController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (7.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'AdminUser' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (230.4ms) Completed 200 OK in 261ms (Views: 250.8ms | ActiveRecord: 7.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:36:01 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-18 10:36:04 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (29ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 10:36:11 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (0.4ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (827.2ms) Completed 200 OK in 840ms (Views: 831.1ms | ActiveRecord: 2.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:36:12 +0000 Served asset /active_admin.css - 304 Not Modified (158ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-18 10:36:12 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-03-18 10:36:12 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (35ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 10:36:15 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (1.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (6.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:112) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (238.6ms) Completed 200 OK in 261ms (Views: 240.7ms | ActiveRecord: 10.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:36:15 +0000 Served asset /active_admin.css - 304 Not Modified (141ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 10:41:01 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.6ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:112) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (866.6ms) Completed 200 OK in 1079ms (Views: 934.7ms | ActiveRecord: 7.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:41:02 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:41:16 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (504.1ms) Completed 200 OK in 516ms (Views: 508.5ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:41:16 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/admin/qwester_presentations/new" for 127.0.0.1 at 2013-03-18 10:41:26 +0000 Processing by Admin::QwesterPresentationsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (254.4ms) Completed 200 OK in 306ms (Views: 291.0ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:41:26 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/admin/qwester_presentations/new" for 127.0.0.1 at 2013-03-18 10:44:16 +0000 Processing by Admin::QwesterPresentationsController#new as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:19) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (298.4ms) Completed 200 OK in 335ms (Views: 301.7ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:44:17 +0000 Served asset /active_admin.css - 304 Not Modified (30ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:44:17 +0000 Served asset /application.js - 304 Not Modified (57ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:44:17 +0000 Served asset /active_admin.js - 304 Not Modified (40ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:44:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (99ms) Started POST "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:44:39 +0000 Processing by Admin::QwesterPresentationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>[""]}, "commit"=>"Create Presentation"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 4ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: questionnaire_ids): activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.11) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.11) lib/active_record/base.rb:497:in `initialize' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `new' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `build_resource' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:15:in `build_resource' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:31:in `create' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:48:in `create' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1045992146__process_action__766308992__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__94760017__call__603239106__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started POST "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:45:10 +0000 Processing by Admin::QwesterPresentationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>[""]}, "commit"=>"Create Presentation"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (126.6ms) INSERT INTO "qwester_presentations" ("created_at", "description", "name", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:45:11 UTC +00:00], ["description", ""], ["name", "big gum"], ["title", ""], ["updated_at", Mon, 18 Mar 2013 10:45:11 UTC +00:00]]  (217.0ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 681ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 10:45:11 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (2.3ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (405.8ms) Completed 200 OK in 429ms (Views: 413.9ms | ActiveRecord: 3.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:45:12 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:45:12 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:45:12 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:45:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 10:51:25 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:19) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (375.2ms) Completed 200 OK in 422ms (Views: 384.8ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:27 +0000 Served asset /active_admin.css - 304 Not Modified (197ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:51:27 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:51:27 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 10:51:31 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "qwester_presentation_questionnaires" ("created_at", "presentation_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 10:51:31 UTC +00:00], ["presentation_id", 1], ["questionnaire_id", 1], ["updated_at", Mon, 18 Mar 2013 10:51:31 UTC +00:00]]  (116.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 237ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 10:51:31 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (279.1ms) Completed 200 OK in 290ms (Views: 281.8ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:31 +0000 Served asset /active_admin.css - 304 Not Modified (181ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:51:31 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:51:31 +0000 Served asset /application.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 10:51:34 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:19) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (279.2ms) Completed 200 OK in 296ms (Views: 287.7ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:34 +0000 Served asset /active_admin.css - 304 Not Modified (77ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:51:35 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:51:35 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:51:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 10:52:02 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 42ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 10:52:02 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.4ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (160.5ms) Completed 200 OK in 174ms (Views: 164.3ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:52:02 +0000 Served asset /active_admin.css - 304 Not Modified (161ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:52:03 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:52:03 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:52:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:52:09 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (336.2ms) Completed 200 OK in 350ms (Views: 342.2ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:52:09 +0000 Served asset /active_admin.css - 304 Not Modified (42ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:52:09 +0000 Served asset /application.js - 304 Not Modified (116ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:52:09 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:52:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:54:14 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (163.4ms) Completed 500 Internal Server Error in 195ms ActionView::Template::Error (undefined local variable or method `qwester_presentation' for
      :ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:9:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1045992146__process_action__748040508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__94760017__call__603239106__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.3ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:55:00 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (151.8ms) Completed 500 Internal Server Error in 255ms ActionView::Template::Error (undefined method `admin_qwester_presentation' for
      :ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:10:in `block (3 levels) in ' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:21:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:9:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1045992146__process_action__748040508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__94760017__call__603239106__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:55:17 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (164.5ms) Completed 500 Internal Server Error in 200ms ActionView::Template::Error (undefined method `colomn' for
      :ActiveAdmin::Views::IndexAsTable): 1: insert_tag renderer_for(:index) arbre (1.0.1) lib/arbre/element.rb:177:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:12:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1045992146__process_action__748040508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__94760017__call__603239106__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.6ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:55:28 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (397.0ms) Completed 200 OK in 495ms (Views: 400.5ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:55:29 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:55:29 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:55:29 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:55:29 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:56:58 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.5ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (391.3ms) Completed 200 OK in 490ms (Views: 396.0ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:00 +0000 Served asset /active_admin.css - 304 Not Modified (35ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:57:00 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:57:00 +0000 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:57:34 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (2.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (405.0ms) Completed 200 OK in 509ms (Views: 407.0ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:35 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:57:35 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:57:35 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 10:59:04 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.3ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (463.6ms) Completed 200 OK in 495ms (Views: 458.2ms | ActiveRecord: 10.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:59:05 +0000 Served asset /active_admin.css - 304 Not Modified (28ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:59:05 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:59:05 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:59:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-03-18 10:59:17 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.5ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (263.2ms) Completed 500 Internal Server Error in 289ms ActionView::Template::Error (undefined method `cope_index' for #): 1: insert_tag renderer_for(:index) activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' activeadmin (0.5.1) lib/active_admin/view_helpers/method_or_proc_helper.rb:16:in `call_method_or_proc_on' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:88:in `block in build_table_cell' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `td' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:87:in `build_table_cell' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:35:in `block (2 levels) in column' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:34:in `block in column' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activerecord (3.2.11) lib/active_record/relation/delegation.rb:39:in `each_with_index' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:33:in `column' arbre (1.0.1) lib/arbre/element.rb:171:in `method_missing' /home/rob/web/qwester/lib/active_admin/admin/answers.rb:19:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:111:in `block in build' arbre (1.0.1) lib/arbre/element.rb:31:in `call' arbre (1.0.1) lib/arbre/element.rb:31:in `build' arbre (1.0.1) lib/arbre/html/tag.rb:15:in `build' activeadmin (0.5.1) lib/active_admin/views/components/table_for.rb:16:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:28:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:116:in `table_for' activeadmin (0.5.1) lib/active_admin/views/index_as_table.rb:109:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:132:in `block (2 levels) in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:131:in `block in render_index' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `paginated_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:127:in `render_index' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:48:in `build_collection' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:26:in `block in main_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:34:in `wrap_with_batch_action_form' activeadmin (0.5.1) lib/active_admin/views/pages/index.rb:24:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/index.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_index_html_arb___490538542_100566660' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:13:in `block (2 levels) in index' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:7:in `index' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:11:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__388361716__process_action__748040508__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__94760017__call__603239106__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.9ms) Started GET "/admin/qwester_answers" for 127.0.0.1 at 2013-03-18 10:59:36 +0000 Processing by Admin::QwesterAnswersController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_answers" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_answers" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Answer Load (0.4ms) SELECT "qwester_answers".* FROM "qwester_answers" ORDER BY "qwester_answers"."id" desc LIMIT 30 OFFSET 0 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (2.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (539.7ms) Completed 200 OK in 568ms (Views: 539.1ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:59:37 +0000 Served asset /active_admin.css - 304 Not Modified (97ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 10:59:38 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 10:59:38 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 10:59:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 11:00:56 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (424.0ms) Completed 200 OK in 434ms (Views: 426.7ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:00:56 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:00:56 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:00:56 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:00:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-03-18 11:01:00 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (1.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (572.6ms) Completed 200 OK in 585ms (Views: 574.8ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:01:00 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:01:00 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:01:00 +0000 Served asset /active_admin.js - 304 Not Modified (164ms) Started GET "/button_images/thumbnail/missing.png" for 127.0.0.1 at 2013-03-18 11:01:01 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/thumbnail/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:01:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-03-18 11:02:32 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (3.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (551.8ms) Completed 200 OK in 581ms (Views: 550.2ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:02:33 +0000 Served asset /active_admin.css - 304 Not Modified (33ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:02:33 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:02:33 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/button_images/thumbnail/missing.png" for 127.0.0.1 at 2013-03-18 11:02:34 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/thumbnail/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:02:34 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 11:02:37 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (588.4ms) Completed 200 OK in 622ms (Views: 595.0ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:02:38 +0000 Served asset /active_admin.css - 304 Not Modified (200ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:02:38 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:02:38 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:02:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 11:48:14 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (763.7ms) Completed 200 OK in 970ms (Views: 846.2ms | ActiveRecord: 3.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:15 +0000 Served asset /active_admin.css - 304 Not Modified (77ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:48:15 +0000 Served asset /application.js - 304 Not Modified (73ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:48:15 +0000 Served asset /active_admin.js - 304 Not Modified (59ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:48:17 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (30.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (1.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.0ms) rollback transaction Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (169.0ms) Completed 200 OK in 220ms (Views: 172.3ms | ActiveRecord: 33.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:17 +0000 Served asset /active_admin.css - 304 Not Modified (60ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:48:18 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:48:18 +0000 Served asset /active_admin.js - 304 Not Modified (102ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:48:27 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (1.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (1.4ms) UPDATE "qwester_presentations" SET "name" = 'big_gum', "updated_at" = '2013-03-18 11:48:27.228296' WHERE "qwester_presentations"."id" = 1  (238.5ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 325ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:48:27 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (205.7ms) Completed 200 OK in 221ms (Views: 213.0ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:27 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:48:27 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:48:28 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:48:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 11:49:22 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (357.3ms) Completed 200 OK in 501ms (Views: 358.4ms | ActiveRecord: 3.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:24 +0000 Served asset /active_admin.css - 304 Not Modified (94ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:49:24 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:49:24 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:49:29 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = '' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (171.4ms) Completed 200 OK in 207ms (Views: 174.3ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:29 +0000 Served asset /active_admin.css - 304 Not Modified (55ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:49:29 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:49:29 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:29 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:49:35 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (7.4ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big gum' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.0ms) rollback transaction Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (177.1ms) Completed 200 OK in 201ms (Views: 181.0ms | ActiveRecord: 8.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:35 +0000 Served asset /active_admin.css - 304 Not Modified (85ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:49:35 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:49:35 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:49:40 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (5.8ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.1ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_gum' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 27ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:49:40 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (149.7ms) Completed 200 OK in 171ms (Views: 156.0ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:41 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:49:41 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:49:41 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:49:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 11:55:48 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (818.7ms) Completed 200 OK in 1013ms (Views: 895.3ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:49 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:55:49 +0000 Served asset /application.js - 304 Not Modified (110ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:55:49 +0000 Served asset /active_admin.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (11ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:55:52 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_gum", "title"=>"", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (39.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.2ms) begin transaction  (0.0ms) commit transaction  (0.3ms) begin transaction Qwester::Presentation Exists (0.3ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_gum' AND "qwester_presentations"."id" != 1) LIMIT 1  (3.0ms) UPDATE "qwester_presentations" SET "title" = 'Big gum', "updated_at" = '2013-03-18 11:55:52.749401' WHERE "qwester_presentations"."id" = 1  (137.9ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 338ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:55:53 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.4ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (157.3ms) Completed 200 OK in 177ms (Views: 165.8ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:53 +0000 Served asset /active_admin.css - 304 Not Modified (86ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:55:53 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:55:53 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 11:55:56 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:32) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (286.5ms) Completed 200 OK in 309ms (Views: 297.3ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:57 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:55:57 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:55:57 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:55:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:56:02 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.1ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.0ms) UPDATE "qwester_presentations" SET "name" = 'big_foo', "updated_at" = '2013-03-18 11:56:02.513462' WHERE "qwester_presentations"."id" = 1  (217.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 264ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 11:56:02 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (5.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (165.2ms) Completed 200 OK in 180ms (Views: 164.2ms | ActiveRecord: 5.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:03 +0000 Served asset /active_admin.css - 304 Not Modified (181ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:56:03 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:56:03 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 11:56:09 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.4ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (374.9ms) Completed 200 OK in 385ms (Views: 378.0ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:10 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:56:10 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:56:10 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-03-18 11:56:38 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  (1.0ms) SELECT COUNT(*) FROM "qwester_questionnaires"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (512.1ms) Completed 200 OK in 525ms (Views: 515.2ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:38 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:56:39 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:56:39 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/button_images/thumbnail/missing.png" for 127.0.0.1 at 2013-03-18 11:56:39 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/thumbnail/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 11:56:45 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (319.8ms) Completed 200 OK in 327ms (Views: 321.8ms | ActiveRecord: 3.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:46 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 11:56:46 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 11:56:46 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 11:56:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to AddPresentationToRuleSets (20130318102620)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.8ms) CREATE TEMPORARY TABLE "altered_qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255), "presentation" varchar(255))   (0.2ms) SELECT * FROM "qwester_rule_sets"  (0.2ms) INSERT INTO "altered_qwester_rule_sets" ("id","title","description","url","created_at","updated_at","rule","link_text","presentation") VALUES (1, 'Other blue favourites', NULL, 'https://www.google.co.uk/search?q=favourite+blue', '2013-03-18 10:34:03.418700', '2013-03-18 10:34:03.418700', 'a1', NULL, NULL)  (0.1ms) INSERT INTO "altered_qwester_rule_sets" ("id","title","description","url","created_at","updated_at","rule","link_text","presentation") VALUES (2, 'As you like qwester', NULL, 'https://github.com/reggieb/qwester', '2013-03-18 10:34:06.866515', '2013-03-18 10:34:06.866515', 'a7', NULL, NULL)  (3.1ms) DROP TABLE "qwester_rule_sets"  (1.5ms) CREATE TABLE "qwester_rule_sets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rule" text, "link_text" varchar(255))  (0.1ms) SELECT * FROM "altered_qwester_rule_sets"  (0.1ms) INSERT INTO "qwester_rule_sets" ("id","title","description","url","created_at","updated_at","rule","link_text") VALUES (1, 'Other blue favourites', NULL, 'https://www.google.co.uk/search?q=favourite+blue', '2013-03-18 10:34:03.418700', '2013-03-18 10:34:03.418700', 'a1', NULL)  (0.1ms) INSERT INTO "qwester_rule_sets" ("id","title","description","url","created_at","updated_at","rule","link_text") VALUES (2, 'As you like qwester', NULL, 'https://github.com/reggieb/qwester', '2013-03-18 10:34:06.866515', '2013-03-18 10:34:06.866515', 'a7', NULL)  (0.3ms) DROP TABLE "altered_qwester_rule_sets"  (1.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130318102620'  (171.8ms) commit transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAdminUsers (20130110115938) Migrating to CreateAdminComments (20130110115940) Migrating to CreateQuestions (20130314103645) Migrating to CreateAnswers (20130314103646) Migrating to CreateRuleSets (20130314103647) Migrating to CreateQuestionnaires (20130314103648) Migrating to CreateAnswerStores (20130314103649) Migrating to AddQuestionnaireIdToAnswers (20130314103650) Migrating to ChangeAnswersValueToString (20130314103651) Migrating to AddButtonImageToQuestionnaires (20130314103652) Migrating to CreateCkeditorAssets (20130314103653) Migrating to AddRefToQuestions (20130314103654) Migrating to AddIdsToQuestionnairesQuestions (20130314103655) Migrating to AddPositionToAnswers (20130314103656) Migrating to RemoveQuestionnaireFromAnswer (20130314103657) Migrating to AddRuleToRuleSets (20130314103658) Migrating to AddMultiAnswerToQuestions (20130314103659) Migrating to CreateAnswerStoresQuestionnaires (20130314103660) Migrating to AddLinkTextToRuleSets (20130314103661) Migrating to AddPreservedToAnswerStores (20130314103662) Migrating to CreateQwesterPresentations (20130315113346) Migrating to CreateQwesterPresentationQuestionnaires (20130315113347) Migrating to AddPresentationToRuleSets (20130318123540)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (1.8ms) ALTER TABLE "qwester_rule_sets" ADD "presentation" varchar(255)  (0.2ms) ALTER TABLE "qwester_presentations" ADD "default" boolean  (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130318123540')  (144.7ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:07:56 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1008.9ms) Completed 200 OK in 1216ms (Views: 1092.7ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:07:58 +0000 Served asset /active_admin.css - 304 Not Modified (83ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:07:58 +0000 Served asset /application.js - 304 Not Modified (80ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:07:58 +0000 Served asset /active_admin.js - 304 Not Modified (53ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:07:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:08:45 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (772.8ms) Completed 200 OK in 832ms (Views: 777.0ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:08:47 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:08:47 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:08:47 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:08:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:08:51 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.7ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (1.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (351.5ms) Completed 200 OK in 363ms (Views: 355.4ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:08:51 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:08:51 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:08:51 +0000 Served asset /active_admin.js - 304 Not Modified (131ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:08:52 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:10:00 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (306.7ms) Completed 200 OK in 361ms (Views: 309.4ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:01 +0000 Served asset /active_admin.css - 304 Not Modified (89ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:10:01 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:10:01 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:10:07 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 12ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: default): activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.11) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:38:in `update_resource' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:45:in `update' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:56:in `update' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__492323023__process_action__663661360__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275494000__call__481562518__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.7ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.4ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:10:24 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (11.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (1.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.3ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:10:25.164934' WHERE "qwester_presentations"."id" = 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (0.3ms) UPDATE "qwester_presentations" SET "default" = 'f', "updated_at" = '2013-03-18 13:10:25.178378' WHERE "qwester_presentations"."id" = 1  (210.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 642ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:10:25 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (385.3ms) Completed 200 OK in 416ms (Views: 408.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:26 +0000 Served asset /active_admin.css - 304 Not Modified (203ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:10:26 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:10:26 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:10:40 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (347.7ms) Completed 200 OK in 361ms (Views: 354.2ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:40 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:10:40 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:10:40 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:10:44 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (3.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (296.7ms) Completed 200 OK in 317ms (Views: 305.6ms | ActiveRecord: 4.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:45 +0000 Served asset /active_admin.css - 304 Not Modified (77ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:10:45 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:10:45 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:10:48 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (6.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.3ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:10:48.583393' WHERE "qwester_presentations"."id" = 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (0.3ms) UPDATE "qwester_presentations" SET "default" = 'f', "updated_at" = '2013-03-18 13:10:48.585687' WHERE "qwester_presentations"."id" = 1  (171.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 215ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:10:48 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.4ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (163.7ms) Completed 200 OK in 178ms (Views: 168.0ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:49 +0000 Served asset /active_admin.css - 304 Not Modified (106ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:10:49 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:10:49 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:10:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:12:20 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (377.6ms) Completed 200 OK in 440ms (Views: 382.6ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:22 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:12:22 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:12:22 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:12:25 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (1.0ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.2ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:12:25.541972' WHERE "qwester_presentations"."id" = 1  (0.3ms) rollback transaction Completed 500 Internal Server Error in 32ms NameError (undefined local variable or method `undefault_current' for #): activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/rob/web/qwester/app/models/qwester/presentation.rb:32:in `after_save_tasks' activesupport (3.2.11) lib/active_support/callbacks.rb:427:in `_run__527264231__save__481562518__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.11) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.11) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.11) lib/active_record/validations.rb:50:in `save' activerecord (3.2.11) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.11) lib/active_record/transactions.rb:259:in `block (2 levels) in save' activerecord (3.2.11) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.11) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.11) lib/active_record/transactions.rb:311:in `with_transaction_returning_status' activerecord (3.2.11) lib/active_record/transactions.rb:259:in `block in save' activerecord (3.2.11) lib/active_record/transactions.rb:270:in `rollback_active_record_state!' activerecord (3.2.11) lib/active_record/transactions.rb:258:in `save' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:28:in `block in save_resource' activeadmin (0.5.1) lib/active_admin/callbacks.rb:78:in `run_save_callbacks' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:27:in `save_resource' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:47:in `block in update_resource' activeadmin (0.5.1) lib/active_admin/callbacks.rb:78:in `run_update_callbacks' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:46:in `update_resource' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:45:in `update' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:56:in `update' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__492323023__process_action__663661360__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__275494000__call__481562518__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.3ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:12:37 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.4ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.0ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:12:38.075967' WHERE "qwester_presentations"."id" = 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (173.5ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 420ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:12:38 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (340.7ms) Completed 200 OK in 368ms (Views: 350.4ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:38 +0000 Served asset /active_admin.css - 304 Not Modified (71ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:12:39 +0000 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:12:39 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:12:43 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (381.5ms) Completed 200 OK in 406ms (Views: 388.9ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:44 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:12:44 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:12:44 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:44 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:12:47 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"0", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.0ms) UPDATE "qwester_presentations" SET "default" = 'f', "updated_at" = '2013-03-18 13:12:47.440672' WHERE "qwester_presentations"."id" = 1  (191.4ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 219ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:12:47 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (163.5ms) Completed 200 OK in 171ms (Views: 168.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:47 +0000 Served asset /active_admin.css - 304 Not Modified (86ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:12:48 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:12:48 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:12:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:13:33 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (390.8ms) Completed 200 OK in 429ms (Views: 397.5ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:34 +0000 Served asset /active_admin.css - 304 Not Modified (146ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:13:35 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:13:35 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:35 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:13:37 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (352.7ms) Completed 200 OK in 388ms (Views: 369.8ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:37 +0000 Served asset /active_admin.css - 304 Not Modified (51ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:13:37 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:13:37 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:13:40 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (3.6ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:13:40.708118' WHERE "qwester_presentations"."id" = 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (140.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 197ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:13:40 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (148.1ms) Completed 200 OK in 164ms (Views: 150.2ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:41 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:13:41 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:13:41 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:41 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:13:44 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (3.0ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (348.1ms) Completed 200 OK in 357ms (Views: 347.7ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:44 +0000 Served asset /active_admin.css - 304 Not Modified (62ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:13:44 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:13:44 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:13:45 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:14:01 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (285.8ms) Completed 200 OK in 302ms (Views: 291.9ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:14:02 +0000 Served asset /active_admin.css - 304 Not Modified (61ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:14:02 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:14:02 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:14:02 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-18 13:14:08 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (8.2ms) Completed 200 OK in 444ms (Views: 442.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:14:08 +0000 Served asset /application.css - 304 Not Modified (238ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin.css - 304 Not Modified (54ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /questionnaires.css - 304 Not Modified (34ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /jquery.js - 304 Not Modified (33ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /jquery_ujs.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (167ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin/application.js - 304 Not Modified (45ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /active_admin.js - 304 Not Modified (66ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:09 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:14:10 +0000 Served asset /application.js - 304 Not Modified (77ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 13:28:13 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (120.8ms) Completed 200 OK in 837ms (Views: 496.3ms | ActiveRecord: 2.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /application.css - 304 Not Modified (93ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin.css - 304 Not Modified (248ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /questionnaires.css - 304 Not Modified (26ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /jquery.js - 304 Not Modified (79ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin/application.js - 304 Not Modified (48ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:15 +0000 Served asset /active_admin.js - 304 Not Modified (55ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:16 +0000 Served asset /questionnaires.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:16 +0000 Served asset /application.js - 304 Not Modified (128ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 13:28:23 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (408.0ms) Completed 200 OK in 581ms (Views: 445.7ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:23 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:28:24 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:28:24 +0000 Served asset /active_admin.js - 304 Not Modified (154ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:24 +0000 Served asset /active_admin/print.css - 304 Not Modified (12ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:28:27 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (618.6ms) Completed 200 OK in 634ms (Views: 621.3ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:27 +0000 Served asset /active_admin.css - 304 Not Modified (67ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:28:27 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:28:27 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:28 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:28:30 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.4ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (580.9ms) Completed 200 OK in 600ms (Views: 583.5ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:31 +0000 Served asset /active_admin.css - 304 Not Modified (143ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:28:31 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:28:31 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:28:41 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iEYhBIn7tx7VCoJuDdi18xU4+TeRM+zKDxut42hDtL8=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"0", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (1.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (5.7ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.3ms) UPDATE "qwester_presentations" SET "default" = 'f', "updated_at" = '2013-03-18 13:28:41.448566' WHERE "qwester_presentations"."id" = 1  (132.8ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 253ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:28:41 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (172.3ms) Completed 200 OK in 188ms (Views: 180.5ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:42 +0000 Served asset /active_admin.css - 304 Not Modified (43ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:28:42 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:28:42 +0000 Served asset /active_admin.js - 304 Not Modified (117ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:28:45 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (2.7ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (703.6ms) Completed 200 OK in 715ms (Views: 704.6ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:45 +0000 Served asset /active_admin.css - 304 Not Modified (70ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:28:46 +0000 Served asset /application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:28:46 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (11.9ms) Completed 200 OK in 163ms (Views: 158.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /application.css - 304 Not Modified (53ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin.css - 304 Not Modified (193ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /jquery_ujs.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:51 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:52 +0000 Served asset /questionnaires.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:52 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:52 +0000 Served asset /active_admin/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:52 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:28:52 +0000 Served asset /application.js - 304 Not Modified (33ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 13:31:20 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (89.2ms) Completed 200 OK in 505ms (Views: 335.0ms | ActiveRecord: 2.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /application.css - 304 Not Modified (103ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /active_admin.css - 304 Not Modified (60ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /questionnaires.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /jquery.js - 304 Not Modified (110ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:21 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin/application.js - 304 Not Modified (44ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /active_admin.js - 304 Not Modified (41ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /questionnaires.js - 304 Not Modified (9ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 Served asset /application.js - 304 Not Modified (61ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-03-18 13:31:22 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.1ms) Started GET "/" for 127.0.0.1 at 2013-03-18 13:31:39 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (5.7ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 298ms (Views: 285.0ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /application.css - 304 Not Modified (91ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin.css - 304 Not Modified (197ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /questionnaires.css - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /jquery.js - 304 Not Modified (23ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:31:40 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-03-18 13:31:41 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.9ms) Started GET "/" for 127.0.0.1 at 2013-03-18 13:32:25 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 227ms (Views: 76.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /application.css - 304 Not Modified (160ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin.css - 304 Not Modified (56ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin/application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-03-18 13:32:26 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 13:33:43 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-18 13:33:43 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (2.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (902.6ms) Completed 200 OK in 1193ms (Views: 1129.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin.css - 304 Not Modified (74ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (28ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:45 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:46 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 13:33:46 +0000 Served asset /application.js - 304 Not Modified (136ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:47 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-18 13:33:52 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (4.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-03-18 10:36:00.712176', "current_sign_in_at" = '2013-03-18 13:33:52.891398', "sign_in_count" = 3, "updated_at" = '2013-03-18 13:33:52.901512' WHERE "admin_users"."id" = 1  (161.6ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 679ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-03-18 13:33:53 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (139.6ms) Completed 200 OK in 154ms (Views: 152.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:53 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:33:53 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:33:53 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-03-18 13:33:57 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (653.6ms) Completed 200 OK in 672ms (Views: 656.2ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:58 +0000 Served asset /active_admin.css - 304 Not Modified (146ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:33:58 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:33:58 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/button_images/thumbnail/missing.png" for 127.0.0.1 at 2013-03-18 13:33:58 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/thumbnail/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:33:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires/2/edit" for 127.0.0.1 at 2013-03-18 13:34:00 +0000 Processing by Admin::QwesterQuestionnairesController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Question Load (5.5ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:33) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (499.3ms) Completed 200 OK in 517ms (Views: 496.5ms | ActiveRecord: 6.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:01 +0000 Served asset /active_admin.css - 304 Not Modified (168ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:34:02 +0000 Served asset /application.js - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:34:02 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-03-18 13:34:02 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started PUT "/admin/qwester_questionnaires/2" for 127.0.0.1 at 2013-03-18 13:34:18 +0000 Processing by Admin::QwesterQuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_questionnaire"=>{"title"=>"Qwester", "description"=>"", "button_image"=>#>, "question_ids"=>["", "3"]}, "commit"=>"Update Questionnaire", "id"=>"2"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: convert '/tmp/commend_button20130318-7891-126ksb2.gif' -coalesce -auto-orient -resize "150x125>" '/tmp/commend_button20130318-7891-126ksb220130318-7891-8j66cn' Command :: file -b --mime '/tmp/commend_button20130318-7891-126ksb220130318-7891-8j66cn' Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-126ksb2.gif[0]' Command :: convert '/tmp/commend_button20130318-7891-126ksb2.gif' -coalesce -auto-orient -resize "50x50>" '/tmp/commend_button20130318-7891-126ksb220130318-7891-nx6lvq' Command :: file -b --mime '/tmp/commend_button20130318-7891-126ksb220130318-7891-nx6lvq' Qwester::Question Load (2.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = ? LIMIT 1 [["id", 3]] Qwester::Question Load (1.5ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (1.2ms) UPDATE "qwester_questionnaires" SET "description" = '', "button_image_file_name" = 'commend_button.gif', "button_image_content_type" = 'image/gif', "button_image_file_size" = 691, "button_image_updated_at" = '2013-03-18 13:34:18.321626', "updated_at" = '2013-03-18 13:34:21.367979' WHERE "qwester_questionnaires"."id" = 2 [paperclip] Saving attachments.  (208.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/2 Completed 302 Found in 3472ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questionnaires/2" for 127.0.0.1 at 2013-03-18 13:34:21 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (2.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 AND "qwester_questionnaires_questions"."question_id" = 3 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.2ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 2) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (172.5ms) Completed 200 OK in 202ms (Views: 176.0ms | ActiveRecord: 3.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:22 +0000 Served asset /active_admin.css - 304 Not Modified (80ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:34:22 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:34:22 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:23 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_questionnaires" for 127.0.0.1 at 2013-03-18 13:34:29 +0000 Processing by Admin::QwesterQuestionnairesController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_questionnaires" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_questionnaires" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" ORDER BY "qwester_questionnaires"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_questions"."id") FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (859.3ms) Completed 200 OK in 872ms (Views: 863.1ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:31 +0000 Served asset /active_admin.css - 304 Not Modified (53ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:34:31 +0000 Served asset /application.js - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:34:31 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/button_images/thumbnail/missing.png" for 127.0.0.1 at 2013-03-18 13:34:32 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/thumbnail/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_questionnaires/1/edit" for 127.0.0.1 at 2013-03-18 13:34:34 +0000 Processing by Admin::QwesterQuestionnairesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/questionnaires.rb:33) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (315.1ms) Completed 200 OK in 325ms (Views: 317.7ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:35 +0000 Served asset /active_admin.css - 304 Not Modified (127ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:34:35 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:34:35 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/button_images/link/missing.png" for 127.0.0.1 at 2013-03-18 13:34:36 +0000 ActionController::RoutingError (No route matches [GET] "/button_images/link/missing.png"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-03-18 13:34:46 +0000 Processing by Admin::QwesterQuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_questionnaire"=>{"title"=>"Blue", "description"=>"", "button_image"=>#>, "question_ids"=>["", "1", "2"]}, "commit"=>"Update Questionnaire", "id"=>"1"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: convert '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' -auto-orient -resize "150x125>" '/tmp/commend_button20130318-7891-1u9zzrx20130318-7891-1f7q78' Command :: file -b --mime '/tmp/commend_button20130318-7891-1u9zzrx20130318-7891-1f7q78' Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: identify -format %m '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' Command :: convert '/tmp/commend_button20130318-7891-1u9zzrx.png[0]' -auto-orient -resize "50x50>" '/tmp/commend_button20130318-7891-1u9zzrx20130318-7891-15lr6wy' Command :: file -b --mime '/tmp/commend_button20130318-7891-1u9zzrx20130318-7891-15lr6wy' Qwester::Question Load (8.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" IN (1, 2) Qwester::Question Load (2.0ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position  (0.2ms) begin transaction  (0.2ms) commit transaction  (0.1ms) begin transaction  (1.3ms) UPDATE "qwester_questionnaires" SET "description" = '', "button_image_file_name" = 'commend_button.png', "button_image_content_type" = 'image/png', "button_image_file_size" = 303, "button_image_updated_at" = '2013-03-18 13:34:46.254382', "updated_at" = '2013-03-18 13:34:47.864942' WHERE "qwester_questionnaires"."id" = 1 [paperclip] Saving attachments.  (271.3ms) commit transaction Redirected to http://localhost:3000/admin/qwester_questionnaires/1 Completed 302 Found in 2166ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_questionnaires/1" for 127.0.0.1 at 2013-03-18 13:34:48 +0000 Processing by Admin::QwesterQuestionnairesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Question Load (0.4ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 1 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 1 ORDER BY position LIMIT 1 Qwester::QuestionnairesQuestion Load (0.4ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Qwester::QuestionnairesQuestion Load (0.3ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 AND "qwester_questionnaires_questions"."question_id" = 2 ORDER BY position LIMIT 1 CACHE (0.0ms) SELECT "qwester_questionnaires_questions".* FROM "qwester_questionnaires_questions" WHERE ("qwester_questionnaires_questions"."questionnaire_id" = 1) ORDER BY qwester_questionnaires_questions.position DESC LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (222.0ms) Completed 200 OK in 235ms (Views: 224.6ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:49 +0000 Served asset /active_admin.css - 304 Not Modified (46ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:34:49 +0000 Served asset /application.js - 304 Not Modified (29ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:34:49 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:34:50 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:34:59 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.6ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (657.4ms) Completed 200 OK in 684ms (Views: 670.7ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:35:00 +0000 Served asset /active_admin.css - 304 Not Modified (47ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:35:00 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:35:00 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:35:01 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:35:30 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:36) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (370.9ms) Completed 200 OK in 381ms (Views: 374.5ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:35:31 +0000 Served asset /active_admin.css - 304 Not Modified (185ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:35:31 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:35:31 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:35:32 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:36:04 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.0ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (1.0ms) UPDATE "qwester_presentations" SET "default" = 't', "updated_at" = '2013-03-18 13:36:04.752680' WHERE "qwester_presentations"."id" = 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (155.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 207ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:36:04 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Qwester::Presentation' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (180.9ms) Completed 200 OK in 199ms (Views: 194.3ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:36:05 +0000 Served asset /active_admin.css - 304 Not Modified (95ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:36:05 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:36:05 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:36:05 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 13:39:07 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_presentations" CACHE (9.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (786.1ms) Completed 200 OK in 862ms (Views: 779.6ms | ActiveRecord: 11.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:09 +0000 Served asset /active_admin.css - 304 Not Modified (129ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:39:09 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:39:09 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:10 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:39:12 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (109.4ms) Completed 200 OK in 126ms (Views: 118.6ms | ActiveRecord: 2.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:12 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:39:12 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:39:12 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:39:46 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (5.6ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (154.8ms) Completed 200 OK in 260ms (Views: 158.0ms | ActiveRecord: 6.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:47 +0000 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:39:47 +0000 Served asset /application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:39:47 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:39:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:41:06 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (169.9ms) Completed 200 OK in 272ms (Views: 173.7ms | ActiveRecord: 1.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:41:07 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:41:07 +0000 Served asset /application.js - 304 Not Modified (23ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:41:07 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:41:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:43:07 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (167.2ms) Completed 200 OK in 278ms (Views: 171.5ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:08 +0000 Served asset /active_admin.css - 304 Not Modified (37ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:43:08 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:43:08 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (9ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:43:11 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:46) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (337.5ms) Completed 200 OK in 364ms (Views: 354.1ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:12 +0000 Served asset /active_admin.css - 304 Not Modified (260ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:43:12 +0000 Served asset /application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:43:12 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:43:15 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1", "2"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" IN (1, 2) Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction SQL (1.9ms) INSERT INTO "qwester_presentation_questionnaires" ("created_at", "presentation_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 13:43:15 UTC +00:00], ["presentation_id", 1], ["questionnaire_id", 2], ["updated_at", Mon, 18 Mar 2013 13:43:15 UTC +00:00]]  (142.2ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 324ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:43:15 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (3.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (300.4ms) Completed 200 OK in 316ms (Views: 302.3ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:15 +0000 Served asset /active_admin.css - 304 Not Modified (144ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:43:16 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:43:16 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:43:46 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1", "2"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" IN (1, 2) Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 154ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:43:47 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (208.3ms) Completed 200 OK in 241ms (Views: 214.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:48 +0000 Served asset /active_admin.css - 304 Not Modified (130ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:43:48 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:43:48 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:43:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:44:10 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1", "2"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" IN (1, 2) Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 216ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:44:11 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (259.4ms) Completed 200 OK in 291ms (Views: 265.5ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:44:12 +0000 Served asset /active_admin.css - 304 Not Modified (182ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:44:12 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:44:12 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:44:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:45:57 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (177.1ms) Completed 200 OK in 217ms (Views: 180.7ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:45:58 +0000 Served asset /active_admin.css - 304 Not Modified (87ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:45:58 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:45:58 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:45:59 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 13:46:06 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:47) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (327.8ms) Completed 200 OK in 360ms (Views: 330.6ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:46:07 +0000 Served asset /active_admin.css - 304 Not Modified (80ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:46:07 +0000 Served asset /application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:46:07 +0000 Served asset /active_admin.js - 304 Not Modified (153ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:46:07 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:46:10 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"0", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "qwester_presentation_questionnaires" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 AND "qwester_presentation_questionnaires"."questionnaire_id" = 2  (187.6ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.2ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.2ms) UPDATE "qwester_presentations" SET "default" = 'f', "updated_at" = '2013-03-18 13:46:11.169850' WHERE "qwester_presentations"."id" = 1  (157.2ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 428ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 13:46:11 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (121.8ms) Completed 200 OK in 130ms (Views: 126.5ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:46:11 +0000 Served asset /active_admin.css - 304 Not Modified (191ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:46:11 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:46:11 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:46:12 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 13:47:12 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  (1.8ms) SELECT COUNT(*) FROM "qwester_rule_sets"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (577.2ms) Completed 200 OK in 592ms (Views: 577.6ms | ActiveRecord: 6.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:47:13 +0000 Served asset /active_admin.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:47:13 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:47:13 +0000 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:47:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:47:15 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (8.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:114) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (638.6ms) Completed 200 OK in 666ms (Views: 634.3ms | ActiveRecord: 12.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:47:16 +0000 Served asset /active_admin.css - 304 Not Modified (56ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:47:16 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:47:16 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:47:16 +0000 Served asset /active_admin/print.css - 304 Not Modified (2ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:50:11 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (209.3ms) Completed 500 Internal Server Error in 259ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:edit) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__937770094__process_action__658597127__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__212705763__call__594470427__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.8ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:50:38 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (3.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (257.5ms) Completed 200 OK in 307ms (Views: 255.5ms | ActiveRecord: 8.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:50:39 +0000 Served asset /active_admin.css - 304 Not Modified (105ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:50:39 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:50:39 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:50:40 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:51:21 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.7ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (336.2ms) Completed 200 OK in 382ms (Views: 336.0ms | ActiveRecord: 5.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:51:22 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:51:22 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:51:22 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:51:22 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:51:34 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (200.5ms) Completed 500 Internal Server Error in 328ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:edit) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__937770094__process_action__658597127__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__212705763__call__594470427__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.1ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:51:48 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (198.4ms) Completed 500 Internal Server Error in 326ms ActionView::Template::Error (Formtastic::UnknownInputError): 1: insert_tag renderer_for(:edit) activeadmin (0.5.1) lib/active_admin/form_builder.rb:160:in `rescue in input_class_by_trying' activeadmin (0.5.1) lib/active_admin/form_builder.rb:148:in `input_class_by_trying' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:323:in `input_class' formtastic (2.2.1) lib/formtastic/helpers/input_helper.rb:238:in `input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `block in input' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:22:in `input' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:78:in `block (3 levels) in ' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' formtastic (2.2.1) lib/formtastic/helpers/fieldset_wrapper.rb:32:in `field_set_and_list_wrapping' formtastic (2.2.1) lib/formtastic/helpers/inputs_helper.rb:292:in `inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `block in inputs' activeadmin (0.5.1) lib/active_admin/form_builder.rb:167:in `with_new_form_buffer' activeadmin (0.5.1) lib/active_admin/form_builder.rb:14:in `inputs' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:77:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:23:in `block in main_content' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' actionpack (3.2.11) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.11) lib/action_view/helpers/form_helper.rb:378:in `form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' activeadmin (0.5.1) lib/active_admin/view_helpers/form_helper.rb:8:in `active_admin_form_for' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/form.rb:22:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_edit_html_arb__963126146_93737320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__937770094__process_action__658597127__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__212705763__call__594470427__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:53:16 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (393.8ms) Completed 200 OK in 449ms (Views: 394.4ms | ActiveRecord: 5.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:53:18 +0000 Served asset /active_admin.css - 304 Not Modified (178ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:53:18 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:53:18 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:53:18 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:53:53 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (6.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (2.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (355.4ms) Completed 200 OK in 415ms (Views: 353.5ms | ActiveRecord: 12.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:53:54 +0000 Served asset /active_admin.css - 304 Not Modified (38ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:53:54 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:53:54 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:53:54 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:55:23 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (314.1ms) Completed 200 OK in 433ms (Views: 313.9ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:55:24 +0000 Served asset /active_admin.css - 304 Not Modified (189ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:55:24 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:55:24 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:55:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 13:56:52 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (494.7ms) Completed 200 OK in 506ms (Views: 498.6ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:56:53 +0000 Served asset /active_admin.css - 304 Not Modified (184ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:56:53 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:56:53 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:56:53 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 13:56:56 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations"   (0.3ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (1.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (2.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (456.4ms) Completed 200 OK in 464ms (Views: 453.6ms | ActiveRecord: 7.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:56:57 +0000 Served asset /active_admin.css - 304 Not Modified (87ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:56:57 +0000 Served asset /active_admin.js - 304 Not Modified (136ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:56:57 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:56:57 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-18 13:58:07 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" Qwester::Answer Load (1.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (409.9ms) Completed 200 OK in 421ms (Views: 411.0ms | ActiveRecord: 2.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:58:07 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:58:08 +0000 Served asset /application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:58:08 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:58:08 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 13:58:47 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"1", "rule"=>"", "answer_ids"=>["", "1"]}, "commit"=>"Create Rule set"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 5ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: presentation): activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.11) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.11) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.11) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.11) lib/active_record/base.rb:497:in `initialize' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `new' inherited_resources (1.3.1) lib/inherited_resources/base_helpers.rb:52:in `build_resource' activeadmin (0.5.1) lib/active_admin/resource_controller/callbacks.rb:15:in `build_resource' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:31:in `create' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:48:in `create' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__937770094__process_action__717952526__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__212705763__call__594470427__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.1ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 13:59:13 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"1", "rule"=>"", "answer_ids"=>["", "1"]}, "commit"=>"Create Rule set"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction  (0.2ms) rollback transaction Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:118) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (545.6ms) Completed 200 OK in 646ms (Views: 547.6ms | ActiveRecord: 2.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 13:59:15 +0000 Served asset /active_admin.css - 304 Not Modified (98ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 13:59:15 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 13:59:15 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 13:59:15 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:00:12 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"As you like qwester", "description"=>"", "url"=>"https://github.com/reggieb/qwester", "link_text"=>"", "presentation"=>"1", "rule"=>"a7"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.1ms) UPDATE "qwester_rule_sets" SET "description" = '', "link_text" = '', "presentation" = '1', "updated_at" = '2013-03-18 14:00:12.179530' WHERE "qwester_rule_sets"."id" = 2  (180.2ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 272ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:00:12 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (331.6ms) Completed 200 OK in 350ms (Views: 334.1ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:00:12 +0000 Served asset /active_admin.css - 304 Not Modified (56ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:00:13 +0000 Served asset /application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:00:13 +0000 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:00:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:02:56 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (1.5ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (201.4ms) Completed 200 OK in 256ms (Views: 211.1ms | ActiveRecord: 3.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:02:57 +0000 Served asset /active_admin.css - 304 Not Modified (36ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:02:57 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:02:57 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:02:58 +0000 Served asset /active_admin/print.css - 304 Not Modified (126ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 14:03:19 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (1.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (1.9ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (9.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:119) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (364.4ms) Completed 200 OK in 398ms (Views: 359.6ms | ActiveRecord: 15.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:03:19 +0000 Served asset /active_admin.css - 304 Not Modified (59ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:03:19 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:03:19 +0000 Served asset /active_admin.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:03:20 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 14:04:15 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (1.1ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (22.6ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.6ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (1.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:119) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (472.8ms) Completed 200 OK in 770ms (Views: 459.7ms | ActiveRecord: 29.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:18 +0000 Served asset /active_admin.css - 304 Not Modified (213ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:04:18 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:04:18 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:19 +0000 Served asset /active_admin/print.css - 304 Not Modified (1ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:04:30 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"As you like qwester", "description"=>"", "url"=>"https://github.com/reggieb/qwester", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"a7"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.3ms) UPDATE "qwester_rule_sets" SET "presentation" = 'big_foo', "updated_at" = '2013-03-18 14:04:30.052121' WHERE "qwester_rule_sets"."id" = 2  (126.8ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 189ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:04:30 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (295.8ms) Completed 200 OK in 318ms (Views: 299.4ms | ActiveRecord: 1.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:30 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:04:30 +0000 Served asset /application.js - 304 Not Modified (28ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:04:30 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/2/edit" for 127.0.0.1 at 2013-03-18 14:04:37 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (1.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (1.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2 AND "qwester_answers"."id" = 6 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:119) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (391.6ms) Completed 200 OK in 407ms (Views: 395.0ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:38 +0000 Served asset /active_admin.css - 304 Not Modified (250ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:04:38 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:04:38 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:38 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:04:50 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"As you like qwester", "description"=>"", "url"=>"https://github.com/reggieb/qwester", "link_text"=>"", "presentation"=>"", "rule"=>"a7"}, "commit"=>"Update Rule set", "id"=>"2"} AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction Qwester::Answer Load (1.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.0ms) UPDATE "qwester_rule_sets" SET "presentation" = '', "updated_at" = '2013-03-18 14:04:51.006385' WHERE "qwester_rule_sets"."id" = 2  (156.6ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/2 Completed 302 Found in 201ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/2" for 127.0.0.1 at 2013-03-18 14:04:51 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 7]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (158.2ms) Completed 200 OK in 171ms (Views: 168.5ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:51 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:04:51 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:04:51 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:04:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 14:05:45 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (546.3ms) Completed 200 OK in 664ms (Views: 631.2ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:05:46 +0000 Served asset /active_admin.css - 304 Not Modified (206ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:05:46 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:05:46 +0000 Served asset /active_admin.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:05:46 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-18 14:06:25 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"  Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:119) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (297.4ms) Completed 200 OK in 322ms (Views: 305.8ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:06:26 +0000 Served asset /active_admin.css - 304 Not Modified (166ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:06:26 +0000 Served asset /application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:06:26 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:06:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 14:07:02 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"", "answer_ids"=>["", "2"]}, "commit"=>"Create Rule set"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]]  (0.5ms) begin transaction  (0.1ms) rollback transaction Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:119) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (251.3ms) Completed 200 OK in 277ms (Views: 256.6ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:07:03 +0000 Served asset /active_admin.css - 304 Not Modified (73ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:07:03 +0000 Served asset /application.js - 304 Not Modified (142ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:07:03 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:07:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 14:09:00 +0000 Processing by Admin::QwesterRuleSetsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"", "answer_ids"=>["", "2"]}, "commit"=>"Create Rule set"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction CACHE (0.0ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] SQL (1.7ms) INSERT INTO "qwester_rule_sets" ("created_at", "description", "link_text", "presentation", "rule", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 14:09:01 UTC +00:00], ["description", ""], ["link_text", ""], ["presentation", "big_foo"], ["rule", "a2"], ["title", "Show big foo"], ["updated_at", Mon, 18 Mar 2013 14:09:01 UTC +00:00], ["url", ""]]  (0.5ms) INSERT INTO "qwester_answers_rule_sets" ("rule_set_id", "answer_id") VALUES (3, 2)  (171.9ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/3 Completed 302 Found in 288ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-18 14:09:01 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (548.4ms) Completed 200 OK in 580ms (Views: 551.6ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:09:02 +0000 Served asset /active_admin.css - 304 Not Modified (44ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:09:02 +0000 Served asset /application.js - 304 Not Modified (217ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:09:02 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:09:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-18 14:26:11 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.4ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Answer Exists (2.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Load (7.8ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (632.5ms) Completed 200 OK in 839ms (Views: 689.2ms | ActiveRecord: 15.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:13 +0000 Served asset /active_admin.css - 304 Not Modified (41ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:26:13 +0000 Served asset /application.js - 304 Not Modified (182ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:26:13 +0000 Served asset /active_admin.js - 304 Not Modified (44ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:13 +0000 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/3/edit" for 127.0.0.1 at 2013-03-18 14:26:20 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.3ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:123) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (632.3ms) Completed 200 OK in 647ms (Views: 629.9ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:21 +0000 Served asset /active_admin.css - 304 Not Modified (30ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:26:21 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:26:21 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:21 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-18 14:26:24 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.2ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (573.4ms) Completed 200 OK in 583ms (Views: 574.8ms | ActiveRecord: 1.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:24 +0000 Served asset /active_admin.css - 304 Not Modified (63ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:26:24 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:26:24 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:26:25 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-18 14:32:30 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Answer Exists (0.2ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (174.5ms) Completed 200 OK in 277ms (Views: 179.0ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:32:31 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:32:31 +0000 Served asset /application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:32:31 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:32:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-18 14:39:31 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Answer Exists (0.3ms) SELECT 1 AS one FROM "qwester_answers" WHERE "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (251.2ms) Completed 200 OK in 318ms (Views: 253.9ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:39:33 +0000 Served asset /active_admin.css - 304 Not Modified (75ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:39:33 +0000 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:39:33 +0000 Served asset /active_admin.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:39:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (141ms) Started GET "/" for 127.0.0.1 at 2013-03-18 14:48:55 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (11.6ms) Completed 200 OK in 357ms (Views: 315.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /application.css - 304 Not Modified (98ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin.css - 304 Not Modified (200ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /questionnaires.css - 304 Not Modified (14ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (29ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:56 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:57 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:57 +0000 Served asset /active_admin/application.js - 304 Not Modified (63ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:57 +0000 Served asset /active_admin.js - 304 Not Modified (46ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:57 +0000 Served asset /questionnaires.js - 304 Not Modified (15ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:57 +0000 Served asset /application.js - 304 Not Modified (81ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (89.8ms) Completed 200 OK in 149ms (Views: 145.7ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /application.css - 304 Not Modified (137ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /active_admin.css - 304 Not Modified (58ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 14:48:59 +0000 Served asset /questionnaires.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin/application.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /questionnaires.js - 304 Not Modified (11ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:00 +0000 Served asset /application.js - 304 Not Modified (21ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 14:49:03 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "question_id"=>{"1"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Qwester::AnswerStore Load (0.3ms) SELECT session_id FROM "qwester_answer_stores"  SQL (3.7ms) INSERT INTO "qwester_answer_stores" ("created_at", "preserved", "session_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 14:49:03 UTC +00:00], ["preserved", nil], ["session_id", "fajcp63VkFVUU88"], ["updated_at", Mon, 18 Mar 2013 14:49:03 UTC +00:00]]  (173.8ms) commit transaction Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1  (0.1ms) begin transaction  (1.0ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (1, 2)  (176.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (1, 1)  (179.3ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 588ms (ActiveRecord: 537.3ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-03-18 14:49:03 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::AnswerStore Load (2.7ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (9.7ms) Completed 200 OK in 186ms (Views: 161.6ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /application.css - 304 Not Modified (68ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin.css - 304 Not Modified (218ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /jquery_ujs.js - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /jquery.js - 304 Not Modified (29ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /questionnaires.css - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:49:04 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 14:49:31 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.2ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (743.1ms) Completed 200 OK in 772ms (Views: 754.1ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:32 +0000 Served asset /active_admin.css - 304 Not Modified (69ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:49:32 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:49:32 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:33 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/1/edit" for 127.0.0.1 at 2013-03-18 14:49:36 +0000 Processing by Admin::QwesterPresentationsController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (1.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires"  Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:47) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (527.2ms) Completed 200 OK in 541ms (Views: 529.2ms | ActiveRecord: 2.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:37 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:49:37 +0000 Served asset /application.js - 304 Not Modified (25ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:49:37 +0000 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:37 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 14:49:41 +0000 Processing by Admin::QwesterPresentationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"big_foo", "title"=>"Big gum", "default"=>"0", "description"=>"", "questionnaire_ids"=>["", "2"]}, "commit"=>"Update Presentation", "id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 2]] Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "qwester_presentation_questionnaires" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 AND "qwester_presentation_questionnaires"."questionnaire_id" = 1 SQL (4.3ms) INSERT INTO "qwester_presentation_questionnaires" ("created_at", "presentation_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 14:49:41 UTC +00:00], ["presentation_id", 1], ["questionnaire_id", 2], ["updated_at", Mon, 18 Mar 2013 14:49:41 UTC +00:00]]  (134.1ms) commit transaction  (0.1ms) begin transaction Qwester::Presentation Exists (0.6ms) SELECT 1 AS one FROM "qwester_presentations" WHERE ("qwester_presentations"."name" = 'big_foo' AND "qwester_presentations"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/1 Completed 302 Found in 394ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/1" for 127.0.0.1 at 2013-03-18 14:49:41 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (123.4ms) Completed 200 OK in 137ms (Views: 126.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:42 +0000 Served asset /active_admin.css - 304 Not Modified (39ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:49:42 +0000 Served asset /application.js - 304 Not Modified (48ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:49:42 +0000 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:42 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 14:49:47 +0000 Processing by Admin::QwesterPresentationsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "qwester_presentations"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_presentations" LIMIT 30 OFFSET 0) subquery_for_count Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" ORDER BY "qwester_presentations"."id" desc LIMIT 30 OFFSET 0 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (349.3ms) Completed 200 OK in 356ms (Views: 351.9ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:48 +0000 Served asset /active_admin.css - 304 Not Modified (173ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:49:48 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:49:48 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:48 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_presentations/new" for 127.0.0.1 at 2013-03-18 14:49:50 +0000 Processing by Admin::QwesterPresentationsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:47) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (276.3ms) Completed 200 OK in 289ms (Views: 279.0ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:51 +0000 Served asset /active_admin.css - 304 Not Modified (51ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:49:51 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:49:51 +0000 Served asset /active_admin.js - 304 Not Modified (151ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:49:51 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 14:50:02 +0000 Processing by Admin::QwesterPresentationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"Just Blue", "title"=>"", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Create Presentation"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Qwester::Presentation Exists (1.1ms) SELECT 1 AS one FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'Just Blue' LIMIT 1  (0.1ms) rollback transaction Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/presentations.rb:47) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (243.9ms) Completed 200 OK in 271ms (Views: 252.8ms | ActiveRecord: 2.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:02 +0000 Served asset /active_admin.css - 304 Not Modified (84ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:50:02 +0000 Served asset /application.js - 304 Not Modified (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:50:02 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:03 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started POST "/admin/qwester_presentations" for 127.0.0.1 at 2013-03-18 14:50:10 +0000 Processing by Admin::QwesterPresentationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IJps6I7ORLqoTLxYViGPiiacVZQ2jRTQM9piPCbuG0M=", "qwester_presentation"=>{"name"=>"just_blue", "title"=>"", "default"=>"1", "description"=>"", "questionnaire_ids"=>["", "1"]}, "commit"=>"Create Presentation"} AdminUser Load (11.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Questionnaire Load (0.1ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Qwester::Presentation Exists (1.9ms) SELECT 1 AS one FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'just_blue' LIMIT 1 SQL (3.5ms) INSERT INTO "qwester_presentations" ("created_at", "default", "description", "name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 14:50:10 UTC +00:00], ["default", true], ["description", ""], ["name", "just_blue"], ["title", "Just blue"], ["updated_at", Mon, 18 Mar 2013 14:50:10 UTC +00:00]] SQL (5.8ms) INSERT INTO "qwester_presentation_questionnaires" ("created_at", "presentation_id", "questionnaire_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 14:50:10 UTC +00:00], ["presentation_id", 2], ["questionnaire_id", 1], ["updated_at", Mon, 18 Mar 2013 14:50:10 UTC +00:00]] Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't'  (156.7ms) commit transaction Redirected to http://localhost:3000/admin/qwester_presentations/2 Completed 302 Found in 211ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_presentations/2" for 127.0.0.1 at 2013-03-18 14:50:10 +0000 Processing by Admin::QwesterPresentationsController#show as HTML Parameters: {"id"=>"2"} AdminUser Load (0.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.1ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (133.2ms) Completed 200 OK in 152ms (Views: 136.3ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:10 +0000 Served asset /active_admin.css - 304 Not Modified (40ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-18 14:50:10 +0000 Served asset /application.js - 304 Not Modified (127ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-18 14:50:10 +0000 Served asset /active_admin.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:11 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-18 14:50:21 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (3.6ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (17.1ms) Completed 200 OK in 271ms (Views: 237.3ms | ActiveRecord: 4.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:21 +0000 Served asset /application.css - 304 Not Modified (50ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:21 +0000 Served asset /active_admin.css - 304 Not Modified (76ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /jquery_ujs.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (31ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (48ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /active_admin.js - 304 Not Modified (147ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 14:50:22 +0000 Served asset /questionnaires.js - 304 Not Modified (6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 15:13:53 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.8ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 4 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 5 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 6 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (310.9ms) Completed 200 OK in 664ms (Views: 633.9ms | ActiveRecord: 6.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /application.css - 304 Not Modified (86ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin.css - 304 Not Modified (207ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (24ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /jquery.js - 304 Not Modified (34ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /jquery_ujs.js - 304 Not Modified (20ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /questionnaires.css - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /active_admin/application.js - 304 Not Modified (43ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:54 +0000 Served asset /application.js - 304 Not Modified (190ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:55 +0000 Served asset /questionnaires.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 15:13:55 +0000 Served asset /active_admin.js - 304 Not Modified (52ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 16:33:08 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::AnswerStore Load (0.3ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (178.3ms) Completed 200 OK in 990ms (Views: 479.2ms | ActiveRecord: 5.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:10 +0000 Served asset /application.css - 304 Not Modified (84ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin.css - 304 Not Modified (183ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /questionnaires.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin/application.js - 304 Not Modified (68ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /active_admin.js - 304 Not Modified (75ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:11 +0000 Served asset /questionnaires.js - 304 Not Modified (10ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:12 +0000 Served asset /application.js - 304 Not Modified (220ms) Started GET "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-03-18 16:33:16 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"2"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 7 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'fajcp63VkFVUU88' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 1 AND "qwester_answers"."id" = 9 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (61.6ms) Completed 200 OK in 236ms (Views: 230.1ms | ActiveRecord: 2.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:16 +0000 Served asset /application.css - 304 Not Modified (55ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:16 +0000 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /questionnaires.css - 304 Not Modified (36ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin/application.js - 304 Not Modified (36ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:33:17 +0000 Served asset /application.js - 304 Not Modified (8ms) Started GET "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"2"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (14.9ms) Completed 200 OK in 154ms (Views: 145.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /application.css - 304 Not Modified (45ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /active_admin.css - 304 Not Modified (48ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /questionnaires.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /jquery_ujs.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:04 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /active_admin/application.js - 304 Not Modified (7ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:05 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/questionnires" for 127.0.0.1 at 2013-03-18 16:34:08 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 281ms (Views: 200.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /application.css - 304 Not Modified (62ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin.css - 304 Not Modified (153ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /questionnaires.css - 304 Not Modified (44ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /jquery.js - 304 Not Modified (36ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:09 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:10 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:10 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:10 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 16:34:12 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]] Qwester::Answer Load (0.4ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 Qwester::Question Load (0.3ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (10.7ms) Completed 200 OK in 121ms (Views: 118.1ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /application.css - 304 Not Modified (38ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin.css - 304 Not Modified (152ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /questionnaires.css - 304 Not Modified (31ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin/application.js - 304 Not Modified (13ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /active_admin.js - 304 Not Modified (28ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /questionnaires.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:13 +0000 Served asset /application.js - 304 Not Modified (8ms) Started PUT "/questionnires/questionnaires/1" for 127.0.0.1 at 2013-03-18 16:34:16 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KKFPktO6l1obtRTmXVXNzaKYEcFukEbAWwcn7H3ybMI=", "question_id"=>{"1"=>{"answer_ids"=>["2"]}}, "commit"=>"Submit", "id"=>"1"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Qwester::AnswerStore Load (0.3ms) SELECT session_id FROM "qwester_answer_stores"  SQL (9.7ms) INSERT INTO "qwester_answer_stores" ("created_at", "preserved", "session_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 18 Mar 2013 16:34:16 UTC +00:00], ["preserved", nil], ["session_id", "deidWJksM1iVI25"], ["updated_at", Mon, 18 Mar 2013 16:34:16 UTC +00:00]]  (217.0ms) commit transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (13.0ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2  (0.1ms) begin transaction  (0.4ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (2, 2)  (127.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (2, 1)  (182.7ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 572ms (ActiveRecord: 552.6ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-03-18 16:34:17 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets"  Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.5ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (24.5ms) Completed 200 OK in 153ms (Views: 145.9ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:17 +0000 Served asset /application.css - 304 Not Modified (402ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /questionnaires.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin.css - 304 Not Modified (60ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (59ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /questionnaires.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:18 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-03-18 16:34:27 +0000 Processing by Qwester::QuestionnairesController#show as HTML Parameters: {"id"=>"2"} Qwester::Questionnaire Load (0.3ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_questions" ON "qwester_answers"."question_id" = "qwester_questions"."id" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 Qwester::Question Load (0.2ms) SELECT DISTINCT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_questionnaires_questions" ON "qwester_questions"."id" = "qwester_questionnaires_questions"."question_id" WHERE "qwester_questionnaires_questions"."questionnaire_id" = 2 ORDER BY position Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::AnswerStore Load (0.7ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2 AND "qwester_answers"."id" = 7 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::Answer Exists (0.5ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2 AND "qwester_answers"."id" = 8 LIMIT 1 CACHE (0.0ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::Answer Exists (1.0ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2 AND "qwester_answers"."id" = 9 LIMIT 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/show.html.erb within layouts/application (23.5ms) Completed 200 OK in 206ms (Views: 199.7ms | ActiveRecord: 3.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /application.css - 304 Not Modified (43ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin.css - 304 Not Modified (196ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /questionnaires.css - 304 Not Modified (17ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (33ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin/application.js - 304 Not Modified (1ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /active_admin.js - 304 Not Modified (8ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /questionnaires.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:28 +0000 Served asset /application.js - 304 Not Modified (9ms) Started PUT "/questionnires/questionnaires/2" for 127.0.0.1 at 2013-03-18 16:34:31 +0000 Processing by Qwester::QuestionnairesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KKFPktO6l1obtRTmXVXNzaKYEcFukEbAWwcn7H3ybMI=", "question_id"=>{"3"=>{"answer_ids"=>["7"]}}, "commit"=>"Submit", "id"=>"2"} Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" WHERE "qwester_questionnaires"."id" = ? LIMIT 1 [["id", "2"]] Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", "7"]] Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2  (0.1ms) begin transaction  (0.3ms) INSERT INTO "qwester_answer_stores_answers" ("answer_store_id", "answer_id") VALUES (2, 7)  (186.6ms) commit transaction  (0.1ms) begin transaction  (0.4ms) INSERT INTO "qwester_answer_stores_questionnaires" ("answer_store_id", "questionnaire_id") VALUES (2, 2)  (115.7ms) commit transaction Redirected to http://localhost:3000/questionnires/questionnaires Completed 302 Found in 342ms (ActiveRecord: 303.9ms) Started GET "/questionnires/questionnaires" for 127.0.0.1 at 2013-03-18 16:34:31 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::AnswerStore Load (0.2ms) SELECT "qwester_answer_stores".* FROM "qwester_answer_stores" WHERE "qwester_answer_stores"."session_id" = 'deidWJksM1iVI25' LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" Qwester::Answer Load (0.2ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answer_stores_answers" ON "qwester_answers"."id" = "qwester_answer_stores_answers"."answer_id" WHERE "qwester_answer_stores_answers"."answer_store_id" = 2 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."name" = 'big_foo' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 1 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 204ms (Views: 187.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:32 +0000 Served asset /application.css - 304 Not Modified (48ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:32 +0000 Served asset /active_admin.css - 304 Not Modified (150ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-18 16:34:32 +0000 Served asset /questionnaires.css - 304 Not Modified (53ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:32 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (34ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /questionnaires.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000 Served asset /application.js - 304 Not Modified (25ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-27 13:39:17 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.4ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (173.8ms) Completed 200 OK in 1346ms (Views: 966.8ms | ActiveRecord: 8.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /application.css - 200 OK (98ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /active_admin.css - 200 OK (186ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /questionnaires.css - 200 OK (44ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /jquery.js - 200 OK (21ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /active_admin/application.js - 304 Not Modified (66ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /active_admin.js - 304 Not Modified (69ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /questionnaires.js - 200 OK (14ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000 Served asset /application.js - 200 OK (106ms) Started GET "/admin" for 127.0.0.1 at 2013-03-27 13:39:29 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 8ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-27 13:39:30 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.9ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (577.2ms) Completed 200 OK in 882ms (Views: 847.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/application.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:32 +0000 Served asset /active_admin/print.css - 200 OK (11ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-27 13:39:41 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NX6dBV23lW4CtE+a7xGi38Rq58S1qvRXBOkwgmU9q5A=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (2.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-03-18 13:33:52.891398', "current_sign_in_at" = '2013-03-27 13:39:42.237831', "sign_in_count" = 4, "updated_at" = '2013-03-27 13:39:42.299911' WHERE "admin_users"."id" = 1  (122.4ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 720ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-03-27 13:39:42 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (168.0ms) Completed 200 OK in 205ms (Views: 200.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:39:42 +0000 Served asset /application.js - 200 OK (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:42 +0000 Served asset /active_admin.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-03-27 13:39:43 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (52ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-27 13:39:44 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (21ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-27 13:39:46 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.0ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (658.1ms) Completed 200 OK in 694ms (Views: 681.2ms | ActiveRecord: 2.7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:47 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-27 13:39:47 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-03-27 13:39:47 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (18ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-03-27 13:39:47 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (33ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:39:51 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (6.9ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (13.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:138) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (780.1ms) Completed 200 OK in 822ms (Views: 787.6ms | ActiveRecord: 21.7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:52 +0000 Served asset /active_admin.js - 304 Not Modified (5ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:43:25 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (5.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:138) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (305.7ms) Completed 200 OK in 312ms (Views: 302.8ms | ActiveRecord: 6.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:26 +0000 Served asset /active_admin.css - 304 Not Modified (91ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:43:26 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:43:26 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:26 +0000 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:43:35 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (417.5ms) Completed 200 OK in 477ms (Views: 427.8ms | ActiveRecord: 2.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:36 +0000 Served asset /active_admin.css - 304 Not Modified (49ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:43:36 +0000 Served asset /application.js - 304 Not Modified (17ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:43:36 +0000 Served asset /active_admin.js - 304 Not Modified (12ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:36 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:48:25 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:144) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (360.8ms) Completed 200 OK in 417ms (Views: 363.7ms | ActiveRecord: 2.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:48:26 +0000 Served asset /active_admin.css - 304 Not Modified (52ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:48:27 +0000 Served asset /application.js - 304 Not Modified (19ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:48:27 +0000 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:48:27 +0000 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:12 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (313.0ms) Completed 200 OK in 428ms (Views: 315.0ms | ActiveRecord: 2.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:14 +0000 Served asset /active_admin.css - 304 Not Modified (97ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:14 +0000 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:14 +0000 Served asset /active_admin.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:14 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:29 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (2.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (529.1ms) Completed 200 OK in 587ms (Views: 529.4ms | ActiveRecord: 4.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:31 +0000 Served asset /active_admin.css - 304 Not Modified (158ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:31 +0000 Served asset /application.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:31 +0000 Served asset /active_admin.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:31 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:53 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (390.5ms) Completed 200 OK in 445ms (Views: 392.4ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:55 +0000 Served asset /active_admin.css - 304 Not Modified (34ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:55 +0000 Served asset /application.js - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:55 +0000 Served asset /active_admin.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:55 +0000 Served asset /active_admin/print.css - 304 Not Modified (8ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:52:37 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.6ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (317.6ms) Completed 200 OK in 381ms (Views: 322.9ms | ActiveRecord: 2.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:52:39 +0000 Served asset /active_admin.css - 304 Not Modified (107ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:52:39 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:52:39 +0000 Served asset /application.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:52:39 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:53:03 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (387.7ms) Completed 200 OK in 431ms (Views: 387.7ms | ActiveRecord: 4.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:53:04 +0000 Served asset /active_admin.css - 304 Not Modified (57ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:53:04 +0000 Served asset /application.js - 304 Not Modified (31ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:53:04 +0000 Served asset /active_admin.js - 304 Not Modified (104ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:53:04 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:54:58 +0000 Processing by Admin::QwesterRuleSetsController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 CACHE (1.6ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1 Qwester::Question Load (7.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1 Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (416.3ms) Completed 200 OK in 472ms (Views: 410.9ms | ActiveRecord: 12.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:55:00 +0000 Served asset /active_admin.css - 304 Not Modified (50ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:55:00 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:55:00 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:55:00 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-28 15:34:54 +0000 Processing by Qwester::QuestionnairesController#index as HTML Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1 Qwester::Questionnaire Load (0.2ms) SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2 Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (231.9ms) Completed 200 OK in 1803ms (Views: 1259.8ms | ActiveRecord: 2.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /application.css - 200 OK (96ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin.css - 200 OK (172ms) Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /questionnaires.css - 200 OK (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /jquery.js - 200 OK (33ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /jquery_ujs.js - 200 OK (14ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (25ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (22ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (36ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (24ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:57 +0000 Served asset /active_admin/application.js - 304 Not Modified (50ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:58 +0000 Served asset /active_admin.js - 304 Not Modified (42ms) Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:58 +0000 Served asset /questionnaires.js - 200 OK (9ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-28 15:34:58 +0000 Served asset /application.js - 200 OK (80ms) Started GET "/admin" for 127.0.0.1 at 2013-03-28 15:35:03 +0000 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 5ms Started GET "/admin/login" for 127.0.0.1 at 2013-03-28 15:35:04 +0000 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.8ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (607.7ms) Completed 200 OK in 1044ms (Views: 1015.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin/application.js - 304 Not Modified (22ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-28 15:35:05 +0000 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-28 15:35:06 +0000 Served asset /active_admin/print.css - 200 OK (6ms) Started POST "/admin/login" for 127.0.0.1 at 2013-03-28 15:35:12 +0000 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGYZi0JkEk9Dcx9VCbEKDe1P6VjrrnEgIxk/hVTzgKs=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1  (0.1ms) begin transaction  (1.4ms) UPDATE "admin_users" SET "last_sign_in_at" = '2013-03-27 13:39:42.237831', "current_sign_in_at" = '2013-03-28 15:35:12.805805', "sign_in_count" = 5, "updated_at" = '2013-03-28 15:35:12.813347' WHERE "admin_users"."id" = 1  (239.2ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 990ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-03-28 15:35:13 +0000 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (151.7ms) Completed 200 OK in 178ms (Views: 174.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-28 15:35:13 +0000 Served asset /application.js - 200 OK (57ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:35:13 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-03-28 15:35:14 +0000 Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (176ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-28 15:35:15 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (30ms) Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-28 15:35:17 +0000 Processing by Admin::QwesterRuleSetsController#index as HTML AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "qwester_rule_sets" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count  Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2  (1.8ms) SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1 Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (562.9ms) Completed 200 OK in 620ms (Views: 607.7ms | ActiveRecord: 4.1ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:35:18 +0000 Served asset /active_admin.js - 304 Not Modified (68ms) Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-28 15:35:18 +0000 Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-03-28 15:35:18 +0000 Served asset /active_admin/orderable.png - 304 Not Modified (39ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-03-28 15:35:18 +0000 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (20ms) Started GET "/admin/qwester_rule_sets/3/edit" for 127.0.0.1 at 2013-03-28 15:53:05 +0000 Processing by Admin::QwesterRuleSetsController#edit as HTML Parameters: {"id"=>"3"} AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.1ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.4ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (368.5ms) Completed 200 OK in 389ms (Views: 378.4ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:53:06 +0000 Served asset /active_admin.js - 304 Not Modified (3ms) Started PUT "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:53:33 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGYZi0JkEk9Dcx9VCbEKDe1P6VjrrnEgIxk/hVTzgKs=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"a2 and sum(:id) => 1"}, "commit"=>"Update Rule set", "id"=>"3"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction  (0.1ms) rollback transaction Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations"  (0.2ms) SELECT COUNT(*) FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Question Load (0.5ms) SELECT "qwester_questions".* FROM "qwester_questions" Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" INNER JOIN "qwester_answers" ON "qwester_questions"."id" = "qwester_answers"."question_id" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 1 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 1 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 2 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 3 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 2 ORDER BY position Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 4 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 5 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 6 LIMIT 1 Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."question_id" = 3 ORDER BY position Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 7 LIMIT 1 Qwester::Answer Exists (0.2ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 8 LIMIT 1 Qwester::Answer Exists (0.1ms) SELECT DISTINCT 1 AS one FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3 AND "qwester_answers"."id" = 9 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (311.8ms) Completed 200 OK in 340ms (Views: 312.4ms | ActiveRecord: 3.8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:53:34 +0000 Served asset /active_admin.js - 304 Not Modified (2ms) Started PUT "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:53:49 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGYZi0JkEk9Dcx9VCbEKDe1P6VjrrnEgIxk/hVTzgKs=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"a2 and sum(:id) >= 1"}, "commit"=>"Update Rule set", "id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Qwester::Answer Load (3.7ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Answer Load (0.1ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (1.2ms) UPDATE "qwester_rule_sets" SET "rule" = 'a2 and sum(:id) >= 1', "updated_at" = '2013-03-28 15:53:49.661979' WHERE "qwester_rule_sets"."id" = 3  (117.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/3 Completed 302 Found in 211ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:53:49 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (50.0ms) Completed 500 Internal Server Error in 82ms ActionView::Template::Error (Unable to determine combinations for rules that include functions): 1: insert_tag renderer_for(:show) array_logic (0.2.4) lib/array_logic/rule.rb:69:in `combinations_of_identifiers_in_rule_that_pass' array_logic (0.2.4) lib/array_logic/rule.rb:41:in `matching_combinations' /home/rob/web/qwester/app/models/qwester/rule_set.rb:44:in `matching_answer_sets' /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:168:in `block (2 levels) in ' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `instance_exec' activeadmin (0.5.1) lib/active_admin/views/pages/show.rb:21:in `main_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:78:in `block (2 levels) in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:77:in `block in build_main_content_wrapper' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:76:in `build_main_content_wrapper' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:60:in `block in build_page_content' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:59:in `build_page_content' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:42:in `block (2 levels) in build_page' arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:18:in `div' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:39:in `block in build_page' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:38:in `build_page' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:10:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `block in __home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1040101296_90479890' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/show.html.arb:1:in `__home_rob__rvm_gems_ruby_______p____qwester_gems_activeadmin_______app_views_active_admin_resource_show_html_arb___1040101296_90479890' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:26:in `block (2 levels) in show' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.11) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:13:in `show' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:24:in `show' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:447:in `_run__1010853977__process_action__763262246__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.3) lib/rack/etag.rb:23:in `call' rack (1.4.3) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.3) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.3) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__22712726__call__265317021__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.3) lib/rack/methodoverride.rb:21:in `call' rack (1.4.3) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.3) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.3) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.3) lib/rack/handler/webrick.rb:59:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.8ms) Started PUT "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:56:04 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGYZi0JkEk9Dcx9VCbEKDe1P6VjrrnEgIxk/hVTzgKs=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"a2 and sum(:id) >= 1"}, "commit"=>"Update Rule set", "id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]]  (37.7ms) begin transaction Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Answer Load (9.9ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/3 Completed 302 Found in 188ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:56:05 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (279.5ms) Completed 200 OK in 298ms (Views: 284.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-28 15:56:06 +0000 Served asset /active_admin.css - 304 Not Modified (190ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-28 15:56:06 +0000 Served asset /application.js - 304 Not Modified (21ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:56:06 +0000 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-28 15:56:06 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:57:47 +0000 Processing by Admin::QwesterRuleSetsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGYZi0JkEk9Dcx9VCbEKDe1P6VjrrnEgIxk/hVTzgKs=", "qwester_rule_set"=>{"title"=>"Show big foo", "description"=>"", "url"=>"", "link_text"=>"", "presentation"=>"big_foo", "rule"=>"a2 and sum(:id) >= 1"}, "commit"=>"Update Rule set", "id"=>"3"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.2ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers" WHERE "qwester_answers"."id" = ? LIMIT 1 [["id", 2]] Qwester::Answer Load (0.3ms) SELECT DISTINCT "qwester_answers".* FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/qwester_rule_sets/3 Completed 302 Found in 111ms (ActiveRecord: 0.0ms) Started GET "/admin/qwester_rule_sets/3" for 127.0.0.1 at 2013-03-28 15:57:48 +0000 Processing by Admin::QwesterRuleSetsController#show as HTML Parameters: {"id"=>"3"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Qwester::RuleSet Load (0.1ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" WHERE "qwester_rule_sets"."id" = ? LIMIT 1 [["id", "3"]] Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (208.9ms) Completed 200 OK in 229ms (Views: 212.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-28 15:57:48 +0000 Served asset /active_admin.css - 304 Not Modified (197ms) Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-28 15:57:48 +0000 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-28 15:57:48 +0000 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-28 15:57:49 +0000 Served asset /active_admin/print.css - 304 Not Modified (0ms)